diff options
Diffstat (limited to 'items/FROSTY_SNOW_BALL.json')
-rw-r--r-- | items/FROSTY_SNOW_BALL.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/items/FROSTY_SNOW_BALL.json b/items/FROSTY_SNOW_BALL.json new file mode 100644 index 00000000..4ea8968a --- /dev/null +++ b/items/FROSTY_SNOW_BALL.json @@ -0,0 +1,12 @@ +{ + "internalname": "FROSTY_SNOW_BALL", + "itemid": "minecraft:snowball", + "displayname": "Frosty Snowball", + "clickcommand": "", + "damage": 0, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFrosty Snowball\"},ExtraAttributes:{id:\"FROSTY_SNOW_BALL\"}}", + "modver": "1.0.0", + "lore": [ + "§f§lCOMMON" + ] +}
\ No newline at end of file |