ModernFix Dynamic Resource loading crash
sleepy-evelyn opened this issue ยท 0 comments
ModernFix has a really cool option to enable dynamic resources but I think one of the models from TFMG is broken so it causes the game to hang when TFMG is installed and dynamic resources is enabled
Crash log: https://mclo.gs/15KUgIW#L2519 (I linked the line at which a fatal error is thrown)
It crashes just before the game finishes loading but works fine if ModernFix Dynamic Resources are disabled. It is only an issue with TFMG because u remove the mod and the modpack loads fine.
I also noticed this in the log so this could be the issue with the broken model
[23:15:04] [Worker-ResourceReload-5/WARN] [minecraft/SpriteContents]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 0: 16
[23:15:04] [Worker-ResourceReload-5/WARN] [minecraft/SpriteContents]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 1: 17
[23:15:04] [Worker-ResourceReload-5/WARN] [minecraft/SpriteContents]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 2: 18
[23:15:04] [Worker-ResourceReload-5/WARN] [minecraft/SpriteContents]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 3: 19
[23:15:04] [Worker-ResourceReload-5/WARN] [minecraft/SpriteContents]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 4: 20
[23:15:04] [Worker-ResourceReload-5/WARN] [minecraft/SpriteContents]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 5: 21
[23:15:04] [Worker-ResourceReload-5/WARN] [minecraft/SpriteContents]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 6: 22
[23:15:04] [Worker-ResourceReload-5/WARN] [minecraft/SpriteContents]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 7: 23
[23:15:04] [Worker-ResourceReload-5/WARN] [minecraft/SpriteContents]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 8: 24
[23:15:04] [Worker-ResourceReload-5/WARN] [minecraft/SpriteContents]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 9: 25
[23:15:04] [Worker-ResourceReload-5/WARN] [minecraft/SpriteContents]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 10: 26
...