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/BUILDER_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/BUILDER_NPC.json')
-rw-r--r-- | items/BUILDER_NPC.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/items/BUILDER_NPC.json b/items/BUILDER_NPC.json new file mode 100644 index 00000000..7fa0e2de --- /dev/null +++ b/items/BUILDER_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Builder (NPC)", + "nbttag": "{SkullOwner:{Id:\"a2d0564d-7bcc-2efd-b3d7-7600cfc649a8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M4Y2NkNGZkZjU4YjMwYWE4MzAxN2NmYTVmZWQ5NzcxOTZjMDI0YzhkMWEyNzYwMDRlOTA2OGU4ZWNiYjBiNzkifX19\"}]},Name:\"a2d0564d-7bcc-2efd-b3d7-7600cfc649a8\"},display:{Lore:[0:\"\"],Name:\"§9Builder (NPC)\"},ExtraAttributes:{id:\"BUILDER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "BUILDER_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -51, + "y": 72, + "z": -27, + "island": "hub" +}
\ No newline at end of file |