Started by Deathlocke on Sun, 10/17/2021 - 08:32 Topic category: Help with Minecraft modding (Java Edition) I wanna know how to create vines like the Weeping Vines, anyone know? Jump to top make many vines with different stages on update tick of the first vine if block at X Y - 1 Z = AIR do set block at X Y - 1 Z to Second_Vine and on the other vines set the tick update to random and on update tick make it replace itself Jump to top Permalink Log in or register to post comments
make many vines with different stages on update tick of the first vine if block at X Y - 1 Z = AIR do set block at X Y - 1 Z to Second_Vine and on the other vines set the tick update to random and on update tick make it replace itself Jump to top Permalink Log in or register to post comments
make many vines with different stages
on update tick of the first vine if block at X Y - 1 Z = AIR
do set block at X Y - 1 Z to Second_Vine
and on the other vines set the tick update to random and on update tick make it replace itself