Moved
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"$id": "blockception.minecraft.behavior.entities",
|
"$id": "blockception.minecraft.behavior.entities",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.16.0",
|
"format_version": "1.17.0",
|
||||||
"minecraft:entity": {
|
"minecraft:entity": {
|
||||||
"description": { "identifier": "namespace:entity", "is_spawnable": true, "is_summonable": true },
|
"description": { "identifier": "namespace:entity", "is_spawnable": true, "is_summonable": true },
|
||||||
"component_groups": {},
|
"component_groups": {},
|
||||||
@@ -12,12 +12,12 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Entity Behavior 1.17.0",
|
"title": "Entity Behavior",
|
||||||
"description": "The minecraft entity behavior specification",
|
"description": "The minecraft entity behavior specification",
|
||||||
"required": ["format_version", "minecraft:entity"],
|
"required": ["format_version", "minecraft:entity"],
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {
|
"properties": {
|
||||||
"format_version": { "$ref": "../../general/format_version.json" },
|
"format_version": { "$ref": "../../general/format_version.json" },
|
||||||
"minecraft:entity": { "$ref": "./minecraft.entity.json" }
|
"minecraft:entity": { "$ref": "./format/minecraft.entity.json" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user