diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-02-26 21:17:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-27 07:17:25 +1100 |
commit | 0df1045f7b5bb7e475a81d85e6e62a57d9860bb6 (patch) | |
tree | 11078960b87f2fd777950e845ff4c357424a64a6 | |
parent | 8902ea8ce1d07da998a98311a0bb09041ef3af55 (diff) | |
download | NotEnoughUpdates-REPO-0df1045f7b5bb7e475a81d85e6e62a57d9860bb6.tar.gz NotEnoughUpdates-REPO-0df1045f7b5bb7e475a81d85e6e62a57d9860bb6.tar.bz2 NotEnoughUpdates-REPO-0df1045f7b5bb7e475a81d85e6e62a57d9860bb6.zip |
Added Space to Lantern (BRUH) and used coal instead of charcoal for torch recipe (#904)
-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", |