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_9.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_9.json')
-rw-r--r-- | items/VOIDLING_GENERATOR_9.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/items/VOIDLING_GENERATOR_9.json b/items/VOIDLING_GENERATOR_9.json new file mode 100644 index 00000000..b6a37f9a --- /dev/null +++ b/items/VOIDLING_GENERATOR_9.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Voidling Minion IX", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7d604cba-a647-374d-9990-5d8a713812e7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMTk0MDc3OTQyNCwKICAicHJvZmlsZUlkIiA6ICIyMWUzNjdkNzI1Y2Y0ZTNiYjI2OTJjNGEzMDBhNGRlYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJHZXlzZXJNQyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83NmE1NTExMzhlYTUzNzhmNzFmM2U2NDQwYTAwZGFiMTEyZTYwZmY4Yjk3ODRjZDIwMTBiM2FjMzYxMjNkNWE2IgogICAgfQogIH0KfQ\"}]}},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: §e768\"],Name:\"§9Voidling Minion IX\"},ExtraAttributes:{id:\"VOIDLING_GENERATOR_9\",generator_tier:9}}", + "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: §e768" + ], + "recipe": { + "A1": "NULL_OVOID:16", + "A2": "NULL_OVOID:16", + "A3": "NULL_OVOID:16", + "B1": "NULL_OVOID:16", + "B2": "VOIDLING_GENERATOR_8:1", + "B3": "NULL_OVOID:16", + "C1": "NULL_OVOID:16", + "C2": "ENDERMAN_GENERATOR_8:1", + "C3": "NULL_OVOID:16" + }, + "internalname": "VOIDLING_GENERATOR_9", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |