Skip to content

Example

Sypztep edited this page Jul 8, 2024 · 1 revision

Example example Look into example use

Implement

  1. create a new class then implement CauldronRecipeProvider
  2. create your custom recipes
  3. in your ModInitializer CauldronRecipeRegistry.registerRecipeProvider(new YourModRecipe()); //replace to your class that create

Clone this wiki locally