Add Elevator Mod to dynamic resources iteration list

This commit is contained in:
embeddedt 2023-12-18 21:39:18 -05:00
parent 240fa4b510
commit 5fa94bf5e4
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

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