A Full New Crafting System

Started by NonTypeArchery on

Topic category: Advanced modding

Last seen on 16:07, 24. Mar 2019
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
A Full New Crafting System

Hello everyone!

I'm here for the first time, sorry for any English mistake (isn't my default language).

So I want to ask if is someone knows a way to crate a full new crafting system. In overall, GUI and Block are easy, procedures too.

I've been looking this for some weeks, but i didn't found anything that anwser my primary question:

How to create a new crafting system that its recipes can be found on NEI (or too many itens). Ive thinked to created a New Java Class within the methods need. Like Registering the recipe and "drawing" it (Something easily than traditional recipe method). The method failed, obviously. I mind my error was on registering, because i don't know how to use the Forge Register method correctly.

(I don't have anymore the code ;--;)

If someone knows something that may help, i'll be greatfull.

 

Last seen on 16:07, 24. Mar 2019
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Today, I'm already using…
Fri, 03/08/2019 - 19:21

Today, I'm already using this method, but like i've sad, using that way, i wont get my custom craftingtable recipe on OreDict or in NEI. I was looking for a hole new crafting system, probably mcreator wont have support for this yet...

What do you think?

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To make a crafting system…
Wed, 03/20/2019 - 15:56

To make a crafting system NEI/JEI compatible, you have to code. There was a discussion about this.

You can go here for more info:

https://mcreator.net/tracker/issue/43155