Every Compat (Stone Zone)

Every Compat (Stone Zone)

39.2k Downloads

[๐Ÿž]:incompatibility with fresh waystone textures

Newguy225 opened this issue ยท 5 comments

commented

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

commented

Strange. I'll take a good look at the resource pack and see if i can find out what's the problem.

SZ use blackstone_waystone as the base texture to generate a new textures. I noticed there are some texture that are visible.

Image Image
commented

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.

commented

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

Image Image

the same modded waystones with it

Image 2 Image

@Xelbayria

commented

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

commented

I understand what's the problem now.

  • The resource pack has 3 parts into 3 textures: top, bottom, and head
  • Waystones' texture for blackstone_waystone has 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.