Started by
BendyVend
on
Topic category: Help with Minecraft modding (Java Edition)
I just made a chair model and I wanna make it so you're able to sit on it when you right-click it.
How can I make that possible?
Best regards Val
Topic category: Help with Minecraft modding (Java Edition)
I just made a chair model and I wanna make it so you're able to sit on it when you right-click it.
How can I make that possible?
Best regards Val
create an entity that the player right clicks to sit down. Make the entity invisible and invulnrable (invisible via effects, NOT by making the model empty) and make it ridable. Give it no AI aswell. When the chair is destroyed, make it also kill the entity.
thank you very much <3