[Bug]: Broken in-world textures
Sy5t3m-Cr45h opened this issue ยท 0 comments
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.
Here's the visible portal from inside the broken texture block.
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) ~[?:?]