Started by
Smakced
on
Topic category: Help with MCreator software
I made a procedure to prevent my plants from spawning on sand but I'm unable to use it in the "Additional Generation Condition" section. How am I able to make the procedure show up in this section?
You have to use 'return' block, smth like this:
return: if get block at x y-1 z = sand destroy block at x y z
Return block can be found in logic I think.
I was wrong it can be found in flow control.
Thanks for the help, but the "if" procedure can't be connected to the "return" procedure, only at the bottom.
I may have figured it out, you need to remove the "if" part of the procedure and just attatch the "get block" procedure to the return procedure, so far it seems to be working but I'm not sure if this is the correct way.
Can we have an answer? Does anyone know how this modul works?
I still have no idea. I think I got it working but I have no idea.
Hello Smakced can you make a screenshot and show this here because i cant use my procedure with the return block so i would see how you made it. Pls because i can connect the get block with the return blok but not the place block
I've figured it out, you have to include the 'return >> true' block at the bottom of the flow.
Example:
https://gyazo.com/992187ecbf7dea89af0dad6551def5d5
Lemme add to this
Use the logic one (blue) if you were wondering which one