How to create your own block with an interface and your own recipes?

Started by leothaeos on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 months ago
Joined Dec 2024
Points:
75

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
How to create your own block with an interface and your own recipes?

How to create your own block with an interface and your own recipes? Version: 2024.3

Active 3 months ago
Joined Jun 2024
Points:
96

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
To create a block with an…
Sun, 12/08/2024 - 15:17

To create a block with an interface you must make a gui then go to the block settings > block entity then add the gui.

Can you better explain what you mean by "your own recipies"

Active 3 months ago
Joined Dec 2024
Points:
75

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
I meant how to add to this…
Sun, 12/08/2024 - 16:50

I meant how to add to this block the ability to create new items with its help.

Active 3 months ago
Joined Jun 2024
Points:
96

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
gui with slots > add input…
Sun, 12/08/2024 - 17:22

gui with slots > add input slots for crafting (4x4, 5x5, 6x6) > add an output slot like the image

Screenshot 2024-12-08 121650.png

Active 3 months ago
Joined Dec 2024
Points:
75

User statistics:

  • Modifications: 0
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
And how to create the recipe…
Sun, 12/08/2024 - 17:38

And how to create the recipe itself for this interface?

Active 3 months ago
Joined Jun 2024
Points:
96

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 15
use procedures and add it to…
Sun, 12/08/2024 - 17:40

use procedures and add it to the slots under like when modified or something but idk what to do in procedures