mirror of
https://github.com/GeyserExtensionists/GeyserModelEnginePackGenerator.git
synced 2025-12-19 15:09:18 +00:00
forgot to add modelengine as namespace lmao
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user