Started by JuanSe582 on Tue, 12/29/2020 - 15:59 Topic category: Help with Minecraft modding (Java Edition) How I do my Slime mod when bucketed turns into a different tetxture? HELP PLS Jump to top On entity tick update: If is event/target entity on ground do Replace block at x: x y: y-1 z: z with (Whatever block you want) I'm not sure if this would work, but I hope it will. I have tested it and worked, so this is the solution. Jump to top Permalink Log in or register to post comments I have now discovered That it replace air too. I didn't think about that, but you just need to put in the procedure a if not block at x y-1 z is air, cave air or void air. Jump to top Permalink Log in or register to post comments Thanks Jump to top Permalink Log in or register to post comments
On entity tick update: If is event/target entity on ground do Replace block at x: x y: y-1 z: z with (Whatever block you want) I'm not sure if this would work, but I hope it will. I have tested it and worked, so this is the solution. Jump to top Permalink Log in or register to post comments
I have now discovered That it replace air too. I didn't think about that, but you just need to put in the procedure a if not block at x y-1 z is air, cave air or void air. Jump to top Permalink Log in or register to post comments
On entity tick update:
If is event/target entity on ground
do Replace block at x: x y: y-1 z: z with (Whatever block you want)
I'm not sure if this would work, but I hope it will.
I have tested it and worked, so this is the solution.
I have now discovered That it replace air too. I didn't think about that, but you just need to put in the procedure a if not block at x y-1 z is air, cave air or void air.
Thanks