diff options
Diffstat (limited to 'items/SLIME_BALL.json')
-rw-r--r-- | items/SLIME_BALL.json | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/items/SLIME_BALL.json b/items/SLIME_BALL.json index 38a7ba56..a05d1b96 100644 --- a/items/SLIME_BALL.json +++ b/items/SLIME_BALL.json @@ -1,13 +1,24 @@ { "itemid": "minecraft:slime_ball", "displayname": "§fSlimeball", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\",2:\"\",3:\"§eClick to view recipe!\"],Name:\"§fSlimeball\"},ExtraAttributes:{id:\"SLIME_BALL\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSlimeball\"},ExtraAttributes:{id:\"SLIME_BALL\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "SLIME_BALL", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SLIME_BLOCK:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file |