From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/ENDER_STONE_GENERATOR_1.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 items/ENDER_STONE_GENERATOR_1.json (limited to 'items/ENDER_STONE_GENERATOR_1.json') diff --git a/items/ENDER_STONE_GENERATOR_1.json b/items/ENDER_STONE_GENERATOR_1.json new file mode 100644 index 00000000..1f931be4 --- /dev/null +++ b/items/ENDER_STONE_GENERATOR_1.json @@ -0,0 +1,15 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9End Stone Minion", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"13276fea-088f-32f2-bf79-a3201607ec56\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NjM5ODE2MjkxODksInByb2ZpbGVJZCI6IjgyYzYwNmM1YzY1MjRiNzk4YjkxYTEyZDNhNjE2OTc3IiwicHJvZmlsZU5hbWUiOiJOb3ROb3RvcmlvdXNOZW1vIiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83OTk0YmUzZGNmYmI0ZWQwYTVhNzQ5NWI3MzM1YWYxYTNjZWQwYjU4ODhiNTAwNzI4NmE3OTA3NjdjM2I1N2U2In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and mining end\",2:\"§7stone! Requires an open area to\",3:\"§7place end stone.\",4:\"\",5:\"§eClick to view recipes!\"],Name:\"§9End Stone Minion\"},ExtraAttributes:{id:\"ENDER_STONE_GENERATOR_1\",generator_tier:1}}", + "damage": 3, + "lore": [ + "§7Place this minion and it will", + "§7start generating and mining end", + "§7stone! Requires an open area to", + "§7place end stone." + ], + "internalname": "ENDER_STONE_GENERATOR_1", + "clickcommand": "viewrecipe", + "modver": "1.0.0" +} \ No newline at end of file -- cgit