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.
Bedrock models can inherit from other models by doing stuff like
geometry.humanoid.custom:geometry.humanoid
This would makegeometry.humanoid.custom
inherit fromgeometry.humanoid
. Currently however, when the models tries to override properties from it's inherited model it doesn't do so.