diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-08-20 13:12:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 13:12:30 +0200 |
commit | 64398a560ef328a787e5106197504a56d9cf80db (patch) | |
tree | 9206bdf4feb105884ea498c453741381ef265bf5 /items/DIRT_ROD.json | |
parent | 3ae2abbed4df9a495d9ab068202c09736b072add (diff) | |
download | NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.tar.gz NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.tar.bz2 NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.zip |
New Alpha Stuff (#787)
* Nerds
* More Items
* I love stats
* I love hypixel
* Added and changed stuff from shitty update
* editor throwing
* I love the github editor
* More fixes
* Added new stuff to enchants.json
Co-Authored-By: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Diffstat (limited to 'items/DIRT_ROD.json')
-rw-r--r-- | items/DIRT_ROD.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/DIRT_ROD.json b/items/DIRT_ROD.json new file mode 100644 index 00000000..012e9f48 --- /dev/null +++ b/items/DIRT_ROD.json @@ -0,0 +1,27 @@ +{ + "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\"}}", + "damage": 0, + "lore": [ + "§7Fishing Speed: §a+15", + "", + "§7§7This rod allows you to fish on", + "§7dirt.", + "", + "§7§8§oAt least you won\u0027t get wet!", + "", + "§7Claimed by: §b[MVP§2+§b] Moulberry§f", + "", + "§8Edition #1", + "§8July 2022", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON FISHING ROD" + ], + "internalname": "DIRT_ROD", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |