No error logs for generate part textures
gjhihihi opened this issue ยท 2 comments
Minecraft Version
1.20.1
Modloader
Forge
Modloader Version
36.1.0
Mantle Version
1.11.71
Tinkers' Construct Version
3.10.2.92
Describe your issue
In 1.18, if generating part textures is broken for any reason, there will be an error log. But I cannot see any error log in 1.19 or 1.20, which increase more difficulty for finding fault.
Steps to reproduce
Start to generate part textures with wrong json file, then look at the log.
Crash Report
No response
Can you reproduce with just Tinkers?
Yes
Performance Enchancers
None of the above
Other mods
No response
Searched for known issues?
I did not search
Explain what is wrong that you expect to be generating errors. Some mistakes do not produce errors as they are not invalid, such as not setting stat types correctly.
Explain what is wrong that you expect to be generating errors. Some mistakes do not produce errors as they are not invalid, such as not setting stat types correctly.
For example, missing commas or having extra commas in json file. I haven't tested other situations, but I have never found error log of generating texture in 1.19 and 1.20 when I encounter other unknown mistake. Guess this is a common problem.