diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-12-09 16:50:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 16:50:07 +0100 |
commit | 93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c (patch) | |
tree | 4c2eb88eb51676686b296476386f685afafea5de /items/LEATHER_CLOTH.json | |
parent | 8d30c12edce0800e744a93ee743e03a7f4dbb8c5 (diff) | |
download | NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.tar.gz NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.tar.bz2 NotEnoughUpdates-REPO-93d14a1b0d9170dbde73d365d69eb27d5dbdfb5c.zip |
XTREE (#870)
* XTREE
* Lava Rod
* Fixed lore of most Furniture items
* Fixed 2 npc things
* Fixed rare flying fish perk
* Fixed Lulonaut
* Added Bingo Card (extreme)
* Fixed Skin lore
* Fixed lore of sb menu
* Fixed Ice essence and glacial scythe
* Fixed Tac Sword Lore
lf approves
* New Kuudra Update stuff
* Fixed lore of nether sack items
* I love hypixel
Diffstat (limited to 'items/LEATHER_CLOTH.json')
-rw-r--r-- | items/LEATHER_CLOTH.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/items/LEATHER_CLOTH.json b/items/LEATHER_CLOTH.json index 8eb552d8..c1af0b3b 100644 --- a/items/LEATHER_CLOTH.json +++ b/items/LEATHER_CLOTH.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:leather", "displayname": "§5Leather Cloth", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"§7§7§oThe origin of that leather\",2:\"§7§ois a well kept secret.\",3:\"\",4:\"§8§l* §8Co-op Soulbound §8§l*\",5:\"§5§lEPIC\"],Name:\"§5Leather Cloth\"},ExtraAttributes:{id:\"LEATHER_CLOTH\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7§oThe origin of that leather\",1:\"§7§ois a well kept secret.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§5§lEPIC\"],Name:\"§5Leather Cloth\"},ExtraAttributes:{id:\"LEATHER_CLOTH\"}}", "damage": 0, "lore": [ - "§eRight-click to view recipes!", "§7§7§oThe origin of that leather", "§7§ois a well kept secret.", "", + "§eRight-click to view recipes!", + "", "§8§l* §8Co-op Soulbound §8§l*", "§5§lEPIC" ], |