Started by
NikG
on
Topic category: Help with Minecraft modding (Java Edition)
I used to use 2020.2 and in 2020.4 snapshots I couldn't found procedure block to overlay showing. How can I do it?
Topic category: Help with Minecraft modding (Java Edition)
I used to use 2020.2 and in 2020.4 snapshots I couldn't found procedure block to overlay showing. How can I do it?
Use return block to return logic value in your procedure and then select this procedure as the condition from the condition selector dropdown.
My problem is when I use the If/do procedure block...
for some reason this does not work:
If - get global (my global variable) ≥ 5
do - return true
So I'm confused how I'm supposed to have conditions...
Okay I figured it out!
its just simply
Return - (define the IF condition here)
No if then do block required XD
how to define if condition in return
Conditions are covered here: https://www.youtube.com/watch?v=gXu4Tw_Af_s&feature=youtu.be
Read what kingbugz said.
And if you mean by what he meant, he said put whatever the if statement is, into the return block.
https://mcreator.net/wiki/how-use-conditions