[๐]:incompatibility with fresh waystone textures
Newguy225 opened this issue ยท 5 comments
Code of Conduct
- Always check you are using the latest version of the mods and its dependencies
- Ensure the version of EveryCompat & Moonlight Lib are up to date
- Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue still persists.
- If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit - Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)
1.20.1 - FORGE
StoneZone Version
stonezone-1.20-2.9.0
EveryCompat Version
everycomp-1.20-2.9.0
Moonlight Lib Version
moonlight-1.20-2.16.5
Issue with mods
waystones (more so fresh waystone textures)
Issue Detail
with the fresh waystone textures resource pack enabled (https://www.curseforge.com/minecraft/texture-packs/fresh-waystones-texture) waystone textures do not register properly and become missing purple and black textures instead.
OPTIONAL: Latest.log | Crash-report Attachment
No response
OPTIONAL: To Produce
enable the fresh waystone textures resource pack (again https://www.curseforge.com/minecraft/texture-packs/fresh-waystones-texture)
place any modded waystone from stonezone
look at it
missing texture
have you re-launched Minecraft with the loaded Resource Pack? does the issue still show up? EC/SZ can use the resource pack to generate new textures for blocks.
yes i have given it a test and for me it breaks the waystone textures as for what youre saying about the resource pack
deadrock + permafrost waystones without texture pack
the same modded waystones with it
as another detail this is on a barebones pack with only a few mods that add stone, no rendering mods or anything of the sort
I understand what's the problem now.
- The resource pack has 3 parts into 3 textures: top, bottom, and head
- Waystones' texture for
blackstone_waystonehas 3 parts in 1 texture, not 3 textures - The module for Waystones was designed to get one texture from Waystones. It expect any Resource Pack to follow the same setup as Waystones' texture for blackstone_waystone
You need to talk to DEV of that resource pack and see if he/she can try merge the 3 parts into one texture. so SZ can use the texture from ResourcePack instead of the default one from Waystones.
Above is the only solution I can think of. There is no other solution to fix this.


