Adding dots to description
This commit is contained in:
@@ -2,18 +2,18 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_lifetime_events",
|
||||
"type": "object",
|
||||
"title": "Emitter Lifetime Events Component For 1.10.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"creation_event": {
|
||||
"title": "Creation Event",
|
||||
"description": "Fires when the emitter is created",
|
||||
"description": "Fires when the emitter is created.",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
|
||||
},
|
||||
"expiration_event": {
|
||||
"title": "Expiration Event",
|
||||
"description": "Fires when the emitter expires (does not wait for particles to expire too)",
|
||||
"description": "Fires when the emitter expires (does not wait for particles to expire too).",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
|
||||
},
|
||||
"timeline": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"propertyNames": { "pattern": "^[\\d\\.]+$" },
|
||||
"additionalProperties": {
|
||||
"title": "Timeline Object",
|
||||
"description": "A single point in time that executes commands/molang/events",
|
||||
"description": "A single point in time that executes commands/molang/events.",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
|
||||
}
|
||||
},
|
||||
@@ -41,10 +41,10 @@
|
||||
"title": "Distance Event",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"distance": { "title": "Distance", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||
"distance": { "title": "Distance", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "type": "number" },
|
||||
"effects": {
|
||||
"title": "Effects",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
|
||||
}
|
||||
|
||||
@@ -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": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"activation_expression": {
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
"properties": {
|
||||
"active_time": {
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "Emitter will emit particles for this time per loop evaluated once per particle emitter loop",
|
||||
"description": "Emitter will emit particles for this time per loop evaluated once per particle emitter loop.",
|
||||
"title": "Active Time"
|
||||
},
|
||||
"sleep_time": {
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "Emitter will pause emitting particles for this time per loop evaluated once per particle emitter loop",
|
||||
"description": "Emitter will pause emitting particles for this time per loop evaluated once per particle emitter loop.",
|
||||
"title": "Sleep Time"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED."
|
||||
}
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
"properties": {
|
||||
"active_time": {
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "How long the particles emit for evaluated once",
|
||||
"description": "How long the particles emit for evaluated once.",
|
||||
"title": "Active Time"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED."
|
||||
}
|
||||
|
||||
@@ -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": "UNDOCUMENTED:",
|
||||
"description": "UNDOCUMENTED:.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"position": { "type": "boolean", "description": "UNDOCUMENTED: position", "title": "Position" },
|
||||
"rotation": { "type": "boolean", "description": "UNDOCUMENTED: rotation", "title": "Rotation" },
|
||||
"velocity": { "type": "boolean", "description": "UNDOCUMENTED: rotation", "title": "Rotation" }
|
||||
"position": { "type": "boolean", "description": "UNDOCUMENTED: position.", "title": "Position" },
|
||||
"rotation": { "type": "boolean", "description": "UNDOCUMENTED: rotation.", "title": "Rotation" },
|
||||
"velocity": { "type": "boolean", "description": "UNDOCUMENTED: rotation.", "title": "Rotation" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"default": 10
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED."
|
||||
}
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
"properties": {
|
||||
"max_particles": {
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "Evaluated once per particle emitted",
|
||||
"description": "Evaluated once per particle emitted.",
|
||||
"title": "Maximum Particles"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED."
|
||||
}
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
"properties": {
|
||||
"max_particles": {
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "Maximum number of particles that can be active at once for this emitter, evaluated once per particle emitter loop",
|
||||
"description": "Maximum number of particles that can be active at once for this emitter, evaluated once per particle emitter loop.",
|
||||
"title": "Maximum Particles"
|
||||
},
|
||||
"spawn_rate": {
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "How often a particle is emitted, in particles/sec evaluated once per particle emitted",
|
||||
"description": "How often a particle is emitted, in particles/sec evaluated once per particle emitted.",
|
||||
"title": "Spawn Rate"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED."
|
||||
}
|
||||
|
||||
@@ -16,32 +16,32 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTED: direction",
|
||||
"description": "UNDOCUMENTED: direction.",
|
||||
"title": "Direction"
|
||||
},
|
||||
"radius": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: radius", "title": "Radius" },
|
||||
"radius": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: radius.", "title": "Radius" },
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Offset"
|
||||
},
|
||||
"half_dimensions": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTED: half dimensions",
|
||||
"description": "UNDOCUMENTED: half dimensions.",
|
||||
"title": "Half Dimensions"
|
||||
},
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only", "title": "Surface Only" }
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only.", "title": "Surface Only" }
|
||||
},
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED."
|
||||
}
|
||||
|
||||
@@ -7,24 +7,24 @@
|
||||
"direction": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTED: direction",
|
||||
"description": "UNDOCUMENTED: direction.",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Offset"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED."
|
||||
}
|
||||
|
||||
@@ -16,38 +16,38 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTED: direction",
|
||||
"description": "UNDOCUMENTED: direction.",
|
||||
"title": "Direction"
|
||||
},
|
||||
"radius": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: radius", "title": "Radius" },
|
||||
"radius": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: radius.", "title": "Radius" },
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Offset",
|
||||
"items": [
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
]
|
||||
},
|
||||
"plane_normal": {
|
||||
"title": "Plane Normal",
|
||||
"description": "Specifies the normal of the disc plane, the disc will be perpendicular to this direction",
|
||||
"description": "Specifies the normal of the disc plane, the disc will be perpendicular to this direction.",
|
||||
"default": [0, 1, 0],
|
||||
"oneOf": [
|
||||
{ "type": "string", "enum": ["x", "y", "z"] },
|
||||
{
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only", "title": "Surface Only" }
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only.", "title": "Surface Only" }
|
||||
},
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED."
|
||||
}
|
||||
|
||||
@@ -2,28 +2,28 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_entity_aabb",
|
||||
"type": "object",
|
||||
"title": "Emitter Shape Entity Aabb Component For 1.10.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"direction": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTED: direction",
|
||||
"description": "UNDOCUMENTED: direction.",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Offset"
|
||||
}
|
||||
|
||||
@@ -2,27 +2,27 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_point",
|
||||
"type": "object",
|
||||
"title": "Emitter Shape Point Component For 1.10.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"direction": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTED: direction",
|
||||
"description": "UNDOCUMENTED: direction.",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Offset"
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_shape_sphere",
|
||||
"type": "object",
|
||||
"title": "Emitter Shape Sphere Component For 1.10.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"direction": {
|
||||
@@ -11,27 +11,27 @@
|
||||
{
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
]
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTED: direction",
|
||||
"description": "UNDOCUMENTED: direction.",
|
||||
"title": "Direction"
|
||||
},
|
||||
"offset": {
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
],
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Offset"
|
||||
},
|
||||
"radius": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: radius", "title": "Radius" },
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only", "title": "Surface Only" }
|
||||
"radius": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: radius.", "title": "Radius" },
|
||||
"surface_only": { "type": "boolean", "description": "UNDOCUMENTED: surface only.", "title": "Surface Only" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: size", "title": "Size" },
|
||||
"description": "UNDOCUMENTED: size",
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: size.", "title": "Size" },
|
||||
"description": "UNDOCUMENTED: size.",
|
||||
"title": "Size"
|
||||
},
|
||||
"facing_camera_mode": {
|
||||
@@ -22,8 +22,8 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"texture_width": { "type": "integer", "description": "UNDOCUMENTED: texture width", "title": "Texture Width" },
|
||||
"texture_height": { "type": "integer", "description": "UNDOCUMENTED: texture height", "title": "Texture Height" },
|
||||
"texture_width": { "type": "integer", "description": "UNDOCUMENTED: texture width.", "title": "Texture Width" },
|
||||
"texture_height": { "type": "integer", "description": "UNDOCUMENTED: 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": "UNDOCUMENTED: base UV", "title": "Base U V" },
|
||||
"description": "UNDOCUMENTED: base UV",
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: base UV.", "title": "Base U V" },
|
||||
"description": "UNDOCUMENTED: base UV.",
|
||||
"title": "Base U V"
|
||||
},
|
||||
"size_UV": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: size UV", "title": "Size U V" },
|
||||
"description": "UNDOCUMENTED: size UV",
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: size UV.", "title": "Size U V" },
|
||||
"description": "UNDOCUMENTED: size UV.",
|
||||
"title": "Size U V"
|
||||
},
|
||||
"step_UV": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: step UV", "title": "Step U V" },
|
||||
"description": "UNDOCUMENTED: step UV",
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: step UV.", "title": "Step U V" },
|
||||
"description": "UNDOCUMENTED: step UV.",
|
||||
"title": "Step U V"
|
||||
},
|
||||
"frames_per_second": {
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "UNDOCUMENTED: frames per second",
|
||||
"description": "UNDOCUMENTED: frames per second.",
|
||||
"title": "Frames Per Second"
|
||||
},
|
||||
"max_frame": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: Maximum frame", "title": "Maximum Frame" },
|
||||
"stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTED: stretch to lifetime", "title": "Stretch To Lifetime" },
|
||||
"loop": { "type": "boolean", "description": "UNDOCUMENTED: loop", "title": "Loop" }
|
||||
"max_frame": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: Maximum frame.", "title": "Maximum Frame" },
|
||||
"stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTED: stretch to lifetime.", "title": "Stretch To Lifetime" },
|
||||
"loop": { "type": "boolean", "description": "UNDOCUMENTED: loop.", "title": "Loop" }
|
||||
},
|
||||
"description": "UNDOCUMENTED: flipbook",
|
||||
"description": "UNDOCUMENTED: flipbook.",
|
||||
"title": "Flipbook"
|
||||
},
|
||||
"uv": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: uv", "title": "Uv" },
|
||||
"description": "UNDOCUMENTED: uv",
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: uv.", "title": "Uv" },
|
||||
"description": "UNDOCUMENTED: uv.",
|
||||
"title": "Uv"
|
||||
},
|
||||
"uv_size": {
|
||||
"type": "array",
|
||||
"minItems": 2,
|
||||
"maxItems": 2,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: uv size", "title": "Uv Size" },
|
||||
"description": "UNDOCUMENTED: uv size",
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: uv size.", "title": "Uv Size" },
|
||||
"description": "UNDOCUMENTED: uv size.",
|
||||
"title": "Uv Size"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED: uv",
|
||||
"description": "UNDOCUMENTED: uv.",
|
||||
"title": "Uv"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED."
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"type": "object",
|
||||
"title": "Particle Appearance Lighting Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
"properties": {
|
||||
"color": {
|
||||
"title": "Color",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"anyOf": [
|
||||
{ "type": "array", "description": "Direct color field", "items": { "$ref": "../../../molang/number.json" } },
|
||||
{ "type": "string", "format": "color-hex", "description": "Direct color field" },
|
||||
{ "type": "array", "description": "Direct color field.", "items": { "$ref": "../../../molang/number.json" } },
|
||||
{ "type": "string", "format": "color-hex", "description": "Direct color field." },
|
||||
{
|
||||
"description": "Interpolation based color",
|
||||
"description": "Interpolation based color.",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
@@ -21,25 +21,25 @@
|
||||
"title": "Gradient",
|
||||
"oneOf": [
|
||||
{
|
||||
"description": "An array of colors",
|
||||
"description": "An array of colors.",
|
||||
"type": "array",
|
||||
"items": { "type": "string", "description": "Color", "title": "Color", "format": "color-hex", "examples": ["#FFFFFF"] }
|
||||
"items": { "type": "string", "description": "Color.", "title": "Color", "format": "color-hex", "examples": ["#FFFFFF"] }
|
||||
},
|
||||
{
|
||||
"description": "An object of colors",
|
||||
"description": "An object of colors.",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "(^[\\-0-9]+$|^[\\-0-9]+\\.[\\-0-9]+$)" },
|
||||
"additionalProperties": { "type": "string", "description": "Color", "format": "color-hex", "examples": ["#FFFFFF"] }
|
||||
"additionalProperties": { "type": "string", "description": "Color.", "format": "color-hex", "examples": ["#FFFFFF"] }
|
||||
},
|
||||
{
|
||||
"description": "An array of colors",
|
||||
"description": "An array of colors.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "array",
|
||||
"minItems": 3,
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{ "type": "number", "description": "Color", "title": "Color", "minimum": 0, "maximum": 1 },
|
||||
{ "type": "number", "description": "Color.", "title": "Color", "minimum": 0, "maximum": 1 },
|
||||
{ "type": "string", "title": "Molang" }
|
||||
]
|
||||
}
|
||||
@@ -47,7 +47,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"interpolant": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: interpolant", "title": "Interpolant" }
|
||||
"interpolant": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: interpolant.", "title": "Interpolant" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"type": "array",
|
||||
"title": "Particle Expire If Not In Blocks Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"items": { "$ref": "../../../general/block/identifier.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Block" },
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": { "$ref": "../../../general/block/identifier.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Block" },
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"type": "array",
|
||||
"title": "Particle Expire If Not In Blocks Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"items": { "$ref": "../../../general/block/identifier.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Block" },
|
||||
"description": "UNDOCUMENTED",
|
||||
"items": { "$ref": "../../../general/block/identifier.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Block" },
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_initial_speed",
|
||||
"title": "Particle Initial Speed Component For 1.10.0",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"anyOf": [
|
||||
{ "$ref": "../../../molang/number.json" },
|
||||
{
|
||||
"type": "array",
|
||||
"items": [
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "X" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Y" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "Z" }
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"rotation": { "$ref": "../../../molang/number.json", "description": "Specifies the initial rotation in degrees", "title": "Rotation" },
|
||||
"rotation": { "$ref": "../../../molang/number.json", "description": "Specifies the initial rotation in degrees.", "title": "Rotation" },
|
||||
"rotation_rate": {
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "Specifies the spin rate in degrees/second",
|
||||
"description": "Specifies the spin rate in degrees/second.",
|
||||
"title": "Rotation Rate"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,14 +6,14 @@
|
||||
"properties": {
|
||||
"per_update_expression": {
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "UNDOCUMENTED: per update expression",
|
||||
"description": "UNDOCUMENTED: per update expression.",
|
||||
"title": "Per Update Expression"
|
||||
},
|
||||
"per_render_expression": {
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "UNDOCUMENTED: per render expression",
|
||||
"description": "UNDOCUMENTED: per render expression.",
|
||||
"title": "Per Render Expression"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED."
|
||||
}
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_kill_plane",
|
||||
"type": "array",
|
||||
"title": "Particle Kill Plane Component For 1.10.0",
|
||||
"description": "A*x + B*y + C*z + D = 0\nwith the parameters being [ A, B, C, D ]",
|
||||
"description": "A*x + B*y + C*z + D = 0\nwith the parameters being [ A, B, C, D ].",
|
||||
"items": [
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "A" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "B" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "C" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "D" }
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "A" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "B" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "C" },
|
||||
{ "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED", "title": "D" }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -6,16 +6,16 @@
|
||||
"properties": {
|
||||
"creation_event": {
|
||||
"title": "Creation Event",
|
||||
"description": "Fires when the particle is created",
|
||||
"description": "Fires when the particle is created.",
|
||||
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
|
||||
},
|
||||
"custom_events": { "title": "Custom Events", "description": "UNDOCUMENTED, unclear structure :(" },
|
||||
"custom_events": { "title": "Custom Events", "description": "UNDOCUMENTED, unclear structure :(." },
|
||||
"expiration_event": {
|
||||
"title": "Expiration Event",
|
||||
"description": "Fires when the particle expires (does not wait for particles to expire too)",
|
||||
"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": "UNDOCUMENTED: timeline", "title": "Timeline" }
|
||||
"timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "UNDOCUMENTED: timeline.", "title": "Timeline" }
|
||||
},
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED."
|
||||
}
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_lifetime_expression",
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED:",
|
||||
"description": "UNDOCUMENTED:.",
|
||||
"title": "Particle Lifetime Expression Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"expiration_expression": {
|
||||
"title": "Expiration Expression",
|
||||
"description": "This expression makes the particle expire when true (non-zero), The float/expr is evaluated once per particle, evaluated every frame",
|
||||
"description": "This expression makes the particle expire when true (non-zero), The float/expr is evaluated once per particle, evaluated every frame.",
|
||||
"$ref": "../../../molang/number.json"
|
||||
},
|
||||
"max_lifetime": {
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "Alternate way to express lifetime, particle will expire after this much time, evaluated once",
|
||||
"description": "Alternate way to express lifetime, particle will expire after this much time, evaluated once.",
|
||||
"title": "Maximum Lifetime"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,29 +4,29 @@
|
||||
"title": "Particle Motion Collision Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"collision_drag": { "type": "number", "description": "UNDOCUMENTED: collision drag", "title": "Collision Drag" },
|
||||
"collision_drag": { "type": "number", "description": "UNDOCUMENTED: collision drag.", "title": "Collision Drag" },
|
||||
"coefficient_of_restitution": {
|
||||
"type": "number",
|
||||
"description": "UNDOCUMENTED: coefficient of restitution",
|
||||
"description": "UNDOCUMENTED: coefficient of restitution.",
|
||||
"title": "Coefficient Of Restitution"
|
||||
},
|
||||
"collision_radius": { "type": "number", "description": "UNDOCUMENTED: collision radius", "title": "Collision Radius" },
|
||||
"enabled": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: enabled", "title": "Enabled" },
|
||||
"expire_on_contact": { "type": "boolean", "description": "UNDOCUMENTED: expire on contact", "title": "Expire On Contact" },
|
||||
"collision_radius": { "type": "number", "description": "UNDOCUMENTED: collision radius.", "title": "Collision Radius" },
|
||||
"enabled": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: enabled.", "title": "Enabled" },
|
||||
"expire_on_contact": { "type": "boolean", "description": "UNDOCUMENTED: expire on contact.", "title": "Expire On Contact" },
|
||||
"events": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"properties": {
|
||||
"additionalProperties": false,
|
||||
"event": { "type": "string", "description": "UNDOCUMENTED: event", "title": "Event" },
|
||||
"min_speed": { "type": "number", "description": "UNDOCUMENTED: Minimum speed", "title": "Minimum Speed" }
|
||||
"event": { "type": "string", "description": "UNDOCUMENTED: event.", "title": "Event" },
|
||||
"min_speed": { "type": "number", "description": "UNDOCUMENTED: Minimum speed.", "title": "Minimum Speed" }
|
||||
},
|
||||
"description": "UNDOCUMENTED: events",
|
||||
"description": "UNDOCUMENTED: events.",
|
||||
"title": "Events"
|
||||
},
|
||||
"description": "UNDOCUMENTED: events",
|
||||
"description": "UNDOCUMENTED: events.",
|
||||
"title": "Events"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED."
|
||||
}
|
||||
|
||||
@@ -22,13 +22,13 @@
|
||||
},
|
||||
"rotation_acceleration": {
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "Acceleration applies to the rotation speed of the particle",
|
||||
"description": "Acceleration applies to the rotation speed of the particle.",
|
||||
"title": "Rotation Acceleration",
|
||||
"default": 0
|
||||
},
|
||||
"rotation_drag_coefficient": {
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "Drag applied to rotation",
|
||||
"description": "Drag applied to rotation.",
|
||||
"title": "Rotation Drag Coefficient",
|
||||
"default": 0
|
||||
}
|
||||
|
||||
@@ -8,19 +8,19 @@
|
||||
"type": "array",
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: relative position", "title": "Relative Position" },
|
||||
"description": "UNDOCUMENTED: relative position",
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: relative position.", "title": "Relative Position" },
|
||||
"description": "UNDOCUMENTED: relative position.",
|
||||
"title": "Relative Position"
|
||||
},
|
||||
"rotation": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: rotation", "title": "Rotation" },
|
||||
"rotation": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: rotation.", "title": "Rotation" },
|
||||
"direction": {
|
||||
"type": "array",
|
||||
"minItems": 3,
|
||||
"maxItems": 3,
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: relative position", "title": "Direction" },
|
||||
"description": "UNDOCUMENTED: relative position",
|
||||
"items": { "$ref": "../../../molang/number.json", "description": "UNDOCUMENTED: relative position.", "title": "Direction" },
|
||||
"description": "UNDOCUMENTED: relative position.",
|
||||
"title": "Direction"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED"
|
||||
"description": "UNDOCUMENTED."
|
||||
}
|
||||
|
||||
@@ -16,14 +16,14 @@
|
||||
],
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "A particle definition file",
|
||||
"description": "A particle definition file.",
|
||||
"title": "Particle",
|
||||
"properties": {
|
||||
"format_version": { "$ref": "../../general/format_version.json" },
|
||||
"particle_effect": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "UNDOCUMENTED: particle effect",
|
||||
"description": "UNDOCUMENTED: particle effect.",
|
||||
"title": "Particle Effect",
|
||||
"properties": {
|
||||
"description": {
|
||||
@@ -33,27 +33,27 @@
|
||||
"properties": {
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "UNDOCUMENTED: identifier",
|
||||
"description": "UNDOCUMENTED: identifier.",
|
||||
"title": "Identifier",
|
||||
"$ref": "../../general/particle/identifier.json"
|
||||
},
|
||||
"basic_render_parameters": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED: basic render parameters",
|
||||
"description": "UNDOCUMENTED: basic render parameters.",
|
||||
"title": "Basic Render Parameters",
|
||||
"properties": {
|
||||
"material": {
|
||||
"type": "string",
|
||||
"examples": ["particles_alpha", "particles_blend"],
|
||||
"description": " Minecraft material to use for emitter",
|
||||
"description": " Minecraft material to use for emitter.",
|
||||
"title": "Material"
|
||||
},
|
||||
"texture": { "type": "string", "pattern": "^.+$", "description": "Minecraft texture to use for emitter", "title": "Texture" }
|
||||
"texture": { "type": "string", "pattern": "^.+$", "description": "Minecraft texture to use for emitter.", "title": "Texture" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED: description",
|
||||
"description": "UNDOCUMENTED: description.",
|
||||
"title": "Description"
|
||||
},
|
||||
"curves": {
|
||||
@@ -65,10 +65,10 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "Curve",
|
||||
"description": "The curve definitions, conists out of a couple of nodes",
|
||||
"description": "The curve definitions, conists out of a couple of nodes.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"input": { "$ref": "../../molang/number.json", "title": "Input", "description": "What is the input value to use" },
|
||||
"input": { "$ref": "../../molang/number.json", "title": "Input", "description": "What is the input value to use." },
|
||||
"nodes": {
|
||||
"description": "Control nodes for curve. These are assumed to be equally, used Object for bezier_chain",
|
||||
"title": "Nodes",
|
||||
@@ -84,12 +84,12 @@
|
||||
"type": {
|
||||
"type": "string",
|
||||
"title": "Type",
|
||||
"description": "The type of curve",
|
||||
"description": "The type of curve.",
|
||||
"enum": ["linear", "bezier", "bezier_chain", "catmull_rom"]
|
||||
},
|
||||
"horizontal_range": {
|
||||
"title": "Horizontal Range",
|
||||
"description": "What is the range the input is mapped onto",
|
||||
"description": "What is the range the input is mapped onto.",
|
||||
"$ref": "../../molang/number.json"
|
||||
}
|
||||
}
|
||||
@@ -134,10 +134,10 @@
|
||||
},
|
||||
"events": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED: events",
|
||||
"description": "UNDOCUMENTED: events.",
|
||||
"title": "Events",
|
||||
"additionalProperties": {
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "Event",
|
||||
"type": "object",
|
||||
@@ -145,19 +145,19 @@
|
||||
"properties": {
|
||||
"particle_effect": {
|
||||
"title": "Particle Effect",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"effect": { "type": "string", "description": "UNDOCUMENTED: effect", "title": "Effect" },
|
||||
"type": { "type": "string", "description": "UNDOCUMENTED: type", "title": "Type" }
|
||||
"effect": { "type": "string", "description": "UNDOCUMENTED: effect.", "title": "Effect" },
|
||||
"type": { "type": "string", "description": "UNDOCUMENTED: type.", "title": "Type" }
|
||||
}
|
||||
},
|
||||
"sound_effect": {
|
||||
"title": "Sound Effect",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"event_name": { "type": "string", "description": "UNDOCUMENTED: effect", "title": "Event Name" }
|
||||
"event_name": { "type": "string", "description": "UNDOCUMENTED: effect.", "title": "Event Name" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user