Started by
Finemanederby
on
Topic category: Help with Minecraft modding (Java Edition)
Does anyone have any ideas on how I can make an entity rideable only after the player has tamed it? If this is completely impossible then a mount condition should be added for things like this as well as to enhance the already lacking entity customizability freedom.
If u want to make an entity only ride when its tamed by the person that is clicking and kick out who is not the owner, you need all this, idk if realy works but if yes, tell me because I have made the same and didn't tested the kick the other players procedure in multiplayer...
create entity and make rideable, controls for forward and strafe are optional, u need to make a new trigger "when right clicked on entity" this trigger is to verify the owner and make him ride...
Create a forge tag named forge:tamed_entities
create a global procedure with "Player Right Clicks on Entity"
Images:
https://drive.google.com/drive/folders/10yDFJxw70Ezlt-brl5Rgn5lr53xF0HqU?usp=drive_link
if you need help, i have a solution :3
the way to do this is making a procedure with the global variable "player right clicks on entity". the easiest way i can explain the actual procedure would be in this code block. let me know if you have any more questions!