Add Vampirism to mods requiring fallback model iterator

Related: #242
This commit is contained in:
embeddedt 2023-09-20 17:58:25 -04:00
parent bdd12f1802
commit 7ff300d8df

View File

@ -27,7 +27,7 @@ import java.util.*;
*/ */
public class ModelBakeEventHelper { public class ModelBakeEventHelper {
// TODO: make into config option // TODO: make into config option
private static final Set<String> INCOMPATIBLE_MODS = ImmutableSet.of("industrialforegoing"); private static final Set<String> INCOMPATIBLE_MODS = ImmutableSet.of("industrialforegoing", "vampirism");
private final Map<ResourceLocation, BakedModel> modelRegistry; private final Map<ResourceLocation, BakedModel> modelRegistry;
private final Set<ResourceLocation> topLevelModelLocations; private final Set<ResourceLocation> topLevelModelLocations;
private final MutableGraph<String> dependencyGraph; private final MutableGraph<String> dependencyGraph;