From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/ROOFED_FOREST_BIOME_STICK.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 items/ROOFED_FOREST_BIOME_STICK.json (limited to 'items/ROOFED_FOREST_BIOME_STICK.json') diff --git a/items/ROOFED_FOREST_BIOME_STICK.json b/items/ROOFED_FOREST_BIOME_STICK.json new file mode 100644 index 00000000..718b4b92 --- /dev/null +++ b/items/ROOFED_FOREST_BIOME_STICK.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:stick", + "displayname": "§fRoofed Forest 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 §bRoofed\",3:\"§bForest§7. Right-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:\"§fRoofed Forest Biome Stick\"},ExtraAttributes:{id:\"ROOFED_FOREST_BIOME_STICK\"}}", + "damage": 0, + "lore": [ + "§7Allows you to change the biome", + "§7at the targeted block on your", + "§7private island to §bRoofed", + "§bForest§7. Right-click to use, or", + "§7Left-click to change the radius", + "§7it effects.", + "", + "§7Selected Radius: §b3", + "", + "§f§lCOMMON" + ], + "internalname": "ROOFED_FOREST_BIOME_STICK", + "clickcommand": "viewrecipe", + "modver": "1.0.0" +} \ No newline at end of file -- cgit