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