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/CRYSTAL_HOLLOWS_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/CRYSTAL_HOLLOWS_SACK.json')
-rw-r--r-- | items/CRYSTAL_HOLLOWS_SACK.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/items/CRYSTAL_HOLLOWS_SACK.json b/items/CRYSTAL_HOLLOWS_SACK.json new file mode 100644 index 00000000..7f175838 --- /dev/null +++ b/items/CRYSTAL_HOLLOWS_SACK.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Crystal Hollows Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6a880c91-b870-3957-bd19-06816978565d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MDE5MDk5MDUwMSwKICAicHJvZmlsZUlkIiA6ICIyYzA3NmUzNDU0N2M0OWU2OTMwYzQzZDE2MDZmYjI1ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJsUmVzdSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9hNmI0NmJlZWI1ZjZlMDAwNjE2M2VkYTRhNTA3MDNhNDBlNjU5MTA4MGIwZTY3Nzc5MzEyYWRjZmVjNDYxNTIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aRobotron Reflector§7, §aFTX 3070§7,\",4:\"§7§aControl Switch§7, §aElectron Transmitter§7,\",5:\"§7§aSynthetic Heart§7, §aSuperlite Motor§7,\",6:\"§7§aBob-omb§7, §aJungle Key§7, §aYoggie§7,\",7:\"§7§aSludge Juice§7, §aCorleonite§7, §aOil Barrel\",8:\"\",9:\"§7Capacity: §e20,160 per item\",10:\"§8Sacks sum their capacity.\",11:\"\",12:\"§5§lEPIC\",13:\"\",14:\"§7Cost\",15:\"§b14,000 Bits\"],Name:\"§5Crystal Hollows Sack\"},ExtraAttributes:{id:\"CRYSTAL_HOLLOWS_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aRobotron Reflector§7, §aFTX 3070§7,", + "§7§aControl Switch§7, §aElectron Transmitter§7,", + "§7§aSynthetic Heart§7, §aSuperlite Motor§7,", + "§7§aBob-omb§7, §aJungle Key§7, §aYoggie§7,", + "§7§aSludge Juice§7, §aCorleonite§7, §aOil Barrel", + "", + "§7Capacity: §e20,160 per item", + "§8Sacks sum their capacity.", + "", + "§5§lEPIC", + "", + "§7Cost", + "§b14,000 Bits" + ], + "internalname": "CRYSTAL_HOLLOWS_SACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |