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/WEATHER_NODE.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/WEATHER_NODE.json')
-rw-r--r-- | items/WEATHER_NODE.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/WEATHER_NODE.json b/items/WEATHER_NODE.json new file mode 100644 index 00000000..4bd3cda9 --- /dev/null +++ b/items/WEATHER_NODE.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:lapis_block", + "displayname": "§aWeather Node", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Place it down and click it to\",1:\"§7change the weather on your\",2:\"§7island.\",3:\"\",4:\"§7The node will remember your\",5:\"§7choice!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aWeather Node\"},ExtraAttributes:{id:\"WEATHER_NODE\"}}", + "damage": 0, + "lore": [ + "§7Place it down and click it to", + "§7change the weather on your", + "§7island.", + "", + "§7The node will remember your", + "§7choice!", + "", + "§a§lUNCOMMON" + ], + "recipe": { + "A1": "ENCHANTED_REDSTONE:1", + "A2": "ENCHANTED_REDSTONE:1", + "A3": "ENCHANTED_REDSTONE:1", + "B1": "ENCHANTED_REDSTONE:1", + "B2": "LAPIS_BLOCK:1", + "B3": "ENCHANTED_REDSTONE:1", + "C1": "ENCHANTED_REDSTONE:1", + "C2": "ENCHANTED_REDSTONE:1", + "C3": "ENCHANTED_REDSTONE:1" + }, + "internalname": "WEATHER_NODE", + "crafttext": "Requires Prismarine Shard VI", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |