Merge 1.18 into 1.19.2

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

View File

@ -124,6 +124,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;
}