![Every Compat (Wood Good)](https://media.forgecdn.net/avatars/thumbnails/554/210/256/256/637896029495149356_animated.gif)
[๐]: Better Rats Support 1.20.1
mxnmnm opened this issue ยท 12 comments
Version
8.1.2
Curseforge
https://www.curseforge.com/minecraft/mc-mods/rats
Details
This is more of a quality of life enhancement rather than a missing texture. The main issue is that pirat logs/planks are transparent but items from this mod are not transparent. I think it would be a really nice touch to add transparency and help things to feel more cohesive/consistent. Not sure if doing some specific things like this is an option or not but figured I'd suggest it.
yes the planks/logs are from rats (you need to have ratlantis enabled in the configs). I can give a modlist later but at the very least Ik the issue happens with rats and chipped alone. Hopefully fixing it for one mod can fix the others. Considering how accurate most of the glass blocks worked, giving all of the things made from this material that kind of transparency should be good.
Please use "Suggest a mod", not Mod Enhancement, I am sure Every Compat doesn't have support for that mod. There are a few missing information I need to know. Please fill in the following:
Version & Loader:
- 1.18.2-Forge
- 1.18.2-Fabric
- 1.19.2-Forge
- 1.19.2-Fabric
- 1.20.1-Forge
- 1.20.1-Fabric
id of Items / Block:
Block:
- tables?
- chairs?
Item (Can be used for crafting and must be wooden type just like blocks):
- ????
EDIT:
Your Details are not enough. I have a somewhat guess of what you are talking about. Can you clarify the details?
Forge 1.20.1 and basically everything that isn't glass (with pirat window panes being the exception) isn't transparent. Funnily enough pirat glass had the proper transparency. Here's a comparison with the sides having proper transparency (aka the base blocks) and the center being the blocks that aren't functioning as they should.
Can I get a list of mods, so I can take a look:
- Rats
- ??
pirat logs/planks are from Rats mod, correct
Have the latest version resolved this issue?
EDIT:
I've gained enough experiences in programming. so I have a good idea of what you are talking about. You must meant the glass & glass_pane blocks generated by EveryCompat doesn't have the transparent part for the "glass" part. IIRC, it should be black.
I've seen the problem once before and fixed it in the past.
Just to make sure you're testing with the rats mod and making sure ratlantis is enabled in the configs
This is still an issue. What I'm saying is that ALL blocks made with pirat logs/planks should be transparent to match the behavior in from the mod. It would likely need to be a special exception made for these logs/planks
A good example would be to compare the hollow pirat logs when you have quark/the twilight forest vs the normal logs
alright, I'll investigate with
- EveryCompat + Moonlight Lib
- Better Rats
- Quark
Thanks for replying with info
My idea don't work. Well that somewhat confirmed my guess.
EveryCompat should be using RGB of Texture to re-paint the texture of furniture blocks from other mods. (EDIT): Oh right, the texture of furniture blocks doesn't have ALPHA and most Wood mods like Biomes O' Plenty don't use ALPHA either.
the texture of pirat have RGBA (Red, Green, Blue, Alpha). so you set it to say 50% Alpha, so it would be half-transparent. EveryCompat wasn't set up to use RGBA. Regarding this, i am waiting to hear from MehVahdJukaar.
hmm. Rats is quite interesting mod. That's the first time i've seen a half-transparent log/planks
EDIT:
I can't think of a way to have EveryCompat's generated blocks to have the same level of transparent like pirat.
I'll speak to MehVahdJukaar regarding โ๐ป
I have an idea, going to run a test.