auto: Formatted documents
This commit is contained in:
@@ -6,5 +6,12 @@
|
||||
"additionalProperties": false,
|
||||
"description": "Skin ID value. Can be used to differentiate skins, such as base skins for villagers.",
|
||||
"required": [],
|
||||
"properties": { "value": { "type": "integer", "default": 0, "description": "The ID of the skin. By convention, 0 is the ID of the base skin", "title": "TODO Title" } }
|
||||
"properties": {
|
||||
"value": {
|
||||
"type": "integer",
|
||||
"default": 0,
|
||||
"description": "The ID of the skin. By convention, 0 is the ID of the base skin",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user