Detect if adjacent block's slots are input or output

Started by MasterHacker2700 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Detect if adjacent block's slots are input or output

I am making a hopper type block and got most of it working, but it keeps putting items into the output slots of furnaces as well as the slots it's supposed to input into. Is there any way to detect if a target slot is input or output so i don't have to manually change the process for every unique crafting block? Thanks in advance!