diff options
author | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
---|---|---|
committer | jani270 <jani270@gmx.de> | 2022-04-22 06:57:21 +0200 |
commit | 63769b63076a9951a3089abf519b3e9fff825b13 (patch) | |
tree | 2fd8b4b8155e4a53e6ff4279c9685b81d9346fb7 /items/RED_SAND_GENERATOR_9.json | |
parent | bbe06336ddc4d9480a9cb4792dbbcdfa2cd6b4b4 (diff) | |
download | NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.gz NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.tar.bz2 NotEnoughUpdates-REPO-63769b63076a9951a3089abf519b3e9fff825b13.zip |
Nether stuff and mob recipes
Diffstat (limited to 'items/RED_SAND_GENERATOR_9.json')
-rw-r--r-- | items/RED_SAND_GENERATOR_9.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/items/RED_SAND_GENERATOR_9.json b/items/RED_SAND_GENERATOR_9.json new file mode 100644 index 00000000..c2bb08e9 --- /dev/null +++ b/items/RED_SAND_GENERATOR_9.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Red Sand Minion IX", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3715d0d7-b389-3b5f-835a-5b9d40289198\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYzODk2MzM2MDUxOCwKICAicHJvZmlsZUlkIiA6ICI1NjY3NWIyMjMyZjA0ZWUwODkxNzllOWM5MjA2Y2ZlOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVJbmRyYSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xNWY5YmU2ZWFlYTRjNmM0MzMyOWFiNTEyYjE3ZjViZmJjYzQ1M2UxMWI1MzUxZGRiNTcyZGYzNWY1OTdkZDlhIgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and mining red\",2:\"§7sand! Requires an open area to\",3:\"§7place red sand. Minions also\",4:\"§7work when you are offline!\",5:\"\",6:\"§7Time Between Actions: §a18s\",7:\"§7Max Storage: §e768\",8:\"§7Resources Generated: §b0\",9:\"\",10:\"§7§4❣ §cRequires §c15,000 Co-op\",11:\"§cBarbarian Reputation.\"],Name:\"§9Red Sand Minion IX\"},ExtraAttributes:{id:\"RED_SAND_GENERATOR_9\",generator_tier:9}}", + "damage": 3, + "lore": [ + "§7Place this minion and it will", + "§7start generating and mining red", + "§7sand! Requires an open area to", + "§7place red sand. Minions also", + "§7work when you are offline!", + "", + "§7Time Between Actions: §a18s", + "§7Max Storage: §e768", + "§7Resources Generated: §b0", + "", + "§7§4❣ §cRequires §c15,000 Co-op", + "§cBarbarian Reputation." + ], + "recipe": { + "A1": "ENCHANTED_RED_SAND:64", + "A2": "ENCHANTED_RED_SAND:64", + "A3": "ENCHANTED_RED_SAND:64", + "B1": "ENCHANTED_RED_SAND:64", + "B2": "RED_SAND_GENERATOR_8:1", + "B3": "ENCHANTED_RED_SAND:64", + "C1": "ENCHANTED_RED_SAND:64", + "C2": "ENCHANTED_RED_SAND:64", + "C3": "ENCHANTED_RED_SAND:64" + }, + "internalname": "RED_SAND_GENERATOR_9", + "crafttext": "Requires: Red Sand I", + "useneucraft": true, + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |