We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd12f1 commit 7ff300dCopy full SHA for 7ff300d
forge/src/main/java/org/embeddedt/modernfix/forge/dynresources/ModelBakeEventHelper.java
@@ -27,7 +27,7 @@
27
*/
28
public class ModelBakeEventHelper {
29
// TODO: make into config option
30
- private static final Set<String> INCOMPATIBLE_MODS = ImmutableSet.of("industrialforegoing");
+ private static final Set<String> INCOMPATIBLE_MODS = ImmutableSet.of("industrialforegoing", "vampirism");
31
private final Map<ResourceLocation, BakedModel> modelRegistry;
32
private final Set<ResourceLocation> topLevelModelLocations;
33
private final MutableGraph<String> dependencyGraph;
0 commit comments