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

[Bug]: Broken in-world textures #447

Open
Sy5t3m-Cr45h opened this issue Oct 27, 2024 · 0 comments
Open

[Bug]: Broken in-world textures #447

Sy5t3m-Cr45h opened this issue Oct 27, 2024 · 0 comments
Assignees
Labels

Comments

@Sy5t3m-Cr45h
Copy link

What happened?

All doors, both vanilla and compatibility (betterend, create, etc) have broken textures, giving a "texture not found" block. Door still spawns a portal which is visible when inside the Missing Texture, and doorless rifts visually look as intended, even when waterlogged. Hitbox still functions as intended, noise is correct, and door works, just broken door textures. All other blocks function as intended. Item textures also function correctly, even for compatibility doors.

The attached picture is of a Dimensional Spruce door that I have opened, but has missing texture. The hitbox for the door itself is still visible on interact range.

image_2024-10-27_013138891

Here's the visible portal from inside the broken texture block.

image_2024-10-27_013738319

Error for each door is identical, excepting the door name. I'm pretty sure what's going on is it's creating a separate duplicate texture for the door when it's waterlogged, which gives a duplicate texture error and implements the Missing Textures.

Mod Version

5.4.1

What versions of Minecraft does this issue happen on?

No response

Log

Version is 1.20.1, Fabric Loader v0.16.5


[23:31:40] [Worker-Main-11/ERROR]:
Failed to resolve block state models for block Block{dimdoors:block_ag_dim_minecraft_dark_oak_door}. Using missing model for all states.
java.lang.IllegalStateException: Duplicate model for state Block{dimdoors:block_ag_dim_minecraft_dark_oak_door}[facing=north,half=upper,hinge=left,open=true,powered=true,waterlogged=true] on block Block{dimdoors:block_ag_dim_minecraft_dark_oak_door}
at org.dimdev.dimdoors.client.DimensionalDoorsModelLoadingPlugin$1.lambda$resolveBlockStates$0(DimensionalDoorsModelLoadingPlugin.java:37) ~[dimdoors-5.4.1-fabric.jar:?]
at org.dimdev.dimdoors.client.DimensionalDoorsModelLoadingPlugin$1.resolveBlockStates(DimensionalDoorsModelLoadingPlugin.java:33) ~[dimdoors-5.4.1-fabric.jar:?]
at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants