Skip to content

Commit

Permalink
spotlbwlalsess
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorbatron committed Oct 12, 2024
1 parent 2290d78 commit e17c222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/zorbatron/zbgt/recipe/CasingRecipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ private static void coALCasings() {
}

if (tier > ZPM) {
tempBuilder.fluidInputs(Naquadria.getFluid((10 + fluidAdditive) * L * 2));
tempBuilder.fluidInputs(Naquadria.getFluid((10 + fluidAdditive) * L * 2));
}

tempBuilder.buildAndRegister();
Expand Down

0 comments on commit e17c222

Please sign in to comment.