phantamanta44 / tinkers-evolution

the fresh new tinkers' construct addon
https://www.curseforge.com/minecraft/mc-mods/tinkers-evolution
Other
23 stars 15 forks source link

[1.12.2]After changing the name of the MOD, starting Minecraft crashes #65

Closed binglingyao closed 3 years ago

binglingyao commented 3 years ago

mod versions :

issues:

logs: https://github.com/binglingyao/Minecraft-Logs/blob/main/crash-2020-12-05_06:44.21-client.txt

binglingyao commented 3 years ago

I can be sure that resetting the MODS name and changing it back will solve this problem

phantamanta44 commented 3 years ago

okay this is a little silly: forge loads mods in the order that it iterates through filenames; by renaming tconevo, you made it load before materialis. both materialis and tconevo register a tin material, but tconevo handles conflicts with existing materials gracefully but materialis does not. the solution, then, is simply to disable the tin material from one mod or the other