Skip to content

Make Recipe Registration happen earlier for CraftTweaker support #2

Description

@pupnewfster

Currently recipes are registered in FMLPostInitializationEvent, which makes it impossible to remove them through CraftTweaker. I am attempting to remove some recipes and replace them with custom recipes; however, it fails to remove the recipes because of them being registered in postInit instead of during FMLInitializationEvent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions