[2020.2] GUI not recognising items put inside slot

Started by Toma400 on

Topic category: Help with modding (Java Edition)

[2020.2] GUI not recognising items put inside slot
Wed, 06/23/2021 - 10:16 (edited)

Hello!

While trying to port my mod into 1.12.2 version, I stumbled upon some technical issues. And though most of them are related to features added in 2020.3, there's one being really weird.

GUI slots not responding
Detailed version of that is: no matter what I put inside the slot, it returns "Air" name anyway. And even when I use procedure giving me something while slots are Air, output slot is still empty.

I use this procedure:

first

And my GUI looks like this:

second

Did I do something wrong or is it typical bug for 2020.2?

And if it is typical bug, could anyone help me with finding code for that trade thing? I really need to have that introduced in mod, in some way it is second most important thing in that port.

Edited by Toma400 on Wed, 06/23/2021 - 10:16
Last seen on 19:35, 22. Mar 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use newer Mcreator versions…
Wed, 06/23/2021 - 22:22

Use newer Mcreator versions with 1.12 plugin.

Does it fix it? I had…
Thu, 06/24/2021 - 07:45

Does it fix it?
I had problems with newer versions and they are a lot less intuitive due to not-supported features showing. I want to try the most I can from 2020.2, if this is not obligatory, and I didn't have any issues with Gradle by far to feel that pressure.