Custom Crafting - Using Multiple Items to Craft

Started by xDovah on

Topic category: Help with modding (Java Edition)

Last seen on 22:48, 26. May 2022
Joined Sep 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom Crafting - Using Multiple Items to Craft
Wed, 09/26/2018 - 01:28 (edited)

I'm currently making a mod for myself and a few friends and I'm making a custom crafting GUI that looks like this:

 

Using this, I want the player to use Slot 0 as the base for an item, and Slots 1, 2, 3 and 4 in addition to the base item. The issue is, I've only been able to set it up to only work with two items, not (in this case, not including the base) four. Using blocks, how would I set this up so that it works as intended?

 

Here's a full overview of my current block structure:

I'm pretty sure of where the issue is (probably the 1+2 + 3 + 4 blocks), however I'm not sure as to how to set it up to work as intended.

Edited by xDovah on Wed, 09/26/2018 - 01:28
Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This 1+2+3+4 does not make…
Wed, 09/26/2018 - 13:24

This 1+2+3+4 does not make any sens and MCreator will Read this like this way
remove item from slot 10, if you want to do it than try to make to use AND instead of + operators
but if this will not work than add separate Remove item block for every slot 

Last seen on 20:21, 5. Apr 2020
Joined Jun 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom crafting like that is…
Fri, 09/28/2018 - 23:26

Custom crafting like that is currently broken right now from what I know

Hopefully it gets fixed.