How I create a mod that adds new recipes to the Create mod?

Started by _drycat on

Topic category: Help with MCreator software

Joined Jul 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How I create a mod that adds new recipes to the Create mod?
Sat, 07/12/2025 - 17:25 (edited)

So I recently found a forum post about how to make recipes for Create (crushing, mixing, pressing, etc), which involved
1. create a new recipe

2. Lock recipe code

3. Copy and paste new recipe code

4. edit to be the items you want

5. export to minecraft

This doesn't work. All it does is give me the placeholder recipes I made before I changed the code. Is there anything I'm missing, or is there a different way to do this?

I'm using Neoforge 1.21.1

Edited by _drycat on Sat, 07/12/2025 - 17:25
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you missed a step…
Sat, 07/12/2025 - 17:26

I think you missed a step between 4 and 5, you need to hit control + s while in the code editor for the recipe to save the changes. So long as you lock the code and save your changes to it, you shouldn't be able to see the placeholder recipes in the game.