diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-03-15 11:16:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 11:16:58 +0100 |
commit | 61beded1c0a005c6f3e3f20fa5ac8bf97ed41acc (patch) | |
tree | 7763aa13dfedcf3c62fbc5f09b066ff3b05d3958 /items/HARD_STONE_GENERATOR_12.json | |
parent | 7592f99b872f07a3bde78da727a79bd0b2460b00 (diff) | |
download | NotEnoughUpdates-REPO-61beded1c0a005c6f3e3f20fa5ac8bf97ed41acc.tar.gz NotEnoughUpdates-REPO-61beded1c0a005c6f3e3f20fa5ac8bf97ed41acc.tar.bz2 NotEnoughUpdates-REPO-61beded1c0a005c6f3e3f20fa5ac8bf97ed41acc.zip |
Lamba (#701)
* Fixed Hard Stone Minion
* :thumbsup:
Diffstat (limited to 'items/HARD_STONE_GENERATOR_12.json')
-rw-r--r-- | items/HARD_STONE_GENERATOR_12.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/HARD_STONE_GENERATOR_12.json b/items/HARD_STONE_GENERATOR_12.json index c7861361..9d352938 100644 --- a/items/HARD_STONE_GENERATOR_12.json +++ b/items/HARD_STONE_GENERATOR_12.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Hard Stone Minion XII", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5de8dc87-5b22-4f2c-96b3-28d5c4e3bb3e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJlZDNmMmJmMjBiODU4MjhiNzc0MjQ2MGY4Yzc4ZmQyMDAxY2EwMzgwYzQ1NWI4NmRhZGViODBmMjhiY2NiZCJ9fX0=\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and mining Hard\",2:\"§7Stone! Requires an open area to\",3:\"§7place Hard Stone. Minions also\",4:\"§7work when you are offline!\",6:\"\",7:\"§7Time Between Actions: §a6s\",8:\"§7Max Storage: §e960\"],Name:\"§9Wheat Minion XII\"},ExtraAttributes:{id:\"WHEAT_GENERATOR_12\",generator_tier:12}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5de8dc87-5b22-4f2c-96b3-28d5c4e3bb3e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzJlZDNmMmJmMjBiODU4MjhiNzc0MjQ2MGY4Yzc4ZmQyMDAxY2EwMzgwYzQ1NWI4NmRhZGViODBmMjhiY2NiZCJ9fX0=\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and mining Hard\",2:\"§7Stone! Requires an open area to\",3:\"§7place Hard Stone. Minions also\",4:\"§7work when you are offline!\",6:\"\",7:\"§7Time Between Actions: §a6s\",8:\"§7Max Storage: §e960\"],Name:\"§9Wheat Minion XII\"},ExtraAttributes:{id:\"HARD_GENERATOR_12\",generator_tier:12}}", "damage": 3, "lore": [ "§7Place this minion and it will", @@ -16,7 +16,7 @@ "internalname": "HARD_STONE_GENERATOR_12", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hard_Stone_Minion" ], |