From 5cdcc154ce9ff34ec213b9b7cc788d4e18657b3e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 4 Nov 2022 12:15:30 +0100 Subject: even if this works i would probably prefer having the island in the repo 🤓 (#855) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added island * Fixed 2 lores and some recipe outputs * Fixed lore of enrichments * Fixed lore of some items * Added recipe and more wiki links * Fixed crafttext --- items/LARGE_GEMSTONE_SACK.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/LARGE_GEMSTONE_SACK.json') diff --git a/items/LARGE_GEMSTONE_SACK.json b/items/LARGE_GEMSTONE_SACK.json index 15780c95..59aedceb 100644 --- a/items/LARGE_GEMSTONE_SACK.json +++ b/items/LARGE_GEMSTONE_SACK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§5Large Gemstone Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"34a5254e-6e8a-3dc2-b1b8-e21b3f66d7f9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDA3MDUxMDA5NCwKICAicHJvZmlsZUlkIiA6ICI1N2IzZGZiNWY4YTY0OWUyOGI1NDRlNGZmYzYzMjU2ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJYaWthcm8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTViYTgwNGI3YWU5MmM2NWIyZjQxZDE4YmU4OTlhM2JkMTM5NzcyZTNlM2M4MWMyZmM4YWRkYmIyNzUzNjk1MiIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7Gemstone pickups go directly\",1:\"§7into your sacks.\",2:\"\",3:\"§7Capacity: §e2,560,000 per gemstone type\",4:\"§8Sacks sum their capacity.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Large Gemstone Sack\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"LARGE_GEMSTONE_SACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"34a5254e-6e8a-3dc2-b1b8-e21b3f66d7f9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDA3MDUxMDA5NCwKICAicHJvZmlsZUlkIiA6ICI1N2IzZGZiNWY4YTY0OWUyOGI1NDRlNGZmYzYzMjU2ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJYaWthcm8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTViYTgwNGI3YWU5MmM2NWIyZjQxZDE4YmU4OTlhM2JkMTM5NzcyZTNlM2M4MWMyZmM4YWRkYmIyNzUzNjk1MiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gemstone pickups go directly\",1:\"§7into your sacks.\",2:\"\",3:\"§7Capacity: §e2,560,000 per gemstone type\",4:\"§8Sacks sum their capacity.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Large Gemstone Sack\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"LARGE_GEMSTONE_SACK\"}}", "damage": 3, "lore": [ "§7Gemstone pickups go directly", @@ -24,7 +24,7 @@ "C3": "FINE_RUBY_GEM:1" }, "internalname": "LARGE_GEMSTONE_SACK", - "crafttext": "", + "crafttext": "Requires: Gemstone Collection VI", "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", -- cgit