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/FLOWER_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/FLOWER_SACK.json')
-rw-r--r-- | items/FLOWER_SACK.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/items/FLOWER_SACK.json b/items/FLOWER_SACK.json new file mode 100644 index 00000000..719bf115 --- /dev/null +++ b/items/FLOWER_SACK.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Flower Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e570b55c-8478-347c-bcf0-53eb2c4c4319\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MDE5MDk0MDQ1MywKICAicHJvZmlsZUlkIiA6ICIxYmY4ZjBiZDRkZjc0Njg1ODQwNjU2NDc2ZGU0NmNmMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJDcnV6YWRhMjIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWZjM2I1ZGI5YmQ5OWNkMTIxNjFlZDJlYTQ2MjM3OTVmMjhlNzkzYzZkYWI2N2NkM2U4MDNjY2ZhYWFkN2NmZCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aPoppy§7, §aDandelion§7, §aBlue\",4:\"§aOrchid§7, §aAllium§7, §aAzure Bluet§7, §aRed\",5:\"§aTulip§7, §aOrange Tulip§7, §aWhite Tulip§7,\",6:\"§7§aPink Tulip§7, §aOxeye Daisy§7, §aSunflower§7,\",7:\"§7§aLilac§7, §aRose Bush§7, §aPeony§7, §aEndstone\",8:\"§aRose§7, §aEnchanted Dandelion§7, §aEnchanted\",9:\"§aPoppy\",10:\"\",11:\"§7Capacity: §e20,160 per item\",12:\"§8Sacks sum their capacity.\",13:\"\",14:\"§5§lEPIC\",15:\"\",16:\"§7Cost\",17:\"§b14,000 Bits\"],Name:\"§5Flower Sack\"},ExtraAttributes:{id:\"FLOWER_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aPoppy§7, §aDandelion§7, §aBlue", + "§aOrchid§7, §aAllium§7, §aAzure Bluet§7, §aRed", + "§aTulip§7, §aOrange Tulip§7, §aWhite Tulip§7,", + "§7§aPink Tulip§7, §aOxeye Daisy§7, §aSunflower§7,", + "§7§aLilac§7, §aRose Bush§7, §aPeony§7, §aEndstone", + "§aRose§7, §aEnchanted Dandelion§7, §aEnchanted", + "§aPoppy", + "", + "§7Capacity: §e20,160 per item", + "§8Sacks sum their capacity.", + "", + "§5§lEPIC", + "", + "§7Cost", + "§b14,000 Bits" + ], + "internalname": "FLOWER_SACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |