Files
minecraft-bedrock-json-schemas/source/behavior/entities/1.8.0/components/minecraft.knockback_resistance.json

17 lines
598 B
JSON
Raw Normal View History

2021-06-06 10:07:19 +00:00
{
"$id": "blockception.minecraft.behavior.entities.1.8.0.minecraft.knockback_resistance",
"type": "object",
"title": "Knockback Resistance 1.8.0",
"additionalProperties": false,
2021-06-16 16:19:12 +02:00
"description": "UNDOCUMENTED",
2021-07-01 16:35:56 +02:00
"$comment": "UNDOCUMENTED",
2021-07-01 11:35:53 +02:00
"$comment": "UNDOCUMENTED",
2021-06-06 10:07:19 +00:00
"required": [],
"properties": {
2021-07-01 16:35:56 +02:00
"value": { "type": "number", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Value" },
"max": { "type": "number", "description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED" "title": "Maximum" }
2021-06-06 10:07:19 +00:00
}
}