Skip to content

Commit b0f4692

Browse files
committed
skull emoji (review pt2)
1 parent cfb6463 commit b0f4692

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/gregtech/api/recipes/RecipeBuilder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,8 @@ public R ignoreBuildAction(ResourceLocation buildActionName) {
911911
GTLog.logger.error("Recipe map {} does not contain build action {}!", recipeMap, buildActionName,
912912
new Throwable());
913913
return (R) this;
914+
} else if (ignoredBuildActions.containsKey(buildActionName)) {
915+
return (R) this;
914916
}
915917

916918
ignoredBuildActions.put(buildActionName, recipeMap.getBuildActions().get(buildActionName));

0 commit comments

Comments
 (0)