diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-30 19:22:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 18:22:51 +0000 |
commit | a648b1f990523956d9c5725ea537bb8ed2511f09 (patch) | |
tree | 1093f469c0a2d594711f84b1a113025a34ff4e0d /items/FARMING_FOR_DUMMIES.json | |
parent | 0b24d6c0ab8bb57c62b5ba9510ea2c2b318e6ac9 (diff) | |
download | NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.tar.gz NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.tar.bz2 NotEnoughUpdates-REPO-a648b1f990523956d9c5725ea537bb8ed2511f09.zip |
Fixed mana ray textures (#852)
* Fixed mana ray textures
* Fixed hot stuff thingy
* Added new contrib, fixed tiger pet, added new drops, added new item
* Fixed Mythic Endermite pet
* Combinable in Anvil
* Added new lore to hollow armor, fixed parents
* Fixed Kuudra Key Lore and Obsidian Tablet
Diffstat (limited to 'items/FARMING_FOR_DUMMIES.json')
-rw-r--r-- | items/FARMING_FOR_DUMMIES.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/items/FARMING_FOR_DUMMIES.json b/items/FARMING_FOR_DUMMIES.json index 383273b9..4c110f83 100644 --- a/items/FARMING_FOR_DUMMIES.json +++ b/items/FARMING_FOR_DUMMIES.json @@ -1,14 +1,15 @@ { "itemid": "minecraft:book", "displayname": "§5Farming for Dummies", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Combine this Book in an Anvil\",1:\"§7with a hoe or axe to gain §6+1☘\",2:\"§6Farming Fortune§7!\",3:\"\",4:\"§7May be applied up to 5 times.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Farming for Dummies\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"FARMING_FOR_DUMMIES\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Grants §6+1☘ Farming Fortune\",3:\"§6§7when applied to a hoe or an\",4:\"§7axe. Can be applied to an item\",5:\"§7up to §a5 §7times.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Farming for Dummies\"},ExtraAttributes:{id:\"FARMING_FOR_DUMMIES\"}}", "damage": 0, "lore": [ - "§7Combine this Book in an Anvil", - "§7with a hoe or axe to gain §6+1☘", - "§6Farming Fortune§7!", + "§7§8Combinable in Anvil", "", - "§7May be applied up to 5 times.", + "§7Grants §6+1☘ Farming Fortune", + "§6§7when applied to a hoe or an", + "§7axe. Can be applied to an item", + "§7up to §a5 §7times.", "", "§5§lEPIC" ], |