is this bug or function?

Published by Anashar on
Status
Works as designed
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?

Issue comments

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.