Skip to content

Commit

Permalink
Add Elevator Mod to dynamic resources iteration list
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Dec 19, 2023
1 parent 240fa4b commit 5fa94bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/
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;
Expand Down

0 comments on commit 5fa94bf

Please sign in to comment.