Skip to content

Commit d11e9ac

Browse files
committed
Mark Embers as requiring namespaced model registry
Related: #284
1 parent 3551ab6 commit d11e9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forge/src/main/java/org/embeddedt/modernfix/forge/dynresources/ModelBakeEventHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828
public class ModelBakeEventHelper {
2929
// TODO: make into config option
30-
private static final Set<String> INCOMPATIBLE_MODS = ImmutableSet.of("industrialforegoing", "vampirism");
30+
private static final Set<String> INCOMPATIBLE_MODS = ImmutableSet.of("industrialforegoing", "vampirism", "embers");
3131
private final Map<ResourceLocation, BakedModel> modelRegistry;
3232
private final Set<ResourceLocation> topLevelModelLocations;
3333
private final MutableGraph<String> dependencyGraph;

0 commit comments

Comments
 (0)