FantasyTeddy / QuantumFlux

Wireless RF for Minecraft
5 stars 4 forks source link

Crash without Redstone Flux #3

Closed Lykrast closed 6 years ago

Lykrast commented 6 years ago

Version: 1.12.2-2.0.13

Mod pack: none

Summary: Game crashes when Redstone Flux is not installed, instead of displaying an error telling the user the mod needs Redstone Flux.


Launching the game without Redstone Flux installed causes the game to crash with the following error.

To prevent that, Redstone Flux should be specified as a dependency in the Mod annotation to replace this crash with the forge screen warning about a missing dependency.

It would also be nice to put Redstone Flux as a Required Library on Curseforge so people are aware they need it and so that the Twitch Launcher automatically installs it with the mod.

FantasyTeddy commented 6 years ago

Thanks I was not aware of that. I will try to fix this in an upcoming release.

kragnoth commented 6 years ago

If you switch over to also supporting forge energy (if you don't already) that would fix the issue I mentioned on the ftb reddit.

It seems that Immersive Engineering connectors aren't compatible with Quantum Flux machines. This is usually due to one using RF and the other only using forge energy api calls. Mekanism works as an inbetween for now.

FantasyTeddy commented 6 years ago

This is a great suggestion, I think I'm going to use the Forge energy system to fix this issue.

FantasyTeddy commented 6 years ago

I just released version 2.0.14 where this issue should be resolved. Redstone Flux is now a dependency on Curseforge as well.

@kragnoth: It would be great if you could test this new version to see if the machines are compatible with other mods like Immersive Engineering now (support for the forge energy system has been added).