diff options
author | unknown <james.jenour@protonmail.com> | 2020-03-31 22:49:36 +1100 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-03-31 22:49:36 +1100 |
commit | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (patch) | |
tree | e2bf7bc073f6036a85b58e4fad687afd63484567 /items/JUNGLE_BIOME_STICK.json | |
download | NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.tar.gz NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.tar.bz2 NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.zip |
MASSIVE update
Diffstat (limited to 'items/JUNGLE_BIOME_STICK.json')
-rw-r--r-- | items/JUNGLE_BIOME_STICK.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/JUNGLE_BIOME_STICK.json b/items/JUNGLE_BIOME_STICK.json new file mode 100644 index 00000000..45004036 --- /dev/null +++ b/items/JUNGLE_BIOME_STICK.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:stick", + "displayname": "§fJungle Biome Stick", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Allows you to change the biome\",1:\"§7at the targeted block on your\",2:\"§7private island to §bJungle§7.\",3:\"§7Right-click to use, or\",4:\"§7Left-click to change the radius\",5:\"§7it effects.\",6:\"\",7:\"§7Selected Radius: §b3\",8:\"\",9:\"§f§lCOMMON\",10:\"\",11:\"§eClick to view recipe!\"],Name:\"§fJungle Biome Stick\"},ExtraAttributes:{id:\"JUNGLE_BIOME_STICK\"}}", + "damage": 0, + "lore": [ + "§7Allows you to change the biome", + "§7at the targeted block on your", + "§7private island to §bJungle§7.", + "§7Right-click to use, or", + "§7Left-click to change the radius", + "§7it effects.", + "", + "§7Selected Radius: §b3", + "", + "§f§lCOMMON" + ], + "internalname": "JUNGLE_BIOME_STICK", + "clickcommand": "viewrecipe", + "modver": "1.0.0" +}
\ No newline at end of file |