All the Mods 9 - ATM9

All the Mods 9 - ATM9

11M Downloads

[Crash]: GTM not compact with Thermal Integration

NanJack1998 opened this issue ยท 1 comments

commented

Possible Fixes

Yes

Modpack Version

1.0.3

What happened?

Fresh Install ATM9-1.0.3 Version, crash every try of launch, here's the crash log: https://pastebin.com/4MWrzcRb

Crash Log

https://gist.github.com/NanJack1998/f01d3a2688d80c03e432b7981b1819ca

Latest.Log

https://gist.github.com/NanJack1998/7c867e2cf3d6b72bda134123f13fc049

commented

Your GTCeu config does not match what we ship, toggle off the high tier content in your config file,

highTierContent: false

Or, if you want that config on for your GTCeu addon mod, disable/delete the following section in Kubejs

allthemods.create('energy_input_hatch', 'custom').tiers(GTValues.MAX)
.definition((tier, builder) => {
builder.rotationState(RotationState.ALL)
.abilities(PartAbility.INPUT_ENERGY)
.overlayTieredHullRenderer("energy_hatch.input")
}).machine((holder) => { return new $EnergyHatchPartMachine(holder, GTValues.MAX, $IO.IN, 2) })