-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We need this to spawn horses for now, but the command could be expanded in the future to work on more mobs / entities.
/core hatch horse|donkey|mule [owner <player>] [speed <speed>] [jump <jump>] [health <health>] [silent]
/core hatch horse
/core hatch horse speed 14
/core hatch horse owner ridddle
/core hatch horse owner ridddle speed 14
/core hatch donkey speed 14 jump 1.2 health 28
/core hatch donkey speed 14.1 jump 1 health 28.0
/core hatch mule silent
- Owner should work with UUIDs, not sure how it’s done now. It’s also optional.
- When
speed,jumpandhealtharen’t provided, randomize from vanilla values - All attributes can be integers or floats (
14vs14.51)
Please test the command with Zyin’s HUD to confirm all stats on creatures. Especially jump – from my limited tests in game it seems that the attribute isn’t linear like speed and health are.
Metadata
Metadata
Assignees
Labels
No labels