Started by
MelodyAutumn
on
Topic category: Help with Minecraft modding (Java Edition)
hi, i'm working on a few new blocks for my parkour block mod and i'm trying to make a block that functions the same way honey blocks do when you slide down them, but without everything else that comes with honey blocks. i've tried using the "when entity collides in block" trigger but that only works if i get rid of the block's collision and i want it to stay solid like the honey block. i don't know java so i'm kinda limited to procedures at this point
all help is appreciated!
Edited by MelodyAutumn on Wed, 01/18/2023 - 23:12
You could activate its tickrate and make a procedure in its tick update to check when entity or player is close to the block,
Then maybe adding slowfall or some simmilar effect for a few ticks.
i'll give it a shot, thanks!
it worked, thanks ^-^
Great to hear! Good luck with your mod