Simple Input/Output for block not working

Started by _Ness on

Topic category: Help with modding (Java Edition)

Last seen on 07:12, 23. Jan 2023
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Simple Input/Output for block not working

On the screen shot provided with this topic is the procedure I use for a block that would transform an item into another, I put said procedure in the "Update Tick" trigger of the block, but it doesn't work, could someone please help me with this ?If : [Get copy of item from slot 0 of block at x: X y: Y z: Z if it has inventory = [arrow]    Do : Set 1 [spectral_arrow]  in slot 1 of block at x: X y: Y z: Z

Last seen on 03:10, 19. Feb 2022
Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
did you enable GUI and tile…
Sun, 06/21/2020 - 13:47

did you enable GUI and tile entity for the block?

Last seen on 07:12, 23. Jan 2023
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes I did, here's a screen…
Sun, 06/21/2020 - 15:10

Yes I did, here's a screen shot of what that page from the block editor looks like now.Everything is checked and I have filled the Input/Output IDs fields accordingly, I filled the "Size of Inventory" with the number 2, as I have two slots in the GUI, and it says that you need to set this value to the biggest slot ID + 1.

Last seen on 19:21, 24. Apr 2024
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it doesn't work what doesn…
Sun, 06/21/2020 - 15:18

it doesn't work

what doesn't work?provide details 

Last seen on 07:12, 23. Jan 2023
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I put the arrow in the input…
Sun, 06/21/2020 - 15:19

I put the arrow in the input slot, nothing happens.

Last seen on 07:12, 23. Jan 2023
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What value should I put it…
Sun, 06/21/2020 - 15:38

What value should I put it to ? I put it at 1.

Last seen on 07:12, 23. Jan 2023
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Your help has payed ; it's…
Sun, 06/21/2020 - 16:21

Your help has payed ; it's all working now, I can now add more complexity to my procedure without a problem. Thank you so much for your patience.