does not drop items

Started by xXJOJOXx on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Oct 2022
Points:
374

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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

Active 7 hours ago
Joined Jul 2022
Points:
1936

User statistics:

  • Modifications: 2
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 20
  • Comments: 1727
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,

Active 2 years ago
Joined Oct 2022
Points:
374

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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?

Active 7 hours ago
Joined Jul 2022
Points:
1936

User statistics:

  • Modifications: 2
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 20
  • Comments: 1727
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:

Active 2 years ago
Joined Oct 2022
Points:
374

User statistics:

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

thank you for helping me^^

Active 2 years ago
Joined Oct 2022
Points:
374

User statistics:

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

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

 

Active 7 hours ago
Joined Jul 2022
Points:
1936

User statistics:

  • Modifications: 2
  • Forum topics: 12
  • Wiki pages: 0
  • MCreator plugins: 20
  • Comments: 1727
you make the recipes with…
Sat, 10/08/2022 - 23:50

you make the recipes with the menu slots, not the block