originally was referencing item component. properties found using vanilla pack: armor_stand
25 lines
616 B
JSON
25 lines
616 B
JSON
{
|
|
"$id": "blockception.minecraft.behavior.entities.minecraft.knockback_resistance",
|
|
"type": "object",
|
|
"title": "Knockback Resistance",
|
|
"additionalProperties": false,
|
|
"description": "Determines the amount of knockback resistance that the item has.",
|
|
"$comment": "UNDOCUMENTED",
|
|
"required": [],
|
|
"properties": {
|
|
"value": {
|
|
"title": "Value",
|
|
"type": "number",
|
|
"default": 1.0,
|
|
"description": "Percentage of knockback to reduce with 1.0 being 100% reduction.",
|
|
"$comment": "UNDOCUMENTED",
|
|
"maximum": 1
|
|
}
|
|
},
|
|
"examples": [
|
|
{
|
|
"value": 1.0
|
|
}
|
|
]
|
|
}
|