Skip to content

Commit 7ff300d

Browse files
committed
Add Vampirism to mods requiring fallback model iterator
Related: #242
1 parent bdd12f1 commit 7ff300d

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");
30+
private static final Set<String> INCOMPATIBLE_MODS = ImmutableSet.of("industrialforegoing", "vampirism");
3131
private final Map<ResourceLocation, BakedModel> modelRegistry;
3232
private final Set<ResourceLocation> topLevelModelLocations;
3333
private final MutableGraph<String> dependencyGraph;

0 commit comments

Comments
 (0)