diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-02 17:41:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-02 16:41:58 +0000 |
commit | 2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e (patch) | |
tree | 93bef849963060da7a222471c6ca37a9ffcc891b /items/MIXED_MITE_GEL.json | |
parent | bb79c8cc5d60b64a462ea35c5877bdc672516fa6 (diff) | |
download | NotEnoughUpdates-REPO-2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e.tar.gz NotEnoughUpdates-REPO-2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e.tar.bz2 NotEnoughUpdates-REPO-2c11d30d75a9f4d175d6348e8bddc8b8aebf0e5e.zip |
Fixed lore from 33 items, added fetchur npc, fixed nbt of max ench book (#1081)
Diffstat (limited to 'items/MIXED_MITE_GEL.json')
-rw-r--r-- | items/MIXED_MITE_GEL.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/items/MIXED_MITE_GEL.json b/items/MIXED_MITE_GEL.json index 131fcc78..8970bf24 100644 --- a/items/MIXED_MITE_GEL.json +++ b/items/MIXED_MITE_GEL.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:dye", "displayname": "§6Mixed Mite Gel", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Use at Kat to upgrade an\",1:\"§7Endermite pet to §dMythic\",2:\"§d§7rarity.\",3:\"§7§8§oPowerful substance combined\",4:\"§8§ofrom the plasma membrane of many\",5:\"§8§oEndermites.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6Mixed Mite Gel\"},ExtraAttributes:{id:\"MIXED_MITE_GEL\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Use at §bKat §7to upgrade §eEndermite\",1:\"§ePets §7to §dMythic §7rarity.\",2:\"\",3:\"§7§8§oPowerful substance combined from\",4:\"§8§othe plasma membrane of many\",5:\"§8§oEndermites.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6Mixed Mite Gel\"},ExtraAttributes:{id:\"MIXED_MITE_GEL\"}}", "damage": 14, "lore": [ - "§7Use at Kat to upgrade an", - "§7Endermite pet to §dMythic", - "§d§7rarity.", - "§7§8§oPowerful substance combined", - "§8§ofrom the plasma membrane of many", + "§7Use at §bKat §7to upgrade §eEndermite", + "§ePets §7to §dMythic §7rarity.", + "", + "§7§8§oPowerful substance combined from", + "§8§othe plasma membrane of many", "§8§oEndermites.", "", "§6§lLEGENDARY" |