"Place portal if properly shaped" help

Started by Owls_Parliament on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"Place portal if properly shaped" help

I'm trying to make an alternative portal ignition method using the "place portal if properly shaped" block, and while yes MCreator comes with a premade example procedure for that, I don't understand how it works. It's looking for additional validation and then returns values. What validation am I supposed to give it and to what am I supposed to return the values at the end?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The additional condition is…
Thu, 09/25/2025 - 20:46

The additional condition is just additional, you can probably just replace it with a true block if you don't have additional conditions.

 

you can leave the return blocks as is or remove them. it shouldn't make a big difference