From b09d5d229d6134a9346b0a702bff4ccccf66e5d0 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 1 Jun 2021 12:31:05 +0200 Subject: Reforge Stones and Rainbow Names + removing Item + update things (#503) * Reforge Stones and Rainbow Names * Removing dupe json with the wrong name * Fixing other Stuff * Another Rainbow name * Another Fix * Rainbow name * Rainbow Name * Another Fix * First Part * Fuck * Part 2 * Part 3 * Part 4 * copy paste ftw --- items/VOIDLING_GENERATOR_11.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 items/VOIDLING_GENERATOR_11.json (limited to 'items/VOIDLING_GENERATOR_11.json') diff --git a/items/VOIDLING_GENERATOR_11.json b/items/VOIDLING_GENERATOR_11.json new file mode 100644 index 00000000..7c5985f9 --- /dev/null +++ b/items/VOIDLING_GENERATOR_11.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Voidling Minion XI", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7f2075d5-822c-3ad6-afff-b063d7802061\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTk0MDg0NTQ0MSwKICAicHJvZmlsZUlkIiA6ICJmMGIzYmRkMjEwNDg0Y2VlYjZhNTQyYmZiOGEyNTdiMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJBbm9uaW1ZVFQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzMzNGZjNDdhNTBiNDZhYzlkZjdiZjJlZDcxMjMwOWZmMGIwMjk5ODEzNjhiMjJkYjBkNTM5Yzg4ZjgzMTQ0ZiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and slaying\",2:\"§7Voidlings! Minions also work\",3:\"§7when you are offline!\",4:\"\",5:\"§7Time Between Actions: §a24s\",6:\"§7Max Storage: §e960\"],Name:\"§9Voidling Minion XI\"},ExtraAttributes:{id:\"VOIDLING_GENERATOR_11\",generator_tier:11}}", + "damage": 3, + "lore": [ + "§7Place this minion and it will", + "§7start generating and slaying", + "§7Voidlings! Minions also work", + "§7when you are offline!", + "", + "§7Time Between Actions: §a24s", + "§7Max Storage: §e960" + ], + "recipe": { + "A1": "NULL_OVOID:64", + "A2": "NULL_OVOID:64", + "A3": "NULL_OVOID:64", + "B1": "NULL_OVOID:64", + "B2": "VOIDLING_GENERATOR_10:1", + "B3": "NULL_OVOID:64", + "C1": "NULL_OVOID:64", + "C2": "ENDERMAN_GENERATOR_10:1", + "C3": "NULL_OVOID:64" + }, + "internalname": "VOIDLING_GENERATOR_11", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" +} \ No newline at end of file -- cgit