From 228ec7960d0319d8018c24ee14a92ea235c5e68c Mon Sep 17 00:00:00 2001 From: Moulberry Date: Thu, 1 Oct 2020 18:44:26 +1000 Subject: vanilla stuff & new items --- items/SLIME_BALL.json | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'items/SLIME_BALL.json') 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 -- cgit