UNDOCUMENTATED description, or needs to be filled in
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_rate_manual",
|
||||
"type": "object",
|
||||
"title": "Emitter Rate Manual Component 1.10.0",
|
||||
"description": "TODO description: ",
|
||||
"description": "UNDOCUMENTATED: ",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"activation_expression": {
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
"title": "Sleep Time"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"title": "Active Time"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_local_space",
|
||||
"type": "object",
|
||||
"title": "Emitter Local Space Component For 1.10.0",
|
||||
"description": "TODO description:",
|
||||
"description": "UNDOCUMENTATED:",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"position": { "type": "boolean", "description": "TODO description: position", "title": "Position" },
|
||||
"rotation": { "type": "boolean", "description": "TODO description: rotation", "title": "Rotation" },
|
||||
"velocity": { "type": "boolean", "description": "TODO description: rotation", "title": "Rotation" }
|
||||
"position": { "type": "boolean", "description": "UNDOCUMENTATED: position", "title": "Position" },
|
||||
"rotation": { "type": "boolean", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" },
|
||||
"velocity": { "type": "boolean", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"default": 10
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"title": "Max Particles"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
"title": "Spawn Rate"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"direction": {
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction",
|
||||
"default": "outwards",
|
||||
"anyOf": [
|
||||
@@ -13,17 +13,17 @@
|
||||
{ "type": "array", "minItems": 3, "maxItems": 3, "items": { "$ref": "../../../../molang/number.json" } }
|
||||
]
|
||||
},
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "TODO description: radius", "title": "Radius" },
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: offset",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"half_dimensions": {
|
||||
@@ -32,13 +32,13 @@
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: half dimensions",
|
||||
"description": "UNDOCUMENTATED: half dimensions",
|
||||
"title": "Half Dimensions"
|
||||
},
|
||||
"description": "TODO description: half dimensions",
|
||||
"description": "UNDOCUMENTATED: half dimensions",
|
||||
"title": "Half Dimensions"
|
||||
},
|
||||
"surface_only": { "type": "boolean", "description": "TODO description: surface only", "title": "Surface Only" }
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" }
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
@@ -22,12 +22,12 @@
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: offset",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"description": "TODO description: offset",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -9,20 +9,20 @@
|
||||
{ "type": "string", "enum": ["inwards", "outwards"] },
|
||||
{ "type": "array", "minItems": 3, "maxItems": 3, "items": { "$ref": "../../../../molang/number.json" } }
|
||||
],
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "TODO description: radius", "title": "Radius" },
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: offset",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"plane_normal": {
|
||||
@@ -41,7 +41,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"surface_only": { "type": "boolean", "description": "TODO description: surface only", "title": "Surface Only" }
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" }
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -6,21 +6,21 @@
|
||||
"properties": {
|
||||
"direction": {
|
||||
"anyOf": [
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "TODO description: Todo", "title": "Todo" },
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED: Todo", "title": "Todo" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: Todo",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
},
|
||||
"description": "TODO description: Todo",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
}
|
||||
],
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
@@ -29,12 +29,12 @@
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: offset",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -10,10 +10,10 @@
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
@@ -22,12 +22,12 @@
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: offset",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -6,21 +6,21 @@
|
||||
"properties": {
|
||||
"direction": {
|
||||
"anyOf": [
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "TODO description: Todo", "title": "Todo" },
|
||||
{ "type": "string", "enum": ["inwards", "outwards"], "description": "UNDOCUMENTATED: Todo", "title": "Todo" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: Todo",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
},
|
||||
"description": "TODO description: Todo",
|
||||
"description": "UNDOCUMENTATED: Todo",
|
||||
"title": "Todo"
|
||||
}
|
||||
],
|
||||
"description": "TODO description: direction",
|
||||
"description": "UNDOCUMENTATED: direction",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
@@ -29,14 +29,14 @@
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: offset",
|
||||
"description": "UNDOCUMENTATED: offset",
|
||||
"title": "Offset"
|
||||
},
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "TODO description: radius", "title": "Radius" },
|
||||
"surface_only": { "type": "boolean", "description": "TODO description: surface only", "title": "Surface Only" }
|
||||
"radius": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: radius", "title": "Radius" },
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTATED: surface only", "title": "Surface Only" }
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: size", "title": "Size" },
|
||||
"description": "TODO description: size",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: size", "title": "Size" },
|
||||
"description": "UNDOCUMENTATED: size",
|
||||
"title": "Size"
|
||||
},
|
||||
"facing_camera_mode": {
|
||||
@@ -22,8 +22,8 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"texture_width": { "type": "integer", "description": "TODO description: texture width", "title": "Texture Width" },
|
||||
"texture_height": { "type": "integer", "description": "TODO description: texture height", "title": "Texture Height" },
|
||||
"texture_width": { "type": "integer", "description": "UNDOCUMENTATED: texture width", "title": "Texture Width" },
|
||||
"texture_height": { "type": "integer", "description": "UNDOCUMENTATED: texture height", "title": "Texture Height" },
|
||||
"flipbook": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
@@ -33,58 +33,58 @@
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: base UV", "title": "Base U V" },
|
||||
"description": "TODO description: base UV",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: base UV", "title": "Base U V" },
|
||||
"description": "UNDOCUMENTATED: base UV",
|
||||
"title": "Base U V"
|
||||
},
|
||||
"size_UV": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: size UV", "title": "Size U V" },
|
||||
"description": "TODO description: size UV",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: size UV", "title": "Size U V" },
|
||||
"description": "UNDOCUMENTATED: size UV",
|
||||
"title": "Size U V"
|
||||
},
|
||||
"step_UV": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: step UV", "title": "Step U V" },
|
||||
"description": "TODO description: step UV",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: step UV", "title": "Step U V" },
|
||||
"description": "UNDOCUMENTATED: step UV",
|
||||
"title": "Step U V"
|
||||
},
|
||||
"frames_per_second": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: frames per second",
|
||||
"description": "UNDOCUMENTATED: frames per second",
|
||||
"title": "Frames Per Second"
|
||||
},
|
||||
"max_frame": { "$ref": "../../../../molang/number.json", "description": "TODO description: max frame", "title": "Max Frame" },
|
||||
"stretch_to_lifetime": { "type": "boolean", "description": "TODO description: stretch to lifetime", "title": "Stretch To Lifetime" },
|
||||
"loop": { "type": "boolean", "description": "TODO description: loop", "title": "Loop" }
|
||||
"max_frame": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: max frame", "title": "Max Frame" },
|
||||
"stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTATED: stretch to lifetime", "title": "Stretch To Lifetime" },
|
||||
"loop": { "type": "boolean", "description": "UNDOCUMENTATED: loop", "title": "Loop" }
|
||||
},
|
||||
"description": "TODO description: flipbook",
|
||||
"description": "UNDOCUMENTATED: flipbook",
|
||||
"title": "Flipbook"
|
||||
},
|
||||
"uv": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: uv", "title": "Uv" },
|
||||
"description": "TODO description: uv",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: uv", "title": "Uv" },
|
||||
"description": "UNDOCUMENTATED: uv",
|
||||
"title": "Uv"
|
||||
},
|
||||
"uv_size": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: uv size", "title": "Uv Size" },
|
||||
"description": "TODO description: uv size",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: uv size", "title": "Uv Size" },
|
||||
"description": "UNDOCUMENTATED: uv size",
|
||||
"title": "Uv Size"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: uv",
|
||||
"description": "UNDOCUMENTATED: uv",
|
||||
"title": "Uv"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
"type": "object",
|
||||
"title": "Particle Appearance Lighting Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"description": "TODO description"
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
|
||||
@@ -45,11 +45,11 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"interpolant": { "$ref": "../../../../molang/number.json", "description": "TODO description: interpolant", "title": "Interpolant" }
|
||||
"interpolant": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: interpolant", "title": "Interpolant" }
|
||||
}
|
||||
}
|
||||
],
|
||||
"description": "TODO description"
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"type": "array",
|
||||
"title": "Particle Expire If Not In Blocks Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"items": { "$ref": "../../../../general/block/identifier.json", "description": "TODO description", "title": "TODO Title" },
|
||||
"description": "TODO description"
|
||||
"items": { "$ref": "../../../../general/block/identifier.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
{ "$ref": "../../../../molang/number.json" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description", "title": "TODO Title" },
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"description": "TODO description",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
"properties": {
|
||||
"per_update_expression": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: per update expression",
|
||||
"description": "UNDOCUMENTATED: per update expression",
|
||||
"title": "Per Update Expression"
|
||||
},
|
||||
"per_render_expression": {
|
||||
"$ref": "../../../../molang/number.json",
|
||||
"description": "TODO description: per render expression",
|
||||
"description": "UNDOCUMENTATED: per render expression",
|
||||
"title": "Per Render Expression"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_kill_plane",
|
||||
"type": "array",
|
||||
"title": "Particle Kill Plane Component For 1.10.0",
|
||||
"items": { "minItems": 4, "maxItems": 4, "$ref": "../../../../molang/number.json", "description": "TODO description", "title": "TODO Title" },
|
||||
"description": "TODO description"
|
||||
"items": { "minItems": 4, "maxItems": 4, "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
"description": "Fires when the particle expires (does not wait for particles to expire too)",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
|
||||
},
|
||||
"timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "TODO description: timeline", "title": "Timeline" }
|
||||
"timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "UNDOCUMENTATED: timeline", "title": "Timeline" }
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_lifetime_expression",
|
||||
"type": "object",
|
||||
"description": "TODO description:",
|
||||
"description": "UNDOCUMENTATED:",
|
||||
"title": "Particle Lifetime Expression Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
|
||||
@@ -4,29 +4,29 @@
|
||||
"title": "Particle Motion Collision Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"collision_drag": { "type": "number", "description": "TODO description: collision drag", "title": "Collision Drag" },
|
||||
"collision_drag": { "type": "number", "description": "UNDOCUMENTATED: collision drag", "title": "Collision Drag" },
|
||||
"coefficient_of_restitution": {
|
||||
"type": "number",
|
||||
"description": "TODO description: coefficient of restitution",
|
||||
"description": "UNDOCUMENTATED: 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" },
|
||||
"collision_radius": { "type": "number", "description": "UNDOCUMENTATED: collision radius", "title": "Collision Radius" },
|
||||
"enabled": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: enabled", "title": "Enabled" },
|
||||
"expire_on_contact": { "type": "boolean", "description": "UNDOCUMENTATED: 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" }
|
||||
"event": { "type": "string", "description": "UNDOCUMENTATED: event", "title": "Event" },
|
||||
"min_speed": { "type": "number", "description": "UNDOCUMENTATED: min speed", "title": "Min Speed" }
|
||||
},
|
||||
"description": "TODO description: events",
|
||||
"description": "UNDOCUMENTATED: events",
|
||||
"title": "Events"
|
||||
},
|
||||
"description": "TODO description: events",
|
||||
"description": "UNDOCUMENTATED: events",
|
||||
"title": "Events"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -8,11 +8,11 @@
|
||||
"type": "array",
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "TODO description: relative position", "title": "Relative Position" },
|
||||
"description": "TODO description: relative position",
|
||||
"items": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: relative position", "title": "Relative Position" },
|
||||
"description": "UNDOCUMENTATED: relative position",
|
||||
"title": "Relative Position"
|
||||
},
|
||||
"rotation": { "$ref": "../../../../molang/number.json", "description": "TODO description: rotation", "title": "Rotation" }
|
||||
"rotation": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: rotation", "title": "Rotation" }
|
||||
},
|
||||
"description": "TODO description: "
|
||||
"description": "UNDOCUMENTATED: "
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"properties": {
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "TODO description: identifier",
|
||||
"description": "UNDOCUMENTATED: identifier",
|
||||
"title": "Identifier",
|
||||
"$ref": "../../../general/particle/identifier.json"
|
||||
},
|
||||
@@ -38,11 +38,11 @@
|
||||
},
|
||||
"texture": { "type": "string", "pattern": "^.+$", "description": "Minecraft texture to use for emitter", "title": "Texture" }
|
||||
},
|
||||
"description": "TODO description: basic render parameters",
|
||||
"description": "UNDOCUMENTATED: basic render parameters",
|
||||
"title": "Basic Render Parameters"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: description",
|
||||
"description": "UNDOCUMENTATED: description",
|
||||
"title": "Description"
|
||||
},
|
||||
"curves": {
|
||||
@@ -127,24 +127,24 @@
|
||||
"title": "Particle Effect",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"effect": { "type": "string", "description": "TODO description: effect", "title": "Effect" },
|
||||
"type": { "type": "string", "description": "TODO description: type", "title": "Type" }
|
||||
"effect": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Effect" },
|
||||
"type": { "type": "string", "description": "UNDOCUMENTATED: type", "title": "Type" }
|
||||
}
|
||||
},
|
||||
"sound_effect": {
|
||||
"title": "Sound effect",
|
||||
"description": "TODO",
|
||||
"properties": {
|
||||
"event_name": { "type": "string", "description": "TODO description: effect", "title": "Event name" }
|
||||
"event_name": { "type": "string", "description": "UNDOCUMENTATED: effect", "title": "Event name" }
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "TODO description: events",
|
||||
"description": "UNDOCUMENTATED: events",
|
||||
"title": "Events"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: particle effect",
|
||||
"description": "UNDOCUMENTATED: particle effect",
|
||||
"title": "Particle Effect"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user