diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-01-31 10:18:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-31 10:18:22 +0100 |
commit | 81b07827e028134c07b709410b9e91b6c5dba97d (patch) | |
tree | ba6891d353dd03159eb155c1b7eafd2252959162 /items/DIRT_ROD.json | |
parent | 1c566e8cac45443ce698295a90f7f2e2482909b6 (diff) | |
download | NotEnoughUpdates-REPO-81b07827e028134c07b709410b9e91b6c5dba97d.tar.gz NotEnoughUpdates-REPO-81b07827e028134c07b709410b9e91b6c5dba97d.tar.bz2 NotEnoughUpdates-REPO-81b07827e028134c07b709410b9e91b6c5dba97d.zip |
Added Power Stones to slayer drops, fixed lore of 19 items (#892)
* Added Power Stones to slayer drops, fixed lore of 19 items
* Remove wrong item drop
* Fixed lore of funny items
doing nbt later
Diffstat (limited to 'items/DIRT_ROD.json')
-rw-r--r-- | items/DIRT_ROD.json | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/items/DIRT_ROD.json b/items/DIRT_ROD.json index ab5b5969..4ac5e773 100644 --- a/items/DIRT_ROD.json +++ b/items/DIRT_ROD.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§aDirt Rod", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Fishing Speed: §a+15\",1:\"\",2:\"§7§7This rod allows you to fish on\",3:\"§7dirt.\",4:\"\",5:\"§7§8§oAt least you won\u0027t get wet!\",6:\"\",7:\"§7Claimed by: §b[MVP§2+§b] Moulberry§f\",8:\"\",9:\"§8Edition #1\",10:\"§8July 2022\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aDirt Rod\"},ExtraAttributes:{date:1658838959882L,edition:103,id:\"DIRT_ROD\",recipient_name:\"§6[MVP§c++§6] _Ein_Wolf_§f\",player:\"§6[MVP§c++§6] _Ein_Wolf_§f\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Fishing Speed: §a+15\",1:\"\",2:\"§7§7This rod allows you to fish on\",3:\"§7dirt.\",4:\"\",5:\"§7§8§oAt least you won\u0027t get wet!\",6:\"\",7:\"§7Purchased by: §b[MVP§2+§b] Moulberry§f\",8:\"§7Purchased for: §6§k666,666,666 §6 coins\",9:\"\",10:\"§8Auction #§k1\",11:\"§8Bid #§k1\",12:\"§8July 2022\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§a§lUNCOMMON FISHING ROD\"],Name:\"§aDirt Rod\"},ExtraAttributes:{date:1658838959882L,edition:103,id:\"DIRT_ROD\",recipient_name:\"§6[MVP§c++§6] _Ein_Wolf_§f\",player:\"§6[MVP§c++§6] _Ein_Wolf_§f\"}}", "damage": 0, "lore": [ "§7Fishing Speed: §a+15", @@ -11,9 +11,11 @@ "", "§7§8§oAt least you won\u0027t get wet!", "", - "§7Claimed by: §b[MVP§2+§b] Moulberry§f", + "§7Purchased by: §b[MVP§2+§b] Moulberry§f", + "§7Purchased for: §6§k666,666,666 §6 coins", "", - "§8Edition #1", + "§8Auction #§k1", + "§8Bid #§k1", "§8July 2022", "", "§7§8This item can be reforged!", |