Skip to content

Commit ae3eab8

Browse files
committed
Merge 1.16 into 1.18
2 parents 431231c + abb8cbd commit ae3eab8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/src/main/java/org/embeddedt/modernfix/dynamicresources/DynamicBakedModelProvider.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ private static boolean isVanillaTopLevelModel(ResourceLocation location) {
123123
// can occur if the MRL is not valid for that blockstate, ignore
124124
}
125125
}
126+
if(location.getNamespace().equals("minecraft") && location.getPath().equals("builtin/missing"))
127+
return true;
126128
return false;
127129
}
128130

0 commit comments

Comments
 (0)