diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-05-15 08:02:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 08:02:39 +0200 |
commit | cbb6e415e77217d4cc0b24843757b8583d814c3f (patch) | |
tree | ce6d22078d077f4fe02ad5de3d8a4f3d1c03d706 /items/SMALL_GEMSTONE_SACK.json | |
parent | 16e1f31a5a5e98a734680c29169c382dc6aecc1e (diff) | |
download | NotEnoughUpdates-REPO-cbb6e415e77217d4cc0b24843757b8583d814c3f.tar.gz NotEnoughUpdates-REPO-cbb6e415e77217d4cc0b24843757b8583d814c3f.tar.bz2 NotEnoughUpdates-REPO-cbb6e415e77217d4cc0b24843757b8583d814c3f.zip |
Added new skin (#923)
* Added new skin
* Fixed lore of drills and fixed nbt of fatal tempo
* Added dedication to enchants
* SkyBlock Patch 0.18.4 - Sack Additions & Bug Fixes
Diffstat (limited to 'items/SMALL_GEMSTONE_SACK.json')
-rw-r--r-- | items/SMALL_GEMSTONE_SACK.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/SMALL_GEMSTONE_SACK.json b/items/SMALL_GEMSTONE_SACK.json index e586b135..71fb8de0 100644 --- a/items/SMALL_GEMSTONE_SACK.json +++ b/items/SMALL_GEMSTONE_SACK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§9Small Gemstone Sack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1edfb5ef-7d57-33e8-80f7-6d68c3f3fb61\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDA3MDU0MTI2OCwKICAicHJvZmlsZUlkIiA6ICI4MmM2MDZjNWM2NTI0Yjc5OGI5MWExMmQzYTYxNjk3NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb3ROb3RvcmlvdXNOZW1vIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzY2NjI0YTdiZGVlNjI0MGRkZGJlZDgyNjgwOTBlMjM0ZDBiYTQ3MGVhODk2ZTg5MjlmNGVmYjIxM2YyMjY5NDQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Gemstone pickups go directly\",1:\"§7into your sacks.\",2:\"\",3:\"§7Capacity: §e128,000 per gemstone type\",4:\"§8Sacks sum their capacity.\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Small Gemstone Sack\"},ExtraAttributes:{id:\"SMALL_GEMSTONE_SACK\"}}", + "displayname": "§aSmall Gemstone Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1edfb5ef-7d57-33e8-80f7-6d68c3f3fb61\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDA3MDU0MTI2OCwKICAicHJvZmlsZUlkIiA6ICI4MmM2MDZjNWM2NTI0Yjc5OGI5MWExMmQzYTYxNjk3NyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb3ROb3RvcmlvdXNOZW1vIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzY2NjI0YTdiZGVlNjI0MGRkZGJlZDgyNjgwOTBlMjM0ZDBiYTQ3MGVhODk2ZTg5MjlmNGVmYjIxM2YyMjY5NDQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Gemstone pickups go directly\",1:\"§7into your sacks.\",2:\"\",3:\"§7Capacity: §e128,000 per gemstone type\",4:\"§8Sacks sum their capacity.\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§aSmall Gemstone Sack\"},ExtraAttributes:{id:\"SMALL_GEMSTONE_SACK\"}}", "damage": 3, "lore": [ "§7Gemstone pickups go directly", @@ -10,7 +10,7 @@ "§7Capacity: §e128,000 per gemstone type", "§8Sacks sum their capacity.", "", - "§9§lRARE" + "§a§lUNCOMMON" ], "recipe": { "A1": "ROUGH_RUBY_GEM:10", @@ -26,7 +26,7 @@ "internalname": "SMALL_GEMSTONE_SACK", "crafttext": "Requires: Gemstone I", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Gemstone_Sack", |