Merge 1.19.2 into 1.19.4

This commit is contained in:
embeddedt 2023-08-05 12:52:05 -04:00
commit 7b18bcafd6
No known key found for this signature in database
GPG Key ID: A69433EC199B5613

View File

@ -126,6 +126,8 @@ public class DynamicBakedModelProvider implements Map<ResourceLocation, BakedMod
// can occur if the MRL is not valid for that blockstate, ignore
}
}
if(location.getNamespace().equals("minecraft") && location.getPath().equals("builtin/missing"))
return true;
return false;
}