Lyft

Results 12 comments of Lyft

I have done some testing and have only been able to reproduce this with Tinkers Gregworks installed. I'm unsure exactly why it happens but it might be [ModTGregRepair](https://github.com/GTNewHorizons/TinkersGregworks/blob/master/src/main/java/vexatos/tgregworks/integration/modifiers/ModTGregRepair.java) and [ModToolRepair](https://github.com/GTNewHorizons/TinkersConstruct/blob/master/src/main/java/tconstruct/modifiers/tools/ModToolRepair.java)...

@Proficus then update AE2 https://github.com/GTNewHorizons/Applied-Energistics-2-Unofficial/releases/tag/rv3-beta-400-GTNH

Same issue as https://github.com/GTNewHorizons/Angelica/issues/404

You are using a pirate launcher... Feel free to reopen if you manage to reproduce with a legit account.

Can you upload fml-server-latest from the logs folder on your server?

It might be worth turning `disableWitherNoisesIfNotNearby` off in ExU config rather than changing mods to use a custom sound.

Archaicfix and Coretweaks(?) aren't compatible with Thermos

Seems to be related to the crash here https://github.com/GTNewHorizons/Angelica/issues/404

It's running out of bounds on `MinecraftServer.getServer().worldServers[0]` Which could indicate that it's running that client-side while connected to a server, adding a simple `if(!world.isRemote) return` check to the transparent orbs...