diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-03-09 18:28:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 12:28:08 -0500 |
commit | 78e775da64b598dd40387f22081ed7a3927e8af1 (patch) | |
tree | 2181d4129400fad2be856a1ac673b56962bf249d /items/LARGE_ENCHANTED_FISHING_SACK.json | |
parent | 73b6f703307b4524fadead8fd0977c67b028e1f6 (diff) | |
download | NotEnoughUpdates-REPO-78e775da64b598dd40387f22081ed7a3927e8af1.tar.gz NotEnoughUpdates-REPO-78e775da64b598dd40387f22081ed7a3927e8af1.tar.bz2 NotEnoughUpdates-REPO-78e775da64b598dd40387f22081ed7a3927e8af1.zip |
added new items (POG) (#427)
* added personal deletors
* I'm trying to be fast but this will take time
* added new sack
* more sacks
* all sacks done
* added parent
Diffstat (limited to 'items/LARGE_ENCHANTED_FISHING_SACK.json')
-rw-r--r-- | items/LARGE_ENCHANTED_FISHING_SACK.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/items/LARGE_ENCHANTED_FISHING_SACK.json b/items/LARGE_ENCHANTED_FISHING_SACK.json new file mode 100644 index 00000000..b33d74c8 --- /dev/null +++ b/items/LARGE_ENCHANTED_FISHING_SACK.json @@ -0,0 +1,41 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Large Enchanted Fishing Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"80e3fbe4-bcbc-3cea-a7f6-882b3277b571\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWUyNDY5ZGU3Zjc1ZDJlMGE4YjNiMGM3MzRhMmI0NzA3ODJiNjA0ZDFmZWIwMTcyYjRhNzJhNzdjYjViYmRhMiJ9fX0K\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aEnchanted Raw Fish§7,\",4:\"§7§aEnchanted Raw Salmon§7,\",5:\"§7§aEnchanted Clownfish§7,\",6:\"§7§aEnchanted Pufferfish§7,\",7:\"§7§aEnchanted Prismarine Shard§7,\",8:\"§7§aEnchanted Prismarine Crystals§7,\",9:\"§7§aEnchanted Clay§7, §aEnchanted\",10:\"§aLily Pad§7, §aEnchanted Ink\",11:\"§aSack§7, §aEnchanted Sponge\",12:\"\",13:\"§7Capacity: §e20,160 per item\",14:\"§8Sacks sum their capacity.\",15:\"\",16:\"§5§lEPIC\"],Name:\"§5Large Enchanted Fishing Sack\"},ExtraAttributes:{id:\"LARGE_ENCHANTED_FISHING_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aEnchanted Raw Fish§7,", + "§7§aEnchanted Raw Salmon§7,", + "§7§aEnchanted Clownfish§7,", + "§7§aEnchanted Pufferfish§7,", + "§7§aEnchanted Prismarine Shard§7,", + "§7§aEnchanted Prismarine Crystals§7,", + "§7§aEnchanted Clay§7, §aEnchanted", + "§aLily Pad§7, §aEnchanted Ink", + "§aSack§7, §aEnchanted Sponge", + "", + "§7Capacity: §e20,160 per item", + "§8Sacks sum their capacity.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "ENCHANTED_PUFFERFISH:16", + "A2": "ENCHANTED_STRING:16", + "A3": "ENCHANTED_PUFFERFISH:16", + "B1": "ENCHANTED_PUFFERFISH:16", + "B2": "ENCHANTED_LEATHER:4", + "B3": "ENCHANTED_PUFFERFISH:16", + "C1": "ENCHANTED_PUFFERFISH:16", + "C2": "ENCHANTED_PUFFERFISH:16", + "C3": "ENCHANTED_PUFFERFISH:16" + }, + "internalname": "LARGE_ENCHANTED_FISHING_SACK", + "crafttext": "requires pufferfish X", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |