Started by
AliTheBreadLemon
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a status effect (enchantment if effects like this aren't possible) that automatically places blocks under the player's feet unless there is already a block under the player. How do I do this?
See pictures below: Create a procedure that checks for air block underneath player, and if so creates a block. Then make "on potion tick active" select that procedure.
P.S. You might want want to add cave air too, a simple or function would work there
(if air OR cave air below, create diamond block below)