This commit is contained in:
DaanV2
2021-06-05 21:54:49 +02:00
parent 7fa54de89d
commit a0e4135b59
56 changed files with 717 additions and 147 deletions

View File

@@ -135,7 +135,7 @@
"minItems": 1,
"items": {
"pattern": ";$",
"$ref": "../../../molang/1.8.0/string.json",
"$ref": "../../../molang/string.json",
"description": "Clientside molang variables that are to be evualated during the creation of the entity",
"title": "Initialize"
}
@@ -146,7 +146,7 @@
"title": "Pre Animation",
"items": {
"pattern": ";$",
"$ref": "../../../molang/1.8.0/string.json",
"$ref": "../../../molang/string.json",
"description": "Clientside molang variables that are to be evualated during the animation",
"title": "Pre Animation"
}
@@ -155,26 +155,26 @@
"type": "string",
"description": "TODO description: parent setup",
"title": "Parent Setup",
"$ref": "../../../molang/1.8.0/number.json"
"$ref": "../../../molang/number.json"
},
"scale": {
"type": "string",
"description": "Scale sets the scale of the mob's geometry.",
"title": "Scale",
"$ref": "../../../molang/1.8.0/number.json"
"$ref": "../../../molang/number.json"
},
"scalex": { "$ref": "../../../molang/1.8.0/number.json", "title": "Scale X" },
"scaley": { "$ref": "../../../molang/1.8.0/number.json", "title": "Scale Y" },
"scalez": { "$ref": "../../../molang/1.8.0/number.json", "title": "Scale Z" },
"scalex": { "$ref": "../../../molang/number.json", "title": "Scale X" },
"scaley": { "$ref": "../../../molang/number.json", "title": "Scale Y" },
"scalez": { "$ref": "../../../molang/number.json", "title": "Scale Z" },
"should_update_bones_and_effects_offscreen": {
"title": "Should Update Bones And Effects Offscreen",
"description": "Bones and effects will still be updated if the entity is off screen if this expression returns anything other than 0.0.",
"oneOf": [{ "type": "boolean" }, { "type": "string", "$ref": "../../../molang/1.8.0/string.json" }]
"oneOf": [{ "type": "boolean" }, { "type": "string", "$ref": "../../../molang/string.json" }]
},
"should_update_effects_offscreen": {
"title": "Should Update Effects Offscreen",
"description": "Effects will still be updated if the entity is off screen if this expression or `should_update_bones_and_effects_offscreen` returns anything other than 0.0.",
"oneOf": [{ "type": "boolean" }, { "type": "string", "$ref": "../../../molang/1.8.0/string.json" }]
"oneOf": [{ "type": "boolean" }, { "type": "string", "$ref": "../../../molang/string.json" }]
},
"variables": {
"title": "Variables",

View File

@@ -127,7 +127,7 @@
"title": "Pre Animation",
"items": {
"pattern": ";$",
"$ref": "../../../molang/1.8.0/string.json",
"$ref": "../../../molang/string.json",
"description": "Clientside molang variables that are to be evualated during the animation",
"title": "Pre Animation"
}
@@ -136,17 +136,17 @@
"type": "string",
"description": "TODO description: parent setup",
"title": "Parent Setup",
"$ref": "../../../molang/1.8.0/number.json"
"$ref": "../../../molang/number.json"
},
"scale": {
"type": "string",
"description": "Scale sets the scale of the mob's geometry.",
"title": "Scale",
"$ref": "../../../molang/1.8.0/number.json"
"$ref": "../../../molang/number.json"
},
"scalex": { "$ref": "../../../molang/1.8.0/number.json", "title": "Scale X" },
"scaley": { "$ref": "../../../molang/1.8.0/number.json", "title": "Scale Y" },
"scalez": { "$ref": "../../../molang/1.8.0/number.json", "title": "Scale Z" }
"scalex": { "$ref": "../../../molang/number.json", "title": "Scale X" },
"scaley": { "$ref": "../../../molang/number.json", "title": "Scale Y" },
"scalez": { "$ref": "../../../molang/number.json", "title": "Scale Z" }
}
},
"sound_effects": {