- check_circle Functions
- 6,404 views, 0 today
- 1,466 downloads, 0 today
2
Hello!
I uploaded Sittable cheir datapack, but it must use spawn_egg to create static position fot sit
Now, you can sit anywhere using this datapack(except AIR)
To sit , simply type '/trigger sit'
Enjoy :)
I uploaded Sittable cheir datapack, but it must use spawn_egg to create static position fot sit
Now, you can sit anywhere using this datapack(except AIR)
To sit , simply type '/trigger sit'
Enjoy :)
Compatibility | Minecraft 1.19 |
to | Minecraft 1.21 |
Tags |
1 Update Logs
Update #1 : by walidom 05/02/2024 2:22:57 amMay 2nd
you can now use this datapack for multiplayer
6017356
119
Create an account or sign in to comment.
I've managed to make you sit without only being stuck to facing south by changing the main.mcfunction to this:
tag @s add seated
summon armor_stand ~ ~ ~ {Tags:["sit.sit"], Invisible:1, Small:1b, Marker:1b}
execute as @p[tag=seated] run execute as @e[tag=sit.sit, sort=nearest, limit=1] rotated as @p[tag=seated] run tp @e[tag=sit.sit,limit=1, sort=nearest] @p[tag=seated]
ride @s mount @e[limit=1, tag=sit.sit, sort=nearest]
tag @s remove seated
it also works in multiplayer worlds
hope it helps
i'll find the problem and fix it as soon as possible
This data pack only require to type "/trigger sit" to sit
I'm confident that it'll be great if you try it :)