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

Entity model texturing doesn't quite match Vanilla #203

Open
stackotter opened this issue Jun 6, 2024 · 0 comments
Open

Entity model texturing doesn't quite match Vanilla #203

stackotter opened this issue Jun 6, 2024 · 0 comments
Labels
bug Something isn't working rendering

Comments

@stackotter
Copy link
Owner

Currently some of the entity models (taken from an Optifine JSON Entity Models pack template) have differences when viewed in Delta Client vs in Vanilla. To double check that it wasn't a Delta Client rendering issue I viewed the entity models in Blockbench and found that they looked exactly as they do in Delta Client. As an example, look at the texture on the top of a Blaze's head, the texture is 180 degrees off (or flipped, can't remember) from where it is in Vanilla.

There are a few solutions;

a) fork the entity models and tweak them manually ourselves to fix any issues that we find
b) find another source of entity models (and preferably one in a nicer format, the Optifine JSON Entity Model format is terrible, and has incorrect/incomplete documentation)
c) sort of a combination of both approaches; make our own entity format, export the Optifine JSON Entity Models to the custom format, and then fix the models in our own format

Imo c would be the nicest long term solution, but both a and b would be valid steps towards c while also fixing this issue, so they're perfectly acceptable too.

I'm open to other ideas for solutions too so if you have your own solution feel free to discuss below.

@stackotter stackotter added bug Something isn't working rendering labels Jun 6, 2024
@stackotter stackotter changed the title Entity models don't quite match Vanilla Entity model texturing doesn't quite match Vanilla Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working rendering
Projects
None yet
Development

No branches or pull requests

1 participant