forgot to add modelengine as namespace lmao

This commit is contained in:
OmeWillem
2024-07-04 02:56:02 +02:00
parent cff7d68737
commit 5931c81f9e

View File

@@ -48,7 +48,7 @@ public class ExtensionMain implements Extension {
Geometry geometry = GeneratorMain.geometryMap.get(entity);
geometry.getBones().forEach(bone -> {
GeyserUtils.addProperty(id, bone, Boolean.class);
GeyserUtils.addProperty(id, "modelengine:" + bone, Boolean.class);
});
GeyserUtils.registerProperties(id);