diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-04-21 22:18:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-21 16:18:53 -0400 |
commit | 823c7ea1ce1e23d8b94ce8c6e24903b7613288e8 (patch) | |
tree | 65f0fdc97629f2b2b9d8f324fa62f44a651533c2 /items/ENCHANTED_NETHERRACK.json | |
parent | 9f320dd60715a91bcd75dcb402015a53ce77dffd (diff) | |
download | NotEnoughUpdates-REPO-823c7ea1ce1e23d8b94ce8c6e24903b7613288e8.tar.gz NotEnoughUpdates-REPO-823c7ea1ce1e23d8b94ce8c6e24903b7613288e8.tar.bz2 NotEnoughUpdates-REPO-823c7ea1ce1e23d8b94ce8c6e24903b7613288e8.zip |
new items (#466)
* new items
* Create BULKY_STONE.json
* uuid removal
Diffstat (limited to 'items/ENCHANTED_NETHERRACK.json')
-rw-r--r-- | items/ENCHANTED_NETHERRACK.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/items/ENCHANTED_NETHERRACK.json b/items/ENCHANTED_NETHERRACK.json new file mode 100644 index 00000000..24f394da --- /dev/null +++ b/items/ENCHANTED_NETHERRACK.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:netherrack", + "displayname": "§aEnchanted Netherrack", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Netherrack\"},ExtraAttributes:{id:\"ENCHANTED_NETHERRACK\"}}", + "damage": 0, + "lore": [ + "§a§lUNCOMMON" + ], + "internalname": "ENCHANTED_NETHERRACK", + "crafttext": "Requires: Netherrack IV", + "recipe": { + "A1": "", + "A2": "NETHERRACK:32", + "A3": "", + "B1": "NETHERRACK:32", + "B2": "NETHERRACK:32", + "B3": "NETHERRACK:32", + "C1": "", + "C2": "NETHERRACK:32", + "C3": "" + }, + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |