10 slot Crafting Table Wont Work

Started by TJx3 on

Topic category: Help with modding (Java Edition)

Last seen on 17:12, 7. Mar 2021
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
10 slot Crafting Table Wont Work
Sat, 01/30/2021 - 05:30 (edited)

I am making a 1.12.2 compatible mod.
I am trying to make a 10 slot crafting table
The GUI is set up
The recipe is set up to the best of my understanding.

https://imgur.com/fkg4TMC

The GUI pops up when i click the crafter ingame.
I can put items into the crafter.
It just wont craft the item i am telling it to craft.

The idea is to put 100 of a particular item into the crafter (10 items into 10 slots) to craft 1 item.
I have followed 3 different tutorials each of them show me im supposed to be using the Gold coloured logic things instead of the Pink ones.
However if i use the gold coloured ones i cant select items only blocks but the videos clearly show you are able to input items. I dont know if thats because im using the more recent version of the software or its because im coding for 1.12.2 but it also seems a few of the sections of code are missing or different to the ones i can see in the tutorials.

I have a hunch it is because i am unable to give the crafter the trigger "Update tick" which says i have missing dependencies when i try to select this crafting procedure.

So maybe somebody can tell me how to do this for 1.12.2.

Edited by TJx3 on Sat, 01/30/2021 - 05:30
Last seen on 17:12, 7. Mar 2021
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Update. Seems the sections…
Sat, 01/30/2021 - 06:56

Update.

Seems the sections of code still exist they just arent coming up as the first option when you type them into the search bar no matter how perfectly you recreate the text on the peice you are looking for.
The colour has indeed changed from Gold to Pink plus the issue with the search bar has made most tutorials almost useless.

I have however almost solved my problem, replacing all the sections that wherent quite correct with the ones i was supposed to be using. I only found the peices after importing an older example which converted the older peices to the newer peices.

Only problem i have now is the item doeasnt craft until ive closed the GUI and gone back into it.