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/LAVATEARS_RUNE;1.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/LAVATEARS_RUNE;1.json')
-rw-r--r-- | items/LAVATEARS_RUNE;1.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/LAVATEARS_RUNE;1.json b/items/LAVATEARS_RUNE;1.json index fa4b799b..3dbf3f91 100644 --- a/items/LAVATEARS_RUNE;1.json +++ b/items/LAVATEARS_RUNE;1.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§c◆ Lavatears Rune I", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9a960dcb-e362-3642-bf8e-510574a20cd7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjA2NjkzNzY0OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGM4Y2NkNWY4NjNkODJiYjA5N2I5MjZiYzVmNGNjYTk3YjE5ZjQ2ZTExYjNhM2E1OWQwMDFhZGI4OTg4Njc3MyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 25\",1:\"§8Bows\",2:\"\",3:\"§7Obtained very rarel from slaying\",4:\"§7Inferno Demonlord.\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§c◆ Lavatears Rune I\"},ExtraAttributes:{runes:{LAVATEARS:1},id:\"LAVATEARS_RUNE;1\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9a960dcb-e362-3642-bf8e-510574a20cd7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0NjA2NjkzNzY0OCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGM4Y2NkNWY4NjNkODJiYjA5N2I5MjZiYzVmNGNjYTk3YjE5ZjQ2ZTExYjNhM2E1OWQwMDFhZGI4OTg4Njc3MyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 25\",1:\"§8Bows\",2:\"\",3:\"§7Obtained very rarely from slaying\",4:\"§7Inferno Demonlord.\",5:\"\",6:\"§7Apply this rune to bows or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§c◆ Lavatears Rune I\"},ExtraAttributes:{runes:{LAVATEARS:1},id:\"LAVATEARS_RUNE;1\"}}", "damage": 3, "lore": [ "§8Requires level 25", "§8Bows", "", - "§7Obtained very rarel from slaying", + "§7Obtained very rarely from slaying", "§7Inferno Demonlord.", "", "§7Apply this rune to bows or fuse", @@ -19,6 +19,6 @@ "internalname": "LAVATEARS_RUNE;1", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "" }
\ No newline at end of file |