Skip to content

Commit

Permalink
Do not check anymore if Gregification is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Irgendwer01 authored Jan 21, 2024
1 parent 267b5bc commit b01007f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public ICubeRenderer getBaseTexture(IMultiblockPart iMultiblockPart) {

private static @NotNull RecipeMap<?> @NotNull [] determineRecipeMaps() {
RecipeMap<?> sieveMap = RecipeMap.getByName("electric_sieve");
if (Loader.isModLoaded(GCYMValues.GREGIFICATION_MODID) && sieveMap != null) {
if (sieveMap != null) {
return new RecipeMap<?>[] { RecipeMaps.SIFTER_RECIPES, sieveMap };
}
return new RecipeMap<?>[] { RecipeMaps.SIFTER_RECIPES };
Expand Down

0 comments on commit b01007f

Please sign in to comment.