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,12 @@
{
"$id": "blockception.minecraft.resource.particle.1.10.0.emitter_local_space",
"type": "object",
"title": "Emitter Local Space Component For 1.10.0",
"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" }
}
}