[Resolved] WorldGenerator ID can't be found by server?

:disappointed:

One day I’ll get this.

Forge version 2.18.3.2185 for Minecraft 1.10.2
SpongeMod 5.1.0-SNAPSHOT-323db46

what I want to happen:

the world ‘geoworld’ to load and start using my custom OverWorldModifier

What actually happens:
[08:50:46] [Server thread/INFO] [Sponge]: Loading world [geoworld] (Overworld) - Pastebin.com (See second edit)

Main class:
GeoWorldMain.java
GeneratorModifier package:
Generator Modifiers
Populator packages:
Populator Package

What am I doing wrong?

Edit: what are some things I can try to identify the problem besides the above?

EDIT2: I’ve discovered something new. Sometimes, but not all the time, the server givers this message: [08:22:42] [Server thread/INFO] [FML]: Loading dimension 2 (geoworld) (Dedicated - Pastebin.com. It seems like the server can’t find the world generator ID “geoworld”, even though I registered it like right before. GAH.

Looks like it was a self-inflicted issue. Keep all your worldGen steps in the right event calls folks.