diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-05 13:20:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 13:20:07 +0200 |
commit | 983cf357b3b0d4ef50f900b8e7048c02a59ed909 (patch) | |
tree | afd32d3ba36663157eb0256e668ef80fc7cc6f02 /items/WINDMILL_OPERATOR_NPC.json | |
parent | 24d9e83c68d32ef18411ac618f76e1470228c645 (diff) | |
download | NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.tar.gz NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.tar.bz2 NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.zip |
Fixed horse lvl (#974)
* Fixed horse lvl
* Fixed lore of blade and pet items
* Added more npc's
* Added new skins
* Added jerry npc's
* Fixed cake's and added some year 300 items
* Fixed Salmon hat and dicer
* Added ladder and skin
* Added Tali and Cake Pack
Diffstat (limited to 'items/WINDMILL_OPERATOR_NPC.json')
-rw-r--r-- | items/WINDMILL_OPERATOR_NPC.json | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/items/WINDMILL_OPERATOR_NPC.json b/items/WINDMILL_OPERATOR_NPC.json new file mode 100644 index 00000000..c97a2962 --- /dev/null +++ b/items/WINDMILL_OPERATOR_NPC.json @@ -0,0 +1,109 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Windmill Operator (NPC)", + "nbttag": "{SkullOwner:{Id:\"c9540683-51e4-3942-ad17-4f2c3f3ae4b7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzgyMmQ4ZTc1MWM4ZjJmZDRjODk0MmM0NGJkYjJmNWNhNGQ4YWU4ZTU3NWVkM2ViMzRjMThhODZlOTNiIn19fQ\u003d\u003d\"}]},Name:\"c9540683-51e4-3942-ad17-4f2c3f3ae4b7\"},display:{Lore:[0:\"\"],Name:\"§9Windmill Operator (NPC)\"},ExtraAttributes:{id:\"WINDMILL_OPERATOR_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "WINDMILL_OPERATOR_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 102, + "y": 83, + "z": -283, + "island": "farming_1", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:7" + ], + "result": "WHEAT:3" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:7" + ], + "result": "CARROT_ITEM:3" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:7" + ], + "result": "POTATO_ITEM:3" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:20" + ], + "result": "MELON:10" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:15" + ], + "result": "SUGAR_CANE:3" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:8" + ], + "result": "PUMPKIN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:7" + ], + "result": "COCOA" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:12" + ], + "result": "RED_MUSHROOM" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:12" + ], + "result": "BROWN_MUSHROOM" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:8" + ], + "result": "SAND:2" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "CACTUS" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:6" + ], + "result": "ENCHANTED_BONE_MEAL" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "ROOKIE_HOE" + } + ] +}
\ No newline at end of file |