We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cb5acb + 1931101 commit 7b18bcaCopy full SHA for 7b18bca
common/src/main/java/org/embeddedt/modernfix/dynamicresources/DynamicBakedModelProvider.java
@@ -126,6 +126,8 @@ private static boolean isVanillaTopLevelModel(ResourceLocation location) {
126
// can occur if the MRL is not valid for that blockstate, ignore
127
}
128
129
+ if(location.getNamespace().equals("minecraft") && location.getPath().equals("builtin/missing"))
130
+ return true;
131
return false;
132
133
0 commit comments