Started by KreatorB
on Tue, 06/26/2018 - 02:20
Topic category: Advanced modding
Question, does anyone know the code to add to a block so that you will slide like ice and packed ice?
Thanks
Edited by KreatorB on Tue, 06/26/2018 - 02:25
Topic category: Advanced modding
Question, does anyone know the code to add to a block so that you will slide like ice and packed ice?
Thanks
I only can make conveyor, sorry...
I am not good in gravity, but I can try(probably)
if you try, let m,e know thanks. ;-)
Well so, you can try to loop an if condition(one tick), which checks if an entity stepped on the ice(idk how actually), or if there is an event for it, just use if without ticking. You can make it go the way it looks(idk how too)...
You can do it by using a "when entity collides this block" procedure trigger. (Be sure to make a block with an hitbox different than the default)
However you can't check for player direction for teleporting the player a bit far in that direction :( (If you could, I think it would lag a lot)
If you could check for player direction every mod would have added rotatable blocks
How do you teleport a player without using commands?
Wasn't there a teleport entity procedure block?
What about carpenter's blocks?