diff options
Diffstat (limited to 'items/DEEP_OCEAN_BIOME_STICK.json')
-rw-r--r-- | items/DEEP_OCEAN_BIOME_STICK.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/DEEP_OCEAN_BIOME_STICK.json b/items/DEEP_OCEAN_BIOME_STICK.json index e5e642fa..9b59ded8 100644 --- a/items/DEEP_OCEAN_BIOME_STICK.json +++ b/items/DEEP_OCEAN_BIOME_STICK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:stick", "displayname": "§fDeep Ocean 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 §bDeep\",3:\"§bOcean§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\"],Name:\"§fDeep Ocean Biome Stick\"},ExtraAttributes:{id:\"DEEP_OCEAN_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 §bDeep\",3:\"§bOcean§7. Right-click to use, or\",4:\"§7Left-click to change the radius\",5:\"§7it effects.\",6:\"\",7:\"§7Selected Radius: §b5\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§fDeep Ocean Biome Stick\"},ExtraAttributes:{id:\"DEEP_OCEAN_BIOME_STICK\",radius:5}}", "damage": 0, "lore": [ "§7Allows you to change the biome", @@ -11,7 +11,7 @@ "§7Left-click to change the radius", "§7it effects.", "", - "§7Selected Radius: §b3", + "§7Selected Radius: §b5", "", "§f§lCOMMON" ], |