Skip to content

Commit 1931101

Browse files
committed
Merge 1.18 into 1.19.2
2 parents 6050585 + ae3eab8 commit 1931101

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
@@ -124,6 +124,8 @@ private static boolean isVanillaTopLevelModel(ResourceLocation location) {
124124
// can occur if the MRL is not valid for that blockstate, ignore
125125
}
126126
}
127+
if(location.getNamespace().equals("minecraft") && location.getPath().equals("builtin/missing"))
128+
return true;
127129
return false;
128130
}
129131

0 commit comments

Comments
 (0)