In the Customizing Dripleaf series, we will customize the dripleaf fall and respawn times.
This video will fix a few bugs and errors found in the last 3 videos, and add extra features such as giving players effects when they land on or move off a dripleaf.
All new command blocks from left to right:
Chain 8:
/execute as @e[tag=dripleaf] at @s if entity @e[dy=0,distance=..1.414] run tag @s add playerStanding
/execute as @e[tag=dripleaf] at @s unless entity @e[dy=0,distance=..1.414] run tag @s remove playerStanding
Single Blocks:
/execute as @e[tag=dripleaf,tag=playerStanding] at @s as @e[limit=1,sort=nearest,type=!minecraft:marker] run effect give @s minecraft:jump_boost 1 20
/execute as @e[tag=dripleaf,tag=reverting] at @s as @e[limit=1,sort=nearest,type=!minecraft:marker] run effect give @s minecraft:slow_falling 10 2
Download
0 formats
No download links available.
[Series] Customizing Dripleaf Part 4 | Bug Fixing and Extra Features | NatokHD