diff options
-rw-r--r-- | items/JACK_O_LANTERN.json | 12 | ||||
-rw-r--r-- | items/TORCH.json | 2 |
2 files changed, 8 insertions, 6 deletions
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 diff --git a/items/TORCH.json b/items/TORCH.json index 3941a82d..50f58540 100644 --- a/items/TORCH.json +++ b/items/TORCH.json @@ -11,7 +11,7 @@ "vanilla": true, "clickcommand": "viewrecipe", "recipe": { - "A1": "COAL-1:1", + "A1": "COAL:1", "A2": "", "A3": "", "B1": "STICK:1", |