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