AEModernMCPort / Applied-Energistics-3-Fork

A Minecraft Mod about Matter, Energy and using them to conquer the world..
http://ae-mod.info/
Other
37 stars 12 forks source link

Currently incompatible with sponge #100

Closed Tencao closed 7 years ago

Tencao commented 8 years ago

While I know this is far from ready yet, I do want to say that currently it's incompatible with sponge, because the ModMetadata is loaded too early -Directly from a sponge dev regarding this issue.

https://github.com/SpongePowered/SpongeForge/issues/897 Original issue explaining this to me.

Elix-x commented 8 years ago

We will fix? this after we restructured. Probably @biggles2206.

Aaron1011 commented 8 years ago

To clarify, the issue is that AppEngCore is being used as both an IFMLLoadingPlugin and a main mod class. For compatibility with Sponge, it should use a separate class as its IFMLLoadingPlugin, which should access as few (minecraft/forge) classes as possible.

Elix-x commented 8 years ago

It's not quite the main mod class. More like core mod mod. Which actually might not be needed.

Elix-x commented 7 years ago

Applied Energistics is currently in not-compile-able state, with many changes ahead. Once AE can be run, confirm that this is still a bug and open a new issue (or reopen this one).