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 /items/TORCH.json | |
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)
Diffstat (limited to 'items/TORCH.json')
-rw-r--r-- | items/TORCH.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |