Merge 1.16 into 1.18
This commit is contained in:
commit
ae3eab8320
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user