33 lines
1.4 KiB
JSON
33 lines
1.4 KiB
JSON
{
|
|
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_motion_collision",
|
|
"type": "object",
|
|
"title": "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/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: "
|
|
}
|