diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-18 13:13:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-18 12:13:13 +0000 |
commit | 330fa7830719001cd6c85c5ff79dc40f8b70713f (patch) | |
tree | 7ff59aff01b76b1130cc74a55b103564bcec1a88 /items/BLACKSMITH_NPC.json | |
parent | 990dca8da74e61b12c4460c2966a35bbc15ed85a (diff) | |
download | NotEnoughUpdates-REPO-330fa7830719001cd6c85c5ff79dc40f8b70713f.tar.gz NotEnoughUpdates-REPO-330fa7830719001cd6c85c5ff79dc40f8b70713f.tar.bz2 NotEnoughUpdates-REPO-330fa7830719001cd6c85c5ff79dc40f8b70713f.zip |
Fixed recipe of 8 items (#1075)
* Fixed recipe of 8 items
* Adding count to 144 recipes
* Fixed lore of hypergolic fuel
* Removed recipe, added 2 npcs, fixed lore and nbt of 3 items
Diffstat (limited to 'items/BLACKSMITH_NPC.json')
-rw-r--r-- | items/BLACKSMITH_NPC.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/BLACKSMITH_NPC.json b/items/BLACKSMITH_NPC.json new file mode 100644 index 00000000..6b694b14 --- /dev/null +++ b/items/BLACKSMITH_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Blacksmith (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:\"§9Blacksmith (NPC)\"},ExtraAttributes:{id:\"BLACKSMITH_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "BLACKSMITH_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -29, + "y": 70, + "z": -126, + "island": "hub" +}
\ No newline at end of file |