diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-02 12:28:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-02 11:28:45 +0000 |
commit | 8acf6ee1cf5636c1107fb33cbe6de47fe1050208 (patch) | |
tree | 52ad795c314733783175413e24fc7175c100362d /items/MUSHROOM_COW_AXE.json | |
parent | 0f1e699320f52ce49d4a788d4942f80be4262924 (diff) | |
download | NotEnoughUpdates-REPO-8acf6ee1cf5636c1107fb33cbe6de47fe1050208.tar.gz NotEnoughUpdates-REPO-8acf6ee1cf5636c1107fb33cbe6de47fe1050208.tar.bz2 NotEnoughUpdates-REPO-8acf6ee1cf5636c1107fb33cbe6de47fe1050208.zip |
Added some wiki links and fixed lore of animal axes (#1059)
Diffstat (limited to 'items/MUSHROOM_COW_AXE.json')
-rw-r--r-- | items/MUSHROOM_COW_AXE.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/items/MUSHROOM_COW_AXE.json b/items/MUSHROOM_COW_AXE.json index 71983a2f..f6c99371 100644 --- a/items/MUSHROOM_COW_AXE.json +++ b/items/MUSHROOM_COW_AXE.json @@ -1,13 +1,12 @@ { "itemid": "minecraft:wooden_axe", "displayname": "§aMushroom Cow Axe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§6Ability: Mooshroom Specialist\",2:\"§7Killing a §dMooshroom §7increases\",3:\"§7its drops by §a2x§7.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§7§4❣ §cRequires §aFarming Skill 15§c.\",7:\"§a§lUNCOMMON AXE\"],Name:\"§aMushroom Cow Axe\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"MUSHROOM_COW_AXE\",entity_required:\"MUSHROOM_COW\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Killing a §dMooshroom\",1:\"§d§7increases the amount of drops\",2:\"§7by §a+2 §7for common loot.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§7§4❣ §cRequires §aFarming Skill 15§c.\",6:\"§a§lUNCOMMON AXE\"],Name:\"§aMushroom Cow Axe\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"MUSHROOM_COW_AXE\",entity_required:\"MUSHROOM_COW\"}}", "damage": 0, "lore": [ - "", - "§6Ability: Mooshroom Specialist", - "§7Killing a §dMooshroom §7increases", - "§7its drops by §a2x§7.", + "§7Killing a §dMooshroom", + "§d§7increases the amount of drops", + "§7by §a+2 §7for common loot.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aFarming Skill 15§c.", |