Alex icon indicating copy to clipboard operation
Alex copied to clipboard

Geometry inheritance doesn't merge properties correctly

Open kennyvv opened this issue 3 years ago • 0 comments

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.

kennyvv avatar Aug 29 '21 18:08 kennyvv