diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-03 11:25:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-03 21:25:24 +1100 |
commit | 8d30c12edce0800e744a93ee743e03a7f4dbb8c5 (patch) | |
tree | 3f5794f616926614c62e01df29a94d322dc50af1 /items/SNOW_GENERATOR_12.json | |
parent | eb78fb7fe219a0ac5f7a937008be6b65c515e6cf (diff) | |
download | NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.tar.gz NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.tar.bz2 NotEnoughUpdates-REPO-8d30c12edce0800e744a93ee743e03a7f4dbb8c5.zip |
Added new jerry stuff, fixed oringo npc and books (#869)
Diffstat (limited to 'items/SNOW_GENERATOR_12.json')
-rw-r--r-- | items/SNOW_GENERATOR_12.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/items/SNOW_GENERATOR_12.json b/items/SNOW_GENERATOR_12.json new file mode 100644 index 00000000..e50442f5 --- /dev/null +++ b/items/SNOW_GENERATOR_12.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Snow Minion XII", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9b9d09f6-07a5-3d80-a775-7a1d80963f02\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2OTc4MDcwOTcxNCwKICAicHJvZmlsZUlkIiA6ICJhNWVmNzE3YWI0MjA0MTQ4ODlhOTI5ZDA5OTA0MzcwMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJXaW5zdHJlYWtlcnoiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTc5OWExNmJkYmIwNzkzZTgwNDJmMTgzOGJhZTUzNjU5NGVjYWVmMGQ1NTU2NDYyZWI5Mzk2ZGI1ZjQwNTlhYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and shovelling\",2:\"§7snow! Requires an open area to\",3:\"§7place snow. Minions also work\",4:\"§7when you are offline!\",5:\"\",6:\"§7Time Between Actions: §a5.8s\",7:\"§7Max Storage: §e960\",8:\"§7Resources Generated: §b0\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Snow Minion XII\"},ExtraAttributes:{id:\"SNOW_GENERATOR_12\"}}", + "damage": 3, + "lore": [ + "§7Place this minion and it will", + "§7start generating and shovelling", + "§7snow! Requires an open area to", + "§7place snow. Minions also work", + "§7when you are offline!", + "", + "§7Time Between Actions: §a5.8s", + "§7Max Storage: §e960", + "§7Resources Generated: §b0", + "", + "§9§lRARE" + ], + "internalname": "SNOW_GENERATOR_12", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Snow_Minion", + "https://wiki.hypixel.net/Snow_Minion" + ] +}
\ No newline at end of file |