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 5165cf2 + 7b18bca commit 8a0ff99Copy full SHA for 8a0ff99
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