- Some misc tweaks (#301)
* - Remove molang examples * - Update has damage because apparently not every value is accepted * - Add materials enum and adjust entity/attachable accordingly * - Update damage source list * - Change to example --------- Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
This commit is contained in:
@@ -72,9 +72,11 @@
|
||||
},
|
||||
"materials": {
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED: materials.",
|
||||
"title": "Materials",
|
||||
"additionalProperties": { "type": "string", "description": "UNDOCUMENTED: additionalProperties.", "title": "Material" }
|
||||
"additionalProperties": {
|
||||
"type": "string", "description": "Material Reference.", "title": "Material",
|
||||
"$ref": "../../../general/vanilla/material.json"
|
||||
}
|
||||
},
|
||||
"min_engine_version": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user