Started by
MasterFire41604
on
Topic category: Feature requests and ideas for MCreator
We have the procedure to set a block, but can you add a procedure that lets us fill in an area so we don't have to get every single block manually?
Topic category: Feature requests and ideas for MCreator
We have the procedure to set a block, but can you add a procedure that lets us fill in an area so we don't have to get every single block manually?
You can use for loop to do this using procedures.
But @Klemen, that way we would need to be able to indentify the number of times we've been running a for loop...
For example:
|repeat |10| times| <- x
|repeat |10| times| <- y
|repeat |10| times| <- z
|place |block| at (number of times x loop has been repeated) (number of times y loop has been repeated) (number of times z loop has been repeated)|
Use local variable and increment it in the loop
ok thx