Alex
Alex copied to clipboard
Geometry inheritance doesn't merge properties correctly
Bedrock models can inherit from other models by doing stuff like geometry.humanoid.custom:geometry.humanoid
This would make geometry.humanoid.custom
inherit from geometry.humanoid
.
Currently however, when the models tries to override properties from it's inherited model it doesn't do so.