diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-07-18 21:51:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 15:51:42 -0400 |
commit | afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f (patch) | |
tree | 824b9c74346542e1f9cd1acc8c5f972f0f1af76b /items/LARGE_GEMSTONE_SACK.json | |
parent | 961d00e76ee01ae80c524982f5125fd9182bbece (diff) | |
download | NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.tar.gz NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.tar.bz2 NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.zip |
Mining Stuff - Added and fixed some Stuff (#552)
* Mining Stuff
* Stuff
* Ench Books and other Stuff
* Updating Mobs
* Epic Pet Fix
* Other Stuff
* github is dumb
* Wiki Links
* Added new Drill
* Added Reforge Stats
* Added Wiki Link
* Wiki Links
* Wiki URL
* New Stuff
* New Items
* New Item
* Fixed Superboom
* New Drill
* Added new Pet so people wont crash (no pet stats)
* Removed UUID and Timestamp from new Pet
* Pet Stuff
* Stuff
* Fixed Tank
* WIki Links
* Wiki Links
* Power Talisman Things
* Other Stuff
* Added Recipe
* Recipe Fix
* Fixed Pet
* stone
Diffstat (limited to 'items/LARGE_GEMSTONE_SACK.json')
-rw-r--r-- | items/LARGE_GEMSTONE_SACK.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/LARGE_GEMSTONE_SACK.json b/items/LARGE_GEMSTONE_SACK.json new file mode 100644 index 00000000..8ac8fe0f --- /dev/null +++ b/items/LARGE_GEMSTONE_SACK.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Large 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", + "§7into your sacks.", + "", + "§7Capacity: §e2,560,000 per gemstone type", + "§8Sacks sum their capacity.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "FINE_RUBY_GEM:8", + "A2": "FINE_RUBY_GEM:8", + "A3": "FINE_RUBY_GEM:8", + "B1": "FINE_RUBY_GEM:8", + "B2": "MEDIUM_GEMSTONE_SACK:1", + "B3": "FINE_RUBY_GEM:8", + "C1": "FINE_RUBY_GEM:8", + "C2": "FINE_RUBY_GEM:8", + "C3": "FINE_RUBY_GEM:8" + }, + "internalname": "LARGE_GEMSTONE_SACK", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Sack" + ] +}
\ No newline at end of file |