Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/yo/machine-explosion' into yo/ma…
Browse files Browse the repository at this point in the history
…chine-explosion
  • Loading branch information
YoungOnionMC committed Oct 8, 2024
2 parents a1eb6b5 + 213a313 commit 71a04bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ public static void processGemConversion(TagPrefix gemPrefix, Material material,
String.format("gem_to_gem_%s_%s", FormattingUtil.toLowerCaseUnder(prevPrefix.name),
material.getName()),
prevStack,
"h", new UnificationEntry(gemPrefix, material));
'h', new UnificationEntry(gemPrefix, material));

CUTTER_RECIPES
.recipeBuilder("cut_" + material.getName() + "_" + FormattingUtil.toLowerCaseUnder(gemPrefix.name) +
Expand Down

0 comments on commit 71a04bf

Please sign in to comment.