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

Commit

Permalink
fixed plantball recipe from saplings
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Jul 26, 2023
1 parent 3afd726 commit 4d14792
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static void loadRecipes(Consumer<FinishedRecipe> output, AntimatterRecipe
provider.addItemRecipe(output, GTIRef.ID, "plantball2", "misc", "has_wrench", provider.hasSafeItem(AntimatterDefaultTools.WRENCH.getTag()), PlantBall, of(
'S', ForgeCTags.SEEDS
), "SSS", "S S", "SSS");
provider.addItemRecipe(output, GTIRef.ID, "plantball3", "misc", "has_wrench", provider.hasSafeItem(AntimatterDefaultTools.WRENCH.getTag()), PlantBall, of(
provider.addStackRecipe(output, GTIRef.ID, "plantball3", "misc", "has_wrench", provider.hasSafeItem(AntimatterDefaultTools.WRENCH.getTag()), new ItemStack(PlantBall, 2), of(
'S', TagUtils.getItemTag(new ResourceLocation("saplings"))
), "SSS", "S S", "SSS");
}
Expand Down

0 comments on commit 4d14792

Please sign in to comment.