Started by
Owls_Parliament
on
Topic category: Help with Minecraft modding (Java Edition)
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?
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