Missing textures with ressouce pack with custom models
LiderKonmils opened this issue ยท 6 comments
NeoForge Version
47.1.104
Twilight Forest Version
4.3.2145
Client Log
No response
Crash Report (if applicable)
No response
Steps to Reproduce
1.Install Twilight forest and every required dependencies
2.install a ressource pack that change the "model" of the leaves (exemple: DokuCraft)
3.Watch the leaves
What You Expected
Normal leaves
What Happened Instead
Missing textures
Additional Details
/!\FIRST THING, I FOUND A TEMPORARY FIX AND SAW THAT THE PROBLEM REMAINS IN THE LAST VERSION EVEN IF I DON'T USE THE LAST ONE/!\
I found that in the files of the mod, leaves of Twilight oak, canopy tree, mangrove and rainbow oak are using vanilla texture from assets/minecraft/textures/block. I'v tried to add the textures in minecraft/textures/block in another resource pack, but nothing was repaired. The only fix that i found (that i think that should be basic in the pack) is going to assets/twilightforest/models/block and changing the "textures: all: minecraft:block/[wood]_leaves" by "textures: all: twilightforest:/block/[wood]_leaves" for all four leaves files and manually adding the [wood]_leaves files to assets/twilightforest/textures/blocks.
What i'm asking for, is stoping to use the vanilla files for any blocks and adding them directly in the twilightforest folder. Like that, any ressource pack that use custom models should'nt (in theory) break textures anymore.
Also, if you agree to use this temporary fix as a final fix, it could also be great to fix the 1.20.1 version, since i' pretty sure a lot of people like me will downgrade to it since it's the last version where Forge and NeoForge are still compatible
(that's the only reason i'm not in 1.20.4... anymore).
Please Read and Confirm The Following
- I have confirmed this bug can be replicated without the use of Optifine.
- I have confirmed the details provided in this report are concise as possible and does not contained vague information (ie. Versions are properly recorded, answers to questions are clear).
- I have confirmed this issue is unique and has not been reported already.
Redistributing vanilla textures in our jar file is a huge no no. There's legal issues with that.
In that case can you create new texture for thoses leaves instead of using vanilla one?