Started by
That Ratt
on
Topic category: Help with Minecraft modding (Java Edition)
I'm making a block like moss carpet, except I don't want it to be placed on itself or any other non-solid block, just full blocks. Is there a way I can do this with procedure blocks? (screenshot of procedure preferred)
yeah
go to your blocks element editor, find advanced options, then set the tick rate to 1
then add this to your blocks element editor:
on block update tick, run this procedure:
if [get block at x, y-1, z] is not solid
replace [block at x, y, z] with air