diff options
Diffstat (limited to 'items/RED_SAND_GENERATOR_5.json')
-rw-r--r-- | items/RED_SAND_GENERATOR_5.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/items/RED_SAND_GENERATOR_5.json b/items/RED_SAND_GENERATOR_5.json new file mode 100644 index 00000000..8f095056 --- /dev/null +++ b/items/RED_SAND_GENERATOR_5.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Red Sand Minion V", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ac856bde-68ef-3bf7-9f01-38afa98576e8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYzODk2MzI5MjA1NCwKICAicHJvZmlsZUlkIiA6ICIzNmMxODk4ZjlhZGE0NjZlYjk0ZDFmZWFmMjQ0MTkxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMdW5haWFuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI2YWY4YmVmNGQxMmNjNDVjYzVmZjkyN2RiZTdkNzJjYTAyNWJiZjNmN2FlNzFjM2Q2YzRhYWYwNjJiYjNjZDkiCiAgICB9CiAgfQp9\"}]}},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: §a22s\",7:\"§7Max Storage: §e384\",8:\"§7Resources Generated: §b0\",9:\"\",10:\"§7§4❣ §cRequires §c6,000 Co-op\",11:\"§cBarbarian Reputation.\"],Name:\"§9Red Sand Minion V\"},ExtraAttributes:{id:\"RED_SAND_GENERATOR_5\",generator_tier:5}}", + "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: §a22s", + "§7Max Storage: §e384", + "§7Resources Generated: §b0", + "", + "§7§4❣ §cRequires §c6,000 Co-op", + "§cBarbarian Reputation." + ], + "recipe": { + "A1": "ENCHANTED_RED_SAND:4", + "A2": "ENCHANTED_RED_SAND:4", + "A3": "ENCHANTED_RED_SAND:4", + "B1": "ENCHANTED_RED_SAND:4", + "B2": "RED_SAND_GENERATOR_4:1", + "B3": "ENCHANTED_RED_SAND:4", + "C1": "ENCHANTED_RED_SAND:4", + "C2": "ENCHANTED_RED_SAND:4", + "C3": "ENCHANTED_RED_SAND:4" + }, + "internalname": "RED_SAND_GENERATOR_5", + "crafttext": "Requires: Red Sand I", + "clickcommand": "viewrecipe", + "useneucraft": true, + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |