Every Compat (Wood Good)

Every Compat (Wood Good)

3M Downloads

[๐Ÿž]: 1.18.2 missing texture

qingchunnh opened this issue ยท 6 comments

commented

Before Continuing:

  • Always check you are using the latest version of the mods and its dependencies
  • 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

1.18.2

Loader

Forge

EveryCompat Version

everycomp-1.18.2-1.6.7

Moonlight Lib Version

selene-1.18.2-1.17.14

Issue with mods

forbidden_arcanus-1.18.2-2.1.3

Mysterywood Chest
Trapped Mysterywood Chest

born_in_chaos_[Forge]1.18.2_1.16

Scorched Post
Stripped Scorched Post

Issue Detail

missing texture
everycomp
MysterywoodChest
TrappedMysterywoodChest
ScorchedPost
StrippedScorchedPost
mods

OPTIONAL: Latest.log | Crash-report Attachment

[04:55:00] [Worker-Main-9/WARN]: Unable to load model: 'everycomp:q/born_in_chaos_v1/scorched_planks_post#inventory' referenced from: everycomp:q/born_in_chaos_v1/scorched_planks_post#inventory: java.io.FileNotFoundException: everycomp:models/item/q/born_in_chaos_v1/scorched_planks_post.json
[04:55:00] [Worker-Main-9/WARN]: Unable to load model: 'everycomp:q/born_in_chaos_v1/stripped_scorched_planks_post#inventory' referenced from: everycomp:q/born_in_chaos_v1/stripped_scorched_planks_post#inventory: java.io.FileNotFoundException: everycomp:models/item/q/born_in_chaos_v1/stripped_scorched_planks_post.json
[04:55:01] [Worker-Main-6/ERROR]: Using missing texture, unable to load born_in_chaos_v1:textures/blocks/.png : java.io.FileNotFoundException: born_in_chaos_v1:textures/blocks/.png
[04:55:02] [Worker-Main-6/ERROR]: Using missing texture, unable to load quark:textures/model/chest/everycompat/forbidden_arcanus/mysterywood_trap_right.png : java.io.FileNotFoundException: quark:textures/model/chest/everycompat/forbidden_arcanus/mysterywood_trap_right.png
[04:55:02] [Worker-Main-6/ERROR]: Using missing texture, unable to load quark:textures/model/chest/everycompat/forbidden_arcanus/mysterywood_normal.png : java.io.FileNotFoundException: quark:textures/model/chest/everycompat/forbidden_arcanus/mysterywood_normal.png
[04:55:02] [Worker-Main-6/ERROR]: Using missing texture, unable to load quark:textures/model/chest/everycompat/forbidden_arcanus/mysterywood_trap.png : java.io.FileNotFoundException: quark:textures/model/chest/everycompat/forbidden_arcanus/mysterywood_trap.png
[04:55:03] [Worker-Main-6/ERROR]: Using missing texture, unable to load quark:textures/model/chest/everycompat/forbidden_arcanus/mysterywood_trap_left.png : java.io.FileNotFoundException: quark:textures/model/chest/everycompat/forbidden_arcanus/mysterywood_trap_left.png
[04:55:03] [Worker-Main-6/ERROR]: Using missing texture, unable to load quark:textures/model/chest/everycompat/forbidden_arcanus/mysterywood_left.png : java.io.FileNotFoundException: quark:textures/model/chest/everycompat/forbidden_arcanus/mysterywood_left.png
[04:55:03] [Worker-Main-11/ERROR]: Using missing texture, unable to load quark:textures/model/chest/everycompat/forbidden_arcanus/mysterywood_right.png : java.io.FileNotFoundException: quark:textures/model/chest/everycompat/forbidden_arcanus/mysterywood_right.png

OPTIONAL: To Produce

No response

commented

I'll investigate this. Next time, you can drag the whole file latest.log into here.

commented

Ok i felt this is familiar so read here: Similar Issue

the issue is the naming of textures which is why EveryCompat cannot find the required files. it's not consistent. The solution is in the link above. I am sure Forbidden Arcanus is similar. You'll need to check

Let me know if you need more details.

commented

Ok i felt this is familiar so read here: Similar Issue

the issue is the naming of textures which is why EveryCompat cannot find the required files. it's not consistent. The solution is in the link above. I am sure Forbidden Arcanus is similar. You'll need to check

Let me know if you need more details.

Forbidden Arcanus has a mapping resolution of 16x128, what should I do?

commented

Forbidden Arcanus has a mapping resolution of 16x128, what should I do?

Which texture is it? I've checked Forbidden Arcanus's textures folders for mysterywood_log & mysterywood_log_top
they are normal (16x16).

commented

Forbidden Arcanus has a mapping resolution of 16x128, what should I do?

Which texture is it? I've checked Forbidden Arcanus's textures folders for mysterywood_log & mysterywood_log_top they are normal (16x16).

mysterywood_planks.png

commented

so that's why. Ok, that's an animated texture. From what I heard, an animated texture won't work with the chest.

There was a similar issue with a suggestion for the same problem: use Photoshop or GIMP to turn an animated texture into an unanimated texture so Every Compat will be able to use that texture for the chest. You can decide which colour to pick from the texture (16x128).
there is no other solution but the above is the only solution I can think of.

EDIT:
Similar Issue
#356