diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-04-19 15:03:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 15:03:59 +0200 |
commit | 8a63f065f8167d7783eb3fe04b4cc07133c74531 (patch) | |
tree | deb270cce60131cbe4268b1ff3a2f573a7d630ef /items/MEDIUM_DRAGON_SACK.json | |
parent | 21990dd94a29329cf4907a7942efd860493d7021 (diff) | |
download | NotEnoughUpdates-REPO-8a63f065f8167d7783eb3fe04b4cc07133c74531.tar.gz NotEnoughUpdates-REPO-8a63f065f8167d7783eb3fe04b4cc07133c74531.tar.bz2 NotEnoughUpdates-REPO-8a63f065f8167d7783eb3fe04b4cc07133c74531.zip |
Fixed lore and nbt of backpacks and fixed dso drop chance (#917)
* Fixed lore and nbt of backpacks and fixed dso drop chance
* Fixed lore of leg pig
* Fixed lore of Bat Pet
* Fixed Crit 7 and Lavatears Lore and fixed drop chance of bal
* Added a lot of wiki links, added new items, fixed lore of some items, added new abiphone contact
maybe more coming soon
* Fixed lore of rat pet
Diffstat (limited to 'items/MEDIUM_DRAGON_SACK.json')
-rw-r--r-- | items/MEDIUM_DRAGON_SACK.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/items/MEDIUM_DRAGON_SACK.json b/items/MEDIUM_DRAGON_SACK.json new file mode 100644 index 00000000..ebc5cd65 --- /dev/null +++ b/items/MEDIUM_DRAGON_SACK.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Medium Dragon Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"dc62cdda-26fb-3103-bc70-5c240523d345\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MDE5MDg4NzQwNSwKICAicHJvZmlsZUlkIiA6ICI0MDU4NDhjMmJjNTE0ZDhkOThkOTJkMGIwYzhiZDQ0YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJMb3ZlT3dPIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhmYWQ2ZjdhMjExMGJiMmJhNjZlZDRiMzRkZDZmZTE3OTRlYTMzY2U3YjI0Y2UzNGJlZjg2NWNjNGEyY2RlMzgiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aProtector Dragon Fragment§7, §aOld\",4:\"§aDragon Fragment§7, §aUnstable Dragon Fragment§7,\",5:\"§7§aStrong Dragon Fragment§7, §aYoung Dragon\",6:\"§aFragment§7, §aWise Dragon Fragment§7, §aSuperior\",7:\"§aDragon Fragment§7, §aHoly Dragon Fragment§7,\",8:\"§7§aMite Gel§7, §aRitual Residue§7, §aCrystal\",9:\"§aFragment\",10:\"\",11:\"§7Capacity: §e2,240 per item\",12:\"§8Sacks sum their capacity.\",13:\"\",14:\"§9§lRARE\"],Name:\"§9Medium Dragon Sack\"},ExtraAttributes:{id:\"MEDIUM_DRAGON_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aProtector Dragon Fragment§7, §aOld", + "§aDragon Fragment§7, §aUnstable Dragon Fragment§7,", + "§7§aStrong Dragon Fragment§7, §aYoung Dragon", + "§aFragment§7, §aWise Dragon Fragment§7, §aSuperior", + "§aDragon Fragment§7, §aHoly Dragon Fragment§7,", + "§7§aMite Gel§7, §aRitual Residue§7, §aCrystal", + "§aFragment", + "", + "§7Capacity: §e2,240 per item", + "§8Sacks sum their capacity.", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "CRYSTAL_FRAGMENT:2", + "A2": "SUMMONING_EYE:1", + "A3": "CRYSTAL_FRAGMENT:2", + "B1": "SUMMONING_EYE:1", + "B2": "SMALL_DRAGON_SACK:1", + "B3": "SUMMONING_EYE:1", + "C1": "CRYSTAL_FRAGMENT:2", + "C2": "SUMMONING_EYE:1", + "C3": "CRYSTAL_FRAGMENT:2" + }, + "internalname": "MEDIUM_DRAGON_SACK", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "Requires: Ender Pearl VI", + "infoType": "" +}
\ No newline at end of file |