Skip to content

Commit 8a0ff99

Browse files
committed
Merge 1.19.4 into 1.20
2 parents 5165cf2 + 7b18bca commit 8a0ff99

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
@@ -126,6 +126,8 @@ private static boolean isVanillaTopLevelModel(ResourceLocation location) {
126126
// can occur if the MRL is not valid for that blockstate, ignore
127127
}
128128
}
129+
if(location.getNamespace().equals("minecraft") && location.getPath().equals("builtin/missing"))
130+
return true;
129131
return false;
130132
}
131133

0 commit comments

Comments
 (0)