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.
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.