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/DWARVEN_MINES_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/DWARVEN_MINES_SACK.json')
-rw-r--r-- | items/DWARVEN_MINES_SACK.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/items/DWARVEN_MINES_SACK.json b/items/DWARVEN_MINES_SACK.json new file mode 100644 index 00000000..5bbc6be6 --- /dev/null +++ b/items/DWARVEN_MINES_SACK.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Dwarven Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"01b88dc3-fd60-33e0-be6a-86bf61ea0e48\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MDE5MDc1OTM3OSwKICAicHJvZmlsZUlkIiA6ICI0YjJlMGM1ODliZjU0ZTk1OWM1ZmJlMzg5MjQ1MzQzZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJfTmVvdHJvbl8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGFmOTcxMWQyMzFlM2FiZmI2ZmI3NDQ3MTFmMGQ4NmU2MDQxZWUwNzdkYWUxNmRkYzcwM2E3YjRlYTE2NWQ1OCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aPlasma§7, §aVolta§7, §aSorrow§7,\",4:\"§7§aGlacite Jewel§7, §aGoblin Egg§7, §a§aGreen\",5:\"§aGoblin Egg§7, §a§eYellow Goblin Egg§7, §a§cRed\",6:\"§cGoblin Egg§7, §a§3Blue Goblin Egg\",7:\"\",8:\"§7Capacity: §e20,160 per item\",9:\"§8Sacks sum their capacity.\",10:\"\",11:\"§5§lEPIC\",12:\"\",13:\"§7Cost\",14:\"§b14,000 Bits\"],Name:\"§5Dwarven Sack\"},ExtraAttributes:{id:\"DWARVEN_MINES_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aPlasma§7, §aVolta§7, §aSorrow§7,", + "§7§aGlacite Jewel§7, §aGoblin Egg§7, §a§aGreen", + "§aGoblin Egg§7, §a§eYellow Goblin Egg§7, §a§cRed", + "§cGoblin Egg§7, §a§3Blue Goblin Egg", + "", + "§7Capacity: §e20,160 per item", + "§8Sacks sum their capacity.", + "", + "§5§lEPIC", + "", + "§7Cost", + "§b14,000 Bits" + ], + "internalname": "DWARVEN_MINES_SACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |