does not drop items

Started by xXJOJOXx on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
does not drop items

the remaining items are not sent back to the player inventory when leaving the crafting table, they stay inside

 

Is there a way to fix the problem or could someone explain it to me in detail without abbreviations

If you want the items to…
Sat, 10/08/2022 - 22:51

If you want the items to drop, then the block you made needs to not have an inventory. Just make the GUI have slots, and make a procedure that opens the GUI when you right click the block,

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
could you possibly take a…
Sat, 10/08/2022 - 23:00

could you possibly take a picture I don't quite understand what you mean?

This is how your block…
Sat, 10/08/2022 - 23:14

This is how your block settings should stay:

Go and make a procedure on block right clicked for your crafting table:

Put this in your procedure, and select your crafting table screen:

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thank you for helping me^^
Sat, 10/08/2022 - 23:24

thank you for helping me^^

Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
and under there I have to…
Sat, 10/08/2022 - 23:44

and under there I have to put the recipe is that right?