Skip to content

Commit

Permalink
ordict stick wood in crop lense item recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jun 18, 2024
1 parent a4013f8 commit 9b405b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public void run() {
| GT_ModHandler.RecipeBits.REVERSIBLE,
new Object[] { " fL", " Sr", "S ", 'L',
GT_OreDictUnificator.get(OrePrefixes.lens, Materials.Glass, 1L), 'S',
new ItemStack(Items.stick) });
GT_OreDictUnificator.get(OrePrefixes.stick, Materials.Wood, 1L) });
GT_ModHandler.addCraftingRecipe(
GT_OreDictUnificator.get(OrePrefixes.lens, Materials.Glass, 1L),
GT_ModHandler.RecipeBits.NOT_REMOVABLE,
Expand Down

0 comments on commit 9b405b7

Please sign in to comment.