diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-16 23:51:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 17:51:13 -0400 |
commit | 8d29b5fcef4cfe9716d311035b1a32032aa17015 (patch) | |
tree | 528fbf113ae77d2a689453bcc5afb0f3ebf4830b /items/FARMING_FOR_DUMMIES.json | |
parent | 0e58984f2a8d3efa156e047cd7ab03a6a8585c63 (diff) | |
download | NotEnoughUpdates-REPO-8d29b5fcef4cfe9716d311035b1a32032aa17015.tar.gz NotEnoughUpdates-REPO-8d29b5fcef4cfe9716d311035b1a32032aa17015.tar.bz2 NotEnoughUpdates-REPO-8d29b5fcef4cfe9716d311035b1a32032aa17015.zip |
Pig - Added thing from the Update and some other Things (#460)
* Added Items from the Update and fixed some things, missing is Pig Relic
* Constants things, PETNUMS FOR RAT MAYBE WRONG
* Rat Pet Fix
Diffstat (limited to 'items/FARMING_FOR_DUMMIES.json')
-rw-r--r-- | items/FARMING_FOR_DUMMIES.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/items/FARMING_FOR_DUMMIES.json b/items/FARMING_FOR_DUMMIES.json new file mode 100644 index 00000000..3466eb7f --- /dev/null +++ b/items/FARMING_FOR_DUMMIES.json @@ -0,0 +1,20 @@ +{ + "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\"}}", + "damage": 0, + "lore": [ + "§7Combine this Book in an Anvil", + "§7with a hoe or axe to gain §6+1☘", + "§6Farming Fortune§7!", + "", + "§7May be applied up to 5 times.", + "", + "§5§lEPIC" + ], + "internalname": "FARMING_FOR_DUMMIES", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |