Skip to content

Commit

Permalink
fixed incorrect item tag
Browse files Browse the repository at this point in the history
in feral flare lantern recipe
  • Loading branch information
ursamina committed Jan 14, 2024
1 parent 1aec95a commit ff8a46c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejs/server_scripts/torchmaster.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ServerEvents.recipes((event) => {
P: "#forge:plates/glowstone",
R: "#forge:rings/steel",
I: "#forge:rods/steel",
N: "#forge:springs/small/gold",
N: "#forge:small_springs/gold",
});

// Frozen Pearl
Expand Down

0 comments on commit ff8a46c

Please sign in to comment.