Skip to content

Commit

Permalink
Fix bat backpack recipe (#993)
Browse files Browse the repository at this point in the history
Co-authored-by: MrSlimeDude <[email protected]>
  • Loading branch information
ZakBerkelaar and ZakBerkelaar authored Sep 10, 2024
1 parent 210f64c commit ecb78aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void loadRecipes() {
'a',
"itemLeather",
'b',
getModItem(IndustrialCraft2.ID, "itemNightvisionGoggles", 1, 1, missing),
getModItem(IndustrialCraft2.ID, "itemNightvisionGoggles", 1, GTValues.W, missing),
'c',
getModItem(Minecraft.ID, "potion", 1, 8262, missing),
'd',
Expand Down

0 comments on commit ecb78aa

Please sign in to comment.