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

Commit

Permalink
Fix cell loss in iodine recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Elisis committed Jun 25, 2022
1 parent 5736276 commit fa6e5bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/elisis/gtnhlanth/loader/RecipeLoader.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,13 @@ public static void loadGeneral() {
null,
WerkstoffMaterialPool.SeaweedConcentrate.getFluidOrGas(2000),
WerkstoffMaterialPool.SeaweedByproducts.getFluidOrGas(200),
Materials.Empty.getCells(1),
WerkstoffMaterialPool.Iodine.get(OrePrefixes.dust, 1),
null,
null,
null,
null,
null,
new int[] {10000},
new int[] {10000, 10000},
760,
480
);
Expand Down

0 comments on commit fa6e5bf

Please sign in to comment.