We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f193ca9 commit 8bafaacCopy full SHA for 8bafaac
src/main/java/gregtech/api/recipes/RecipeMap.java
@@ -100,6 +100,7 @@ public static List<RecipeMap<?>> getRecipeMaps() {
100
}
101
102
@ZenMethod
103
+ @Nullable
104
public static RecipeMap<?> getByName(String unlocalizedName) {
105
return RECIPE_MAPS.stream()
106
.filter(map -> map.unlocalizedName.equals(unlocalizedName))
0 commit comments