Block valid placement condition unable to choose procedure

Started by Alex Khang on

Topic category: Troubleshooting, bugs, and solutions

Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Block valid placement condition unable to choose procedure

I'm trying to create a custom block that can only be placed on specific blocks, and one of the options I resort to is the Block valid placement condition in Advanced properties. However, I can only access the first five of my custom conditions. It seems like all blocks have this problem, and even when I directly create the procedure from the plus icon, it still doesn't work, so I cannot access my later conditions.

Does anybody know a workaround for this? I genuinely want to progress with my block.

Image: https://i.postimg.cc/W38j4KXQ/Bug.png

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This sounds to me like you…
Tue, 07/15/2025 - 11:31

This sounds to me like you are either missing dependencies or missing the correct return type.

Double check that you have a return true/return false at the end of the procedure, and that you use only dependencies provided by the procedure trigger.

If you have already done that, then I don't know what is happening, that's all I could think of based on how you described the problem.