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