diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-04-24 15:45:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 15:45:47 -0400 |
commit | a4b05933e2ea9d535f984ec28624f09c1e577eb3 (patch) | |
tree | 9ba5b89d20a6674bcb64cefc5329b8fb47bef94e /items/REPLENISH;1.json | |
parent | 7899bd5bae6b5a7df6f681898e535a902e608f26 (diff) | |
parent | b6302cf45d6b6da8e07908307b3b520b5a91be00 (diff) | |
download | NotEnoughUpdates-REPO-a4b05933e2ea9d535f984ec28624f09c1e577eb3.tar.gz NotEnoughUpdates-REPO-a4b05933e2ea9d535f984ec28624f09c1e577eb3.tar.bz2 NotEnoughUpdates-REPO-a4b05933e2ea9d535f984ec28624f09c1e577eb3.zip |
Merge pull request #473 from jani270/Books
Updated all Enchanted Books + Fix + Rainbow Names + Reforge Stone
Diffstat (limited to 'items/REPLENISH;1.json')
-rw-r--r-- | items/REPLENISH;1.json | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/items/REPLENISH;1.json b/items/REPLENISH;1.json index d0f1daa7..c150d243 100644 --- a/items/REPLENISH;1.json +++ b/items/REPLENISH;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§9Enchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Replenish I\",1:\"§7Upon breaking crops, nether\",2:\"§7wart, or cocoa, automatically\",3:\"§7replant from materials in your\",4:\"§7inventory.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{replenish:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Replenish I\",1:\"§7Upon breaking crops, nether\",2:\"§7wart, or cocoa, automatically\",3:\"§7replant from materials in your\",4:\"§7inventory.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI: §7Coca Beans Collectio\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fHoe\",14:\"\",15:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"REPLENISH;1\",enchantments:{replenish:1}}}", "damage": 0, "lore": [ "§9Replenish I", @@ -13,6 +13,12 @@ "§7Use this on an item in an Anvil", "§7to apply it!", "", + "§6Source:", + "§aI: §7Coca Beans Collectio", + "", + "§6Applied To:", + "§7- §fHoe", + "", "§9§lRARE" ], "recipe": { @@ -28,6 +34,7 @@ }, "internalname": "REPLENISH;1", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Cocoa Beans VIII" + "modver": "2.0.0-REL", + "crafttext": "Requires: Cocoa Beans VIII", + "infoType": "" }
\ No newline at end of file |