We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f5057 commit 471ef1fCopy full SHA for 471ef1f
1 file changed
src/main/java/gregtech/api/recipes/machines/RecipeMapAssemblyLine.java
@@ -103,8 +103,9 @@ public boolean removeRecipe(@NotNull Recipe recipe) {
103
ResearchPropertyData data = recipe.getProperty(ResearchProperty.getInstance(), null);
104
if (data != null) {
105
for (ResearchPropertyData.ResearchEntry entry : data) {
106
- return removeDataStickEntry(entry.getResearchId(), recipe);
+ removeDataStickEntry(entry.getResearchId(), recipe);
107
}
108
+ return true;
109
110
return false;
111
0 commit comments