diff options
author | Lulonaut <lulonaut@tutanota.de> | 2022-10-03 12:34:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-03 12:34:33 +0200 |
commit | 3b44b1d63b710dcb159bb1ee06b7f2a922f60d30 (patch) | |
tree | 36d3447cb6447455f130ec73fe4fd4eca7c6c183 /items/HARD_STONE_GENERATOR_6.json | |
parent | ae5b7c8ec82557cb1530161a5bd23e881429338b (diff) | |
download | NotEnoughUpdates-REPO-3b44b1d63b710dcb159bb1ee06b7f2a922f60d30.tar.gz NotEnoughUpdates-REPO-3b44b1d63b710dcb159bb1ee06b7f2a922f60d30.tar.bz2 NotEnoughUpdates-REPO-3b44b1d63b710dcb159bb1ee06b7f2a922f60d30.zip |
adding rare to every minion (#834)
thank you Hypixel, very cool
Diffstat (limited to 'items/HARD_STONE_GENERATOR_6.json')
-rw-r--r-- | items/HARD_STONE_GENERATOR_6.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/items/HARD_STONE_GENERATOR_6.json b/items/HARD_STONE_GENERATOR_6.json index ecf1c8ec..92520104 100644 --- a/items/HARD_STONE_GENERATOR_6.json +++ b/items/HARD_STONE_GENERATOR_6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§9Hard Stone Minion VI", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"84966bea-b282-3ede-bb7c-5e3be743c1d2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxOTExMjcxNDE4MCwKICAicHJvZmlsZUlkIiA6ICI0NWY3YTJlNjE3ODE0YjJjODAwODM5MmRmN2IzNWY0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfSnVzdERvSXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODllYmVlMDYyMDZmNjUwOTRhNmJhYWM3YzE5NWM1OWI0N2IxMTlhZjg2M2FjYmZiNmVmODBhZWQwNGRiMjkyMyIKICAgIH0KICB9Cn0\"}]}},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!\",5:\"\",6:\"§7Time Between Actions: §a10s\",7:\"§7Max Storage: §e576\"],Name:\"§9Hard Stone Minion VI\"},ExtraAttributes:{id:\"HARD_STONE_GENERATOR_6\",generator_tier:6}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"84966bea-b282-3ede-bb7c-5e3be743c1d2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYxOTExMjcxNDE4MCwKICAicHJvZmlsZUlkIiA6ICI0NWY3YTJlNjE3ODE0YjJjODAwODM5MmRmN2IzNWY0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfSnVzdERvSXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODllYmVlMDYyMDZmNjUwOTRhNmJhYWM3YzE5NWM1OWI0N2IxMTlhZjg2M2FjYmZiNmVmODBhZWQwNGRiMjkyMyIKICAgIH0KICB9Cn0\"}]}},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!\",5:\"\",6:\"§7Time Between Actions: §a10s\",7:\"§7Max Storage: §e576\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Hard Stone Minion VI\"},ExtraAttributes:{id:\"HARD_STONE_GENERATOR_6\",generator_tier:6}}", "damage": 3, "lore": [ "§7Place this minion and it will", @@ -11,7 +11,9 @@ "§7work when you are offline!", "", "§7Time Between Actions: §a10s", - "§7Max Storage: §e576" + "§7Max Storage: §e576", + "", + "§9§lRARE" ], "recipe": { "A1": "ENCHANTED_HARD_STONE:8", |