54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_motion_collision",
|
|
"type": "object",
|
|
"title": "The particle motion collision component for 1.10.0",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"collision_drag": {
|
|
"type": "number",
|
|
"description": "TODO description: collision drag",
|
|
"title": "Collision Drag"
|
|
},
|
|
"coefficient_of_restitution": {
|
|
"type": "number",
|
|
"description": "TODO description: coefficient of restitution",
|
|
"title": "Coefficient Of Restitution"
|
|
},
|
|
"collision_radius": {
|
|
"type": "number",
|
|
"description": "TODO description: collision radius",
|
|
"title": "Collision Radius"
|
|
},
|
|
"enabled": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: enabled", "title": "Enabled" },
|
|
"expire_on_contact": {
|
|
"type": "boolean",
|
|
"description": "TODO description: expire on contact",
|
|
"title": "Expire On Contact"
|
|
},
|
|
"events": {
|
|
"type": "array",
|
|
"items": {
|
|
"properties": {
|
|
"additionalProperties": false,
|
|
"event": {
|
|
"type": "string",
|
|
"description": "TODO description: event",
|
|
"title": "Event"
|
|
},
|
|
"min_speed": {
|
|
"type": "number",
|
|
"description": "TODO description: min speed",
|
|
"title": "Min Speed"
|
|
}
|
|
},
|
|
"description": "TODO description: events",
|
|
"title": "Events"
|
|
},
|
|
"description": "TODO description: events",
|
|
"title": "Events"
|
|
}
|
|
},
|
|
"description": "TODO description: "
|
|
}
|