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.
1 parent 371e511 commit abb8cbdCopy full SHA for abb8cbd
common/src/main/java/org/embeddedt/modernfix/dynamicresources/DynamicBakedModelProvider.java
@@ -123,6 +123,8 @@ private static boolean isVanillaTopLevelModel(ResourceLocation location) {
123
// can occur if the MRL is not valid for that blockstate, ignore
124
}
125
126
+ if(location.getNamespace().equals("minecraft") && location.getPath().equals("builtin/missing"))
127
+ return true;
128
return false;
129
130
0 commit comments