From 0df1045f7b5bb7e475a81d85e6e62a57d9860bb6 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 26 Feb 2023 21:17:25 +0100 Subject: Added Space to Lantern (BRUH) and used coal instead of charcoal for torch recipe (#904) --- items/JACK_O_LANTERN.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'items/JACK_O_LANTERN.json') diff --git a/items/JACK_O_LANTERN.json b/items/JACK_O_LANTERN.json index 90ccde10..7628d6bc 100644 --- a/items/JACK_O_LANTERN.json +++ b/items/JACK_O_LANTERN.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:lit_pumpkin", - "displayname": "§fJack o\u0027Lantern", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJack o\u0027Lantern\"},ExtraAttributes:{id:\"JACK_O_LANTERN\"}}", + "displayname": "§fJack o\u0027 Lantern", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJack o\u0027 Lantern\"},ExtraAttributes:{id:\"JACK_O_LANTERN\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "JACK_O_LANTERN", - "modver": "1.3-REL", + "modver": "2.1.1-PRE", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -20,5 +20,7 @@ "C1": "", "C2": "", "C3": "" - } -} + }, + "crafttext": "", + "infoType": "" +} \ No newline at end of file -- cgit