This commit is contained in:
DaanV2
2021-07-01 16:42:21 +02:00
parent 63b688b92e
commit 5ec27268ea
91 changed files with 212 additions and 177 deletions

View File

@@ -82,7 +82,7 @@
"type": "string",
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
"description": "The minimum engine needed to use this",
"title": "Min Engine Version"
"title": "Minimum Engine Version"
},
"particle_effects": {
"type": "object",

View File

@@ -79,8 +79,8 @@
"min_engine_version": {
"type": "string",
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
"description": "UNDOCUMENTATED: min engine version",
"title": "Min Engine Version"
"description": "UNDOCUMENTATED: Minimum engine version",
"title": "Minimum Engine Version"
},
"particle_effects": {
"type": "object",

View File

@@ -63,7 +63,7 @@
"type": "string",
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
"description": "The minimum engine version to be used",
"title": "Min Engine Version"
"title": "Minimum Engine Version"
},
"particle_effects": {
"type": "object",

View File

@@ -80,7 +80,7 @@
"type": "string",
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
"description": "The minimum engine version to be used",
"title": "Min Engine Version"
"title": "Minimum Engine Version"
},
"particle_effects": {
"type": "object",

View File

@@ -54,14 +54,14 @@
"examples": [{ "max_density": 0.25 }, { "max_density": 0.25, "max_density_height": 128, "zero_density_height": 20, "uniform": true }],
"properties": {
"max_density": {
"title": "Max Density",
"title": "Maximum Density",
"description": "The maximum amount of opaqueness that the ground fog will take on. A value from [0.0, 1.0].",
"minimum": 0,
"maximum": 1,
"type": "number"
},
"max_density_height": {
"title": "Max Density Height",
"title": "Maximum Density Height",
"description": "The height in blocks that the ground fog will become it's maximum density.",
"minimum": 0,
"maximum": 128,

View File

@@ -7,7 +7,7 @@
"max_particles": {
"$ref": "../../../../molang/number.json",
"description": "Evaluated once per particle emitted",
"title": "Max Particles"
"title": "Maximum Particles"
}
},
"description": "UNDOCUMENTATED: "

View File

@@ -7,7 +7,7 @@
"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",
"title": "Max Particles"
"title": "Maximum Particles"
},
"spawn_rate": {
"$ref": "../../../../molang/number.json",

View File

@@ -58,7 +58,7 @@
"description": "UNDOCUMENTATED: frames per second",
"title": "Frames Per Second"
},
"max_frame": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: max frame", "title": "Max Frame" },
"max_frame": { "$ref": "../../../../molang/number.json", "description": "UNDOCUMENTATED: Maximum frame", "title": "Maximum Frame" },
"stretch_to_lifetime": { "type": "boolean", "description": "UNDOCUMENTATED: stretch to lifetime", "title": "Stretch To Lifetime" },
"loop": { "type": "boolean", "description": "UNDOCUMENTATED: loop", "title": "Loop" }
},

View File

@@ -13,7 +13,7 @@
"max_lifetime": {
"$ref": "../../../../molang/number.json",
"description": "Alternate way to express lifetime, particle will expire after this much time, evaluated once",
"title": "Max Lifetime"
"title": "Maximum Lifetime"
}
}
}

View File

@@ -19,7 +19,7 @@
"properties": {
"additionalProperties": false,
"event": { "type": "string", "description": "UNDOCUMENTATED: event", "title": "Event" },
"min_speed": { "type": "number", "description": "UNDOCUMENTATED: min speed", "title": "Min Speed" }
"min_speed": { "type": "number", "description": "UNDOCUMENTATED: Minimum speed", "title": "Minimum Speed" }
},
"description": "UNDOCUMENTATED: events",
"title": "Events"

View File

@@ -88,8 +88,8 @@
"title": "Sound Definitions"
},
"__use_legacy_max_distance": {
"description": "UNDOCUMENTATED: use legacy max distance",
"title": "Use Legacy Max Distance",
"description": "UNDOCUMENTATED: use legacy Maximum distance",
"title": "Use Legacy Maximum Distance",
"type": "string",
"enum": ["true", "false"]
}

View File

@@ -27,8 +27,8 @@
],
"title": "Event Name"
},
"min_delay": { "type": "integer", "description": "UNDOCUMENTATED: min delay", "title": "Min Delay" },
"max_delay": { "type": "integer", "description": "UNDOCUMENTATED: max delay", "title": "Max Delay" }
"min_delay": { "type": "integer", "description": "UNDOCUMENTATED: Minimum delay", "title": "Minimum Delay" },
"max_delay": { "type": "integer", "description": "UNDOCUMENTATED: Maximum delay", "title": "Maximum Delay" }
},
"title": "Music"
}