Merge 1.16 into 1.18

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

View File

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