Every Compat (Wood Good)

Every Compat (Wood Good)

3M Downloads

[Bug] Some Born In Chaos items missing textures

LolJohn11 opened this issue ยท 13 comments

commented

Some wooden modded items generated by EveryCompat using Scorched wood from the Born in Chaos mod have partially missing textures as pictured in the screenshot below.

2023-01-25_17 04 41
Left to right: scorched wired fence (from Macaw's Fences), scorched bridge support (from Macaw's Bridges), hollow scorched log (from Quark), and scorched log (from Born in Chaos)

commented

Is this issue resolved in the latest version? if yes, then please close this issue,

commented

The issue still persists in the latest version of Every Compat (1.19.2-2.5.10).

commented

EC has an issue with Born In Chao & Macaw's & Quark, correct? I'll check to find out what's going on.

  • scorched wired fence (Macaw's Fences)
  • scorched bridge support (Macaw's Bridges)
  • hollow scorched log (Quark)
  • scorched log (Born in Chaos)

Make sure you also update Moonlight Lib to the latest version (so we can rule out Moonlight Lib and EC latest version)

EDIT: Which Wood Type is it

commented

What an excellent information. With that, I can find out what's going on

commented

Just retested on a separate instance with only the relevant mods enabled.
The issue persists on the latest version of all the mods involved:

  • Moonlight Library 2.2.46
  • Every Compat 2.5.10
  • Born in Chaos 1.7
  • Quark 3.4-416
  • Macaw's Fences 1.0.7
  • Macaw's Bridges 2.1.1

The full names of the affected blocks are:

  • everycomp:q/born_in_chaos_v1/hollow_scorched_log
  • everycomp:mcb/born_in_chaos_v1/scorched_bridge_pier
  • everycomp:mcf/born_in_chaos_v1/scorched_wired_fence

The scorched log block in the initial post was put there just for illustration purposes of what the actual texture should look like. That block itself has no issues.

commented

Details

I checked in hollow_scorched_log.json via model folder. I also checked Born In Chaos's mod to find the texture. it turned out that born_in_chaos_v1:block/scorched_log_top doesn't exist. This is the cause.

the correct path is supposed to be either born_in_chaos_v1:blocks/obtes or born_in_chaos_v1:blocks/brievnovierknh1
โ˜๏ธ are both log_top, I have no clue which one is Log or Wood.
To be honest, I don't know how to fix this because the name for logs is weird.

Best solution? Contact the dev and have him rename the scorched wood to have the same format ID using Minecraft's assets as a reference like below:

  • acacia_log_top
  • acacia_log

That will fix the problem with scorched_log_top as it is expected to be in the assets.

EDIT:

Another solution is to copy the texture from Born In Chaos and put it in your own custom resource pack with the correct name and path. This should allow the 3 blocks to have the purple/black texture replaced by the texture from the resource pack.

This is another way to fix the problem if the author doesn't want to fix the name problem. I haven't tested it to see if it works.

I changed the label of this issue because the bug is not related to Every Compat, it's related to Born In Chaos

commented

Another solution is to copy the texture from Born In Chaos and put it in your own custom resource pack with the correct name and path. This should allow the 3 blocks to have the purple/black texture replaced by the texture from the resource pack.

This is another way to fix the problem if the author doesn't want to fix the name problem. I haven't tested it to see if it works.

I've just tried this way of solving it but wasn't successful, unfortunately.
I've grabbed the correct texture from Born in Chaos, renamed it to scorched_log_top and put it in my resource pack in the following folder: assets\born_in_chaos_v1\textures\blocks\. This did not fix the issue.

commented

I'll test the solution on my side and let u know if it's work for me or not

commented

@LolJohn11 Have you contacted the dev? Is there any news regarding this issue?

commented

@Xelbayria Yes, I have contacted the dev. The answer I got was that they don't know if they can fix this on their side using MCreator, but they were going to take a look and try to fix this. So far I haven't gotten any news regarding that, but a new BiC update should be released "in the near future", I'll see if the fix for this issue will be included in that update.

commented

hmm. isn't it just simply changing the ID of the block?

a new BiC update should be released "in the near future", I'll see if the fix for this issue will be included in that update.

Alright, Let me know if they solved the issue or not.

commented

@LolJohn11 I got it working. I made a few mistakes in what I said in my previous post about how to create the assets.
blocks should be block
fixed-born-in-chaos

I was busy and ended up forgetting about this. sorry about this. I hope this fixes your issue. Let me know if you need the resource pack

the correct path for texture is

fixed-born-in-born.zip
    - pack.mcmeta
    -> assets
        -> born_in_chaos_v1
            -> textures
                 -> block
                     - scorched_log_top.png
commented

@Xelbayria yes, this fixes the issue, thanks!