Status
Works as designed
Type
Product/platform
MCreator/Windows
Priority
Normal
Issue description
cannot get logic operation dark blue = into integer placement.
Attempting 'y+1' makes infinite pillars of placed material.
I'v seen a few places they said that would place 1 block Y of aimed at block, so how do I acomplish that now?
You can not directly convert logic value to integer. You just need y+1 to place block above current block, but if you do this in tick update and use the same block to place above, this will indeed cause infinite pillars.