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/KUUDRA_WASHING_MACHINE.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/KUUDRA_WASHING_MACHINE.json')
-rw-r--r-- | items/KUUDRA_WASHING_MACHINE.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/KUUDRA_WASHING_MACHINE.json b/items/KUUDRA_WASHING_MACHINE.json new file mode 100644 index 00000000..e3ea8f00 --- /dev/null +++ b/items/KUUDRA_WASHING_MACHINE.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§cKuudra Washing Machine", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"268424ce-ea81-386f-8aab-efd1bad22add\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzdkZTYzZDQwMWY4NWVlZDhhNWUwOGNmYTZjYjI5MGM0MGIxMWE3YzcyYjU3OWIyZjA2ZThiYjRhOGE3YzA5OSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Combine in an anvil with any\",1:\"§7item to remove all attributes\",2:\"§7from the item.\",3:\"\",4:\"§c§lSPECIAL\"],Name:\"§cKuudra Washing Machine\"},ExtraAttributes:{id:\"KUUDRA_WASHING_MACHINE\"}}", + "damage": 3, + "lore": [ + "§7Combine in an anvil with any", + "§7item to remove all attributes", + "§7from the item.", + "", + "§c§lSPECIAL" + ], + "internalname": "KUUDRA_WASHING_MACHINE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Kuudra_Washing_Machine" + ] +}
\ No newline at end of file |