Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RE: bug while exporting entities on 1.20.6+ (jMc2Obj-125) #256

Closed
5 tasks
McCreativo opened this issue Jun 28, 2024 · 7 comments
Closed
5 tasks

RE: bug while exporting entities on 1.20.6+ (jMc2Obj-125) #256

McCreativo opened this issue Jun 28, 2024 · 7 comments

Comments

@McCreativo
Copy link

McCreativo commented Jun 28, 2024

Hello again!

I've tried to export entities on mc1.20.6 and 1.21 with the latest version (jMc2Obj-125) but still entities do render without any data.

  • I reinstalled the program
  • I reset my settings
  • I changed my blender version to 4.1.1 (I usually use 4.3.0 alpha)
  • I reset my blender settings and reinstalled mcprep v3.5.3
  • I tried different mc versions 1.19, 120.4 (Its still working for older versions, all entities were exported correct)

Minecraft 1.21
mc-orig
Blender
blender
Export settings
export

All data was exported without any error but still when its imported into blender the same problem occurs as before...
Debug log exporting on v1.21
bug1.21.0.txt
Debug log exporting on v1.20.6
bug1.20.6.txt

@mmdanggg2
Copy link
Collaborator

These should be fixed with 7378aa5 and 2491832.
Try it out with the jar file from here: https://github.com/jmc2obj/j-mc-2-obj/actions/runs/9770710374

@McCreativo
Copy link
Author

McCreativo commented Jul 3, 2024

Hellu!

I've tested your fix https://github.com/jmc2obj/j-mc-2-obj/actions/runs/9770710374.
Unfortunately it's not working for me entirely... Heads got still exported wrong, but this time all heads got the same texture.

Blender
blender
Minecraft 1.21
mc

After some debugging I found the core problem. Heads that were placed by a commandblock wont be effected, but the problem occurs if I use heads that were placed by a plugin. Normally, I build my projects on my own server (fabric), I use the plugin "Headdatabase" to easily place heads in my worlds. Only these heads between the versions 1.20.4-1.20.6 are impacted.
Banners btw. are exported correct for now.

Could that be fixed? Thank you for your support!

@mmdanggg2
Copy link
Collaborator

Could I get a world file with these broken heads in?

@McCreativo
Copy link
Author

Could I get a world file with these broken heads in?

Sure! I can provide you my "test" world.
heads-bug1.21.zip

@mmdanggg2
Copy link
Collaborator

Ok, I see what's going on here, the plugin is setting the "name" of the texture to just "" or "HeadDatabase" when that isn't the name of the minecraft user the skin is for. Then multiple different skins are set with this same name and so any after the first it found don't get exported. Might have to ditch the nice player name for the head textures since that's clearly unreliable.

@mmdanggg2
Copy link
Collaborator

@McCreativo
Copy link
Author

Addressed with 57ea682 Try this one https://github.com/jmc2obj/j-mc-2-obj/actions/runs/9783782398

God bless you! It finally works! Thank you. ❤️❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants