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_7.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_7.json')
-rw-r--r-- | items/VOIDLING_GENERATOR_7.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/items/VOIDLING_GENERATOR_7.json b/items/VOIDLING_GENERATOR_7.json new file mode 100644 index 00000000..8ab1e86a --- /dev/null +++ b/items/VOIDLING_GENERATOR_7.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Voidling Minion VII", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fccb8ba8-bd48-3405-81ba-014075c6a4b1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTk0MDcyNjU3MSwKICAicHJvZmlsZUlkIiA6ICI2MWVhMDkyM2FhNDQ0OTEwYmNlZjViZmQ2ZDNjMGQ1NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVEYXJ0aEZhdGhlciIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS82ZWQwYWQwMTMwZTk5YTM2Y2Y3ZDc4Y2FlNzU5OTY1NDc2Zjk4MDI1YjE4MzNjZGU1NTQyZjdkYzQyODI5NDAwIgogICAgfQogIH0KfQ\"}]}},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: §a35s\",6:\"§7Max Storage: §e576\"],Name:\"§9Voidling Minion VII\"},ExtraAttributes:{id:\"VOIDLING_GENERATOR_7\",generator_tier:7}}", + "damage": 3, + "lore": [ + "§7Place this minion and it will", + "§7start generating and slaying", + "§7Voidlings! Minions also work", + "§7when you are offline!", + "", + "§7Time Between Actions: §a35s", + "§7Max Storage: §e576" + ], + "recipe": { + "A1": "NULL_OVOID:4", + "A2": "NULL_OVOID:4", + "A3": "NULL_OVOID:4", + "B1": "NULL_OVOID:4", + "B2": "VOIDLING_GENERATOR_6:1", + "B3": "NULL_OVOID:4", + "C1": "NULL_OVOID:4", + "C2": "ENDERMAN_GENERATOR_6:1", + "C3": "NULL_OVOID:4" + }, + "internalname": "VOIDLING_GENERATOR_7", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |