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/MAGICAL_LAVA_BUCKET.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/MAGICAL_LAVA_BUCKET.json')
-rw-r--r-- | items/MAGICAL_LAVA_BUCKET.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/items/MAGICAL_LAVA_BUCKET.json b/items/MAGICAL_LAVA_BUCKET.json new file mode 100644 index 00000000..195a3ed7 --- /dev/null +++ b/items/MAGICAL_LAVA_BUCKET.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:lava_bucket", + "displayname": "§aMagical Lava Bucket", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7This Magical Lava Bucket holds a\",1:\"§7tiny volcano. Easy infinite\",2:\"§7lava!\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aMagical Lava Bucket\"},ExtraAttributes:{id:\"MAGICAL_LAVA_BUCKET\"}}", + "damage": 0, + "lore": [ + "§7This Magical Lava Bucket holds a", + "§7tiny volcano. Easy infinite", + "§7lava!", + "", + "§a§lUNCOMMON" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "IRON_INGOT:1", + "B2": "ENCHANTED_NETHERRACK:1", + "B3": "IRON_INGOT:1", + "C1": "", + "C2": "IRON_INGOT:1", + "C3": "" + }, + "internalname": "MAGICAL_LAVA_BUCKET", + "crafttext": "Requires Netherrack V", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |