-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
HacktoberfestHacktoberfestHacktoberfestbugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Describe the bug
knockback_strength is not valid in behavior.knockback_roar
To Reproduce
- Create a new entity.
- Add the below component to the entity.
"minecraft:behavior.knockback_roar": {
"attack_time": 0.1,
"cooldown_time": 0.2,
"duration": 0.2,
"priority": 0,
"knockback_damage": 15,
"knockback_strength": 15, // not valid
"knockback_range": 10
}- See the error in the console.
Expected behavior
The schema warns the user that knockback_strength is not valid.
Screenshots
Snippet that raised the above error.

Desktop (please complete the following information):
- OS: Windows 11
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Metadata
Metadata
Assignees
Labels
HacktoberfestHacktoberfestHacktoberfestbugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
