diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-04-05 18:48:10 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-04-05 18:48:10 -0400 |
commit | 413e520596fc9786d32cffa7041e8ce1b4795e82 (patch) | |
tree | 9060f81d45976f11e36414db82e806515932d353 /items/LARGE_ENCHANTED_HUSBANDRY_SACK.json | |
parent | 56c96ce1938b635c0e5fb74ebc508dca1f3bb8f0 (diff) | |
download | NotEnoughUpdates-REPO-413e520596fc9786d32cffa7041e8ce1b4795e82.tar.gz NotEnoughUpdates-REPO-413e520596fc9786d32cffa7041e8ce1b4795e82.tar.bz2 NotEnoughUpdates-REPO-413e520596fc9786d32cffa7041e8ce1b4795e82.zip |
ty jani for the Husbandry sack
Diffstat (limited to 'items/LARGE_ENCHANTED_HUSBANDRY_SACK.json')
-rw-r--r-- | items/LARGE_ENCHANTED_HUSBANDRY_SACK.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/items/LARGE_ENCHANTED_HUSBANDRY_SACK.json b/items/LARGE_ENCHANTED_HUSBANDRY_SACK.json new file mode 100644 index 00000000..810b7cb9 --- /dev/null +++ b/items/LARGE_ENCHANTED_HUSBANDRY_SACK.json @@ -0,0 +1,40 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Large Enchanted Husbandry Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5a035266-5608-34e0-8126-2dfbaf68ea24\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzQ2YTYwNjMyNjNiYTcyMDhhMmEwNmNlZjczMjM0NzkxYzkyZDVmNjcwODBhMzY1NTA4YjAyNDgzZWVmYWY5YSJ9fX0K\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aEnchanted Feather§7,\",4:\"§7§aEnchanted Leather§7, §aEnchanted\",5:\"§aPork§7, §aEnchanted Raw Chicken§7,\",6:\"§7§aEnchanted Mutton§7, §aEnchanted\",7:\"§aRaw Rabbit\",8:\"\",9:\"§7Capacity: §e20,160 per item\",10:\"§8Sacks sum their capacity.\",11:\"\",12:\"§5§lEPIC\"],Name:\"§5Large Enchanted Husbandry Sack\"},ExtraAttributes:{id:\"LARGE_ENCHANTED_HUSBANDRY_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aEnchanted Feather§7,", + "§7§aEnchanted Leather§7, §aEnchanted", + "§aPork§7, §aEnchanted Raw Chicken§7,", + "§7§aEnchanted Mutton§7, §aEnchanted", + "§aRaw Rabbit", + "", + "§7Capacity: §e20,160 per item", + "§8Sacks sum their capacity.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "ENCHANTED_MUTTON:16", + "A2": "ENCHANTED_STRING:16", + "A3": "ENCHANTED_MUTTON:16", + "B1": "ENCHANTED_MUTTON:16", + "B2": "ENCHANTED_LEATHER:4", + "B3": "ENCHANTED_MUTTON:16", + "C1": "ENCHANTED_MUTTON:16", + "C2": "ENCHANTED_MUTTON:16", + "C3": "ENCHANTED_MUTTON:16" + }, + "internalname": "LARGE_ENCHANTED_HUSBANDRY_SACK", + "crafttext": "Requires: Mutton X", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Large_Enchanted_Husbandry_Sack" + ] +}
\ No newline at end of file |