aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2025-03-06 22:24:37 +0100
committerGitHub <noreply@github.com>2025-03-06 21:24:37 +0000
commitaf1b96fa1742d780101725247f548687a7c32000 (patch)
treef8bcb74fa945fe63ac95d45c707d9e0bb2d55567
parent96895c544502d2ee601d134736be3e7a672b2647 (diff)
downloadNotEnoughUpdates-REPO-af1b96fa1742d780101725247f548687a7c32000.tar.gz
NotEnoughUpdates-REPO-af1b96fa1742d780101725247f548687a7c32000.tar.bz2
NotEnoughUpdates-REPO-af1b96fa1742d780101725247f548687a7c32000.zip
feat: Golem Mob and Chipper McPickaxe NPC/Shop (#1684)
* feat: Chipper Pickaxe NPC * Fix lines indent
-rw-r--r--items/CHIPPER_MCPICKAXE_RIFT_NPC.json27
-rw-r--r--items/GOLEM_MONSTER.json56
2 files changed, 83 insertions, 0 deletions
diff --git a/items/CHIPPER_MCPICKAXE_RIFT_NPC.json b/items/CHIPPER_MCPICKAXE_RIFT_NPC.json
new file mode 100644
index 00000000..35bc9c98
--- /dev/null
+++ b/items/CHIPPER_MCPICKAXE_RIFT_NPC.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:diamond_pickaxe",
+ "displayname": "§dChipper McPickaxe (Rift NPC)",
+ "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"\"],Name:\"§dChipper McPickaxe (Rift NPC)\"},ExtraAttributes:{id:\"CHIPPER_MCPICKAXE_RIFT_NPC\"}}",
+ "damage": 0,
+ "lore": [
+ ""
+ ],
+ "internalname": "CHIPPER_MCPICKAXE_RIFT_NPC",
+ "clickcommand": "",
+ "modver": "",
+ "x": 17,
+ "y": 102,
+ "z": 27,
+ "island": "rift",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "result": "ANTI_SENTIENT_PICKAXE:1",
+ "cost": [
+ "SKYBLOCK_MOTE:24999"
+ ]
+ }
+ ],
+ "crafttext": "",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/GOLEM_MONSTER.json b/items/GOLEM_MONSTER.json
new file mode 100644
index 00000000..f7627c85
--- /dev/null
+++ b/items/GOLEM_MONSTER.json
@@ -0,0 +1,56 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§aGolem (Monster)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a46a9adf-60a3-38f2-a3dd-335d85f1cc10\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJiY2FjZWViNDE2MmY0MDBkNDQ3NDMzMTU5MzJhYzgyMGQzMTE5YWM4OTg2YTAxNjFhNzI2MTYxY2NjOTNmYyJ9fX0\"}]}},display:{Lore:[0:\"§c❤ Health§8: §c20,000,000 - 300,000,000\",1:\"§c❁ Damage§8: §c120,000 - 2,000,000\",2:\"§a❈ Defense§8: §a200\"],Name:\"§cGolem (Miniboss)\"},ExtraAttributes:{id:\"GOLEM_MINIBOSS\"}}",
+ "damage": 3,
+ "lore": [
+ "§c❤ Health§8: §c20,000,000 - 300,000,000",
+ "§c❁ Damage§8: §c120,000 - 2,000,000",
+ "§a❈ Defense§8: §a200"
+ ],
+ "internalname": "GOLEM_MONSTER",
+ "clickcommand": "viewrecipe",
+ "modver": "",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Sadan",
+ "https://wiki.hypixel.net/Sadan#Golem__"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "level": 1,
+ "coins": 1,
+ "xp": 100,
+ "combat_xp": 4000,
+ "name": "§cGolem",
+ "render": "Eisengolem",
+ "panorama": "dungeon",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "GOLEM_POPPY",
+ "extra": [],
+ "chance": "4%"
+ }
+ ]
+ },
+ {
+ "level": 1,
+ "coins": 1,
+ "xp": 100,
+ "combat_xp": 6000,
+ "name": "§cGolem (Master Mode)",
+ "render": "Eisengolem",
+ "panorama": "dungeon",
+ "type": "drops",
+ "drops": [
+ {
+ "id": "GOLEM_POPPY",
+ "extra": [],
+ "chance": "4%"
+ }
+ ]
+ }
+ ]
+} \ No newline at end of file