diff options
Diffstat (limited to 'items/SLIME_BALL.json')
-rw-r--r-- | items/SLIME_BALL.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/items/SLIME_BALL.json b/items/SLIME_BALL.json new file mode 100644 index 00000000..932aa072 --- /dev/null +++ b/items/SLIME_BALL.json @@ -0,0 +1,13 @@ +{ + "internalname": "SLIME_BALL", + "itemid": "minecraft:slime_ball", + "displayname": "Slimeball", + "clickcommand": "", + "damage": 0, + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fSlimeball\"},ExtraAttributes:{id:\"SLIME_BALL\"}}", + "modver": "1.0.0", + "lore": [ + "§8Brewing Ingredient", + "§f§lCOMMON" + ] +}
\ No newline at end of file |