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/SIL_EX.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/SIL_EX.json')
-rw-r--r-- | items/SIL_EX.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/items/SIL_EX.json b/items/SIL_EX.json index e00f97a6..3cb07a87 100644 --- a/items/SIL_EX.json +++ b/items/SIL_EX.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:flint", - "displayname": "§f§f§5Silex", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Combine this item in an Anvil\",1:\"§7with a pickaxe or drill to\",2:\"§7increase its efficiency\",3:\"§7enchantment level by 1 level!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§f§f§5Silex\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"SIL_EX\"},AttributeModifiers:[]}", + "displayname": "§5Silex", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7When applied to a pickaxe or a\",3:\"§7drill, increases its Efficiency\",4:\"§7level by §a1§7!\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Silex\"},ExtraAttributes:{id:\"SIL_EX\"}}", "damage": 0, "lore": [ - "§7Combine this item in an Anvil", - "§7with a pickaxe or drill to", - "§7increase its efficiency", - "§7enchantment level by 1 level!", + "§7§8Combinable in Anvil", + "", + "§7When applied to a pickaxe or a", + "§7drill, increases its Efficiency", + "§7level by §a1§7!", "", "§5§lEPIC" ], |