Skip to content

Commit d30fa3e

Browse files
authored
Fix mtes aren't added to their small recipemap categories (#2850)
1 parent 068052b commit d30fa3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/integration/jei/JustEnoughItemsModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ private void registerRecipeMapCatalyst(IModRegistry registry, RecipeMap<?> recip
363363
}
364364
if (recipeMap.getSmallRecipeMap() != null) {
365365
registry.addRecipeCatalyst(metaTileEntity.getStackForm(),
366-
GTValues.MODID + ":" + recipeMap.getSmallRecipeMap().unlocalizedName);
366+
GTValues.MODID + "." + recipeMap.getSmallRecipeMap().unlocalizedName);
367367
return;
368368
}
369369

0 commit comments

Comments
 (0)