Skip to content

Commit

Permalink
Fix recipe duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
Zorbatron committed Sep 9, 2024
1 parent a4eaa63 commit d28109e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/java/com/zorbatron/zbgt/recipe/CoALRecipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,10 @@ private static void lvToEV() {
getCoALLowTierRecipe(tier, type)
.input(tier == MV ? gemFlawless : gem, getLowEmitterSensorStarMaterial(tier), 48)
.buildAndRegister();
getCoALLowTierRecipe(tier, type)
.input(tier == MV ? gemFlawless : gem, getLowEmitterSensorStarMaterial(tier), 48)
.buildAndRegister();
} else {
getCoALLowTierRecipe(tier, type)
.input(getStarByTier(tier), 48)
.buildAndRegister();
getCoALLowTierRecipe(tier, type)
.input(getStarByTier(tier), 48)
.buildAndRegister();
}
} else if (type == FIELD_GEN) {
switch (tier) {
Expand Down

0 comments on commit d28109e

Please sign in to comment.