Flattened particles

This commit is contained in:
DaanV2
2021-11-16 13:40:11 +01:00
parent f077e8a418
commit f6fc8ab689
39 changed files with 915 additions and 966 deletions

View File

@@ -0,0 +1,21 @@
{
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_lifetime_events",
"type": "object",
"title": "Particle Lifetime Events Component For 1.10.0",
"additionalProperties": false,
"properties": {
"creation_event": {
"title": "Creation Event",
"description": "Fires when the particle is created",
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
},
"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)",
"oneOf": [{ "type": "array", "items": { "type": "string" } }, { "type": "string" }]
},
"timeline": { "propertyNames": { "pattern": "[0-9]*.[0-9]*" }, "description": "UNDOCUMENTED: timeline", "title": "Timeline" }
},
"description": "UNDOCUMENTED: "
}