mirror of
https://github.com/GeyserExtensionists/GeyserModelEnginePackGenerator.git
synced 2025-12-19 15:09:18 +00:00
fix texture
This commit is contained in:
@@ -124,7 +124,7 @@ public class RenderController {
|
||||
JsonObject visibilityItem = new JsonObject();
|
||||
Bone bone = bones.get(boneName);
|
||||
boolean uvParent = false;
|
||||
for (Bone child : bone.children) {
|
||||
for (Bone child : bone.getAllChildren()) {
|
||||
if (child.getName().startsWith("uv_")) {
|
||||
if (uvAllBones.contains(child.getName())) {
|
||||
uvParent = true;
|
||||
|
||||
Reference in New Issue
Block a user