diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-01 12:31:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 06:31:05 -0400 |
commit | b09d5d229d6134a9346b0a702bff4ccccf66e5d0 (patch) | |
tree | c09a00d380cff6e5bc60275061cb0a8cd8820896 /items/VOIDLING_GENERATOR_10.json | |
parent | 5bbca4d6d6cce00e0eb29b2d315c772461d9ddfb (diff) | |
download | NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.tar.gz NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.tar.bz2 NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.zip |
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
Diffstat (limited to 'items/VOIDLING_GENERATOR_10.json')
-rw-r--r-- | items/VOIDLING_GENERATOR_10.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/items/VOIDLING_GENERATOR_10.json b/items/VOIDLING_GENERATOR_10.json new file mode 100644 index 00000000..3043912d --- /dev/null +++ b/items/VOIDLING_GENERATOR_10.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Voidling Minion X", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c886b30e-263d-3d93-a2c4-f4559838688c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTk0MDgxMjQyOCwKICAicHJvZmlsZUlkIiA6ICI1N2IzZGZiNWY4YTY0OWUyOGI1NDRlNGZmYzYzMjU2ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJYaWthcm8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2Q2M2QwNTUwMWQzOGZhYzhiMDk2OWRlYjc4YjY4YTU4ZmUwM2MzZTBkNzhjZGI4NGVmMWE5YTc1MTNlZTMyNiIKICAgIH0KICB9Cn0\"}]}},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: §a30s\",6:\"§7Max Storage: §e960\"],Name:\"§9Voidling Minion X\"},ExtraAttributes:{id:\"VOIDLING_GENERATOR_10\",generator_tier:10}}", + "damage": 3, + "lore": [ + "§7Place this minion and it will", + "§7start generating and slaying", + "§7Voidlings! Minions also work", + "§7when you are offline!", + "", + "§7Time Between Actions: §a30s", + "§7Max Storage: §e960" + ], + "recipe": { + "A1": "NULL_OVOID:32", + "A2": "NULL_OVOID:32", + "A3": "NULL_OVOID:32", + "B1": "NULL_OVOID:32", + "B2": "VOIDLING_GENERATOR_9:1", + "B3": "NULL_OVOID:32", + "C1": "NULL_OVOID:32", + "C2": "OBSIDIAN_GENERATOR_9:1", + "C3": "NULL_OVOID:32" + }, + "internalname": "VOIDLING_GENERATOR_10", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |