ConcreteMC / Alex

A Minecraft client written in C# aimed at compatibility with MC:Java & MC:Bedrock
Mozilla Public License 2.0
590 stars 46 forks source link

Geometry inheritance doesn't merge properties correctly #88

Open kennyvv opened 3 years ago

kennyvv commented 3 years ago

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.