MinecraftModDevelopmentMods / StellarAPI

General API for mods related with celestial objects.
MIT License
7 stars 5 forks source link

Sponge compatibility - crash on start up with stellar sky #2

Closed ruyanve closed 8 years ago

ruyanve commented 8 years ago

Using Forge 1954 Sponge 1418 Stellar Api 0.4.3.2b

Gets me this: https://gist.github.com/ruyanve/e9138db618f5d477ac2583d70dfcc552

If I drop Stellar Sky 0.4.4.1 into the mix I get the following: https://gist.github.com/ruyanve/43ce5a9bbc16284490bc591221eb6915

Abastro commented 8 years ago

Oh, Sponge is calling WorldEvent.Load before the overworld is initialized, where it shouldn't.

ruyanve commented 8 years ago

Fixed on Sponge side, thank you! :-) LOVE your stuff btw <3