Fixing
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
"description": "A object specification on how to transition",
|
"description": "A object specification on how to transition",
|
||||||
"maxProperties": 1,
|
"maxProperties": 1,
|
||||||
"minProperties": 1,
|
"minProperties": 1,
|
||||||
"additionalProperties": { "$ref": "../../../molang/string.json" }
|
"additionalProperties": { "$ref": "../../molang/string.json" }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": ["format_version", "minecraft:client_entity"],
|
"required": ["format_version", "minecraft:client_entity"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"format_version": { "$ref": "../../general/format_version.json" },
|
"format_version": { "$ref": "../../../general/format_version.json" },
|
||||||
"minecraft:client_entity": {
|
"minecraft:client_entity": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user