#How to make a sit Datapack
1 messages · Page 1 of 1 (latest)
with /ride in 1.19.4, you can make the player “sit on” a mob
the mob just has ti be in the floor
it sets the nbt
thats pretty much it
if the set nbt function has {sometag:1} then it applies that nbt to the item
So how to add the nbt tag in item modifier
i suggest you use misode.github.io to generate these
Ok
Thanks
I'd recommend using item display entities as your seat, they're invisible when no item is set and have very little performance impact.
How can I use them for sitting?
Same way you'd use most any other entity. /ride
I understand thank you
Do you know how to make a homing arrow there is a thread about it can you help me with that?
What about a marker entity ? Would it be less efficient ?
No, marker is probably better
item display since you can't ride markers
but if the display entity isn't rendering anything it's only a little worse than a marker
There is also an interaction entity for this Datapack