Fix BuildCraft pipes

Related: #516
This commit is contained in:
embeddedt 2025-02-15 15:52:19 -05:00
parent 4a8e0487bc
commit 5168eb63aa
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -45,7 +45,10 @@ public class ModelBakeEventHelper {
"elevatorid",
"cfm",
"refinedstorage",
"embers");
"embers",
"buildcraftsilicon",
"buildcrafttransport",
"buildcraftfactory");
private final Map<ResourceLocation, BakedModel> modelRegistry;
private final Set<ResourceLocation> topLevelModelLocations;
private final MutableGraph<String> dependencyGraph;