FML icon indicating copy to clipboard operation
FML copied to clipboard

Delay initialization of minecraft commands until after mod pre-init

Open yuuka-miya opened this issue 9 years ago • 0 comments

This is a preparation PR to allow some features of https://github.com/MinecraftForge/MinecraftForge/pull/1403

This PR delays the initialization of vanilla's commands, from before FML can startup its hooks into minecraft, to after the mod pre-initialization stage.

This will allow time for permission frameworks as specified in Forge pr 1403 to register themselves in the preinit stage, and thus will be available when the API registers permissions for vanilla commands.

yuuka-miya avatar Aug 17 '14 02:08 yuuka-miya