Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
turned flint knife recipe sidways in order to not conflict with the s…
Browse files Browse the repository at this point in the history
…hovel recipe
  • Loading branch information
Trinsdar committed Nov 28, 2023
1 parent ed9f6c1 commit a4291a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public static void init(Consumer<FinishedRecipe> consumer, AntimatterRecipeProvi
if (m.has(FLINT)){
if (!AntimatterAPI.isModLoaded("tfc")) {
provider.addStackRecipe(consumer, GTCore.ID, "", "", KNIFE.getToolStack(m),
of('R', rod, 'P', ingotGem), "P", "R");
of('R', rod, 'P', ingotGem), "PR");
}
} else if (m.has(GEM)){
provider.addStackRecipe(consumer, GTCore.ID, "", "", KNIFE.getToolStack(m),
Expand Down

0 comments on commit a4291a1

Please sign in to comment.