Updated entities

This commit is contained in:
DaanV2
2021-07-02 20:35:29 +02:00
parent 8692e0ff98
commit 0d9d0853fb
7 changed files with 24 additions and 14 deletions

View File

@@ -1,7 +1,8 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft:entity",
"$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.10.0",
"title": "Entity 1.10.0",
"required": ["description"],
"dependencies": { "component_groups": ["events"] },
"additionalProperties": false,
"type": "object",
"properties": {
@@ -60,7 +61,7 @@
{
"type": "object",
"title": "Conditional Animation",
"description": "UNDOCUMENTED",
"description": "A conditional statement to run the animation under a specified condition",
"$comment": "UNDOCUMENTED",
"additionalProperties": { "type": "string", "title": "Animation" }
}

View File

@@ -1,8 +1,10 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft:entity",
"$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.11.0",
"title": "Entity 1.11.0",
"required": ["description"],
"dependencies": { "component_groups": ["events"] },
"additionalProperties": false,
"type": "object",
"properties": {
"description": {
"required": ["identifier"],
@@ -59,7 +61,7 @@
{
"type": "object",
"title": "Conditional Animation",
"description": "UNDOCUMENTED",
"description": "A conditional statement to run the animation under a specified condition",
"$comment": "UNDOCUMENTED",
"additionalProperties": { "type": "string", "title": "Animation" }
}

View File

@@ -1,8 +1,10 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft:entity",
"$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.12.0",
"title": "Entity 1.12.0",
"required": ["description"],
"dependencies": { "component_groups": ["events"] },
"additionalProperties": false,
"type": "object",
"properties": {
"description": {
"required": ["identifier"],
@@ -59,7 +61,7 @@
{
"type": "object",
"title": "Conditional Animation",
"description": "UNDOCUMENTED",
"description": "A conditional statement to run the animation under a specified condition",
"$comment": "UNDOCUMENTED",
"additionalProperties": { "type": "string", "title": "Animation" }
}

View File

@@ -1,8 +1,10 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft:entity",
"$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.13.0",
"title": "Entity 1.13.0",
"required": ["description"],
"dependencies": { "component_groups": ["events"] },
"additionalProperties": false,
"type": "object",
"properties": {
"description": {
"required": ["identifier"],
@@ -59,7 +61,7 @@
{
"type": "object",
"title": "Conditional Animation",
"description": "UNDOCUMENTED",
"description": "A conditional statement to run the animation under a specified condition",
"$comment": "UNDOCUMENTED",
"additionalProperties": { "type": "string", "title": "Animation" }
}

View File

@@ -1,8 +1,10 @@
{
"$id": "blockception.minecraft.behavior.entities.minecraft:entity",
"$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.14.0",
"title": "Entity 1.14.0",
"required": ["description"],
"dependencies": { "component_groups": ["events"] },
"additionalProperties": false,
"type": "object",
"properties": {
"description": {
"required": ["identifier"],
@@ -59,7 +61,7 @@
{
"type": "object",
"title": "Conditional Animation",
"description": "UNDOCUMENTED",
"description": "A conditional statement to run the animation under a specified condition",
"$comment": "UNDOCUMENTED",
"additionalProperties": { "type": "string", "title": "Animation" }
}

View File

@@ -2,8 +2,8 @@
"$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.16.0",
"title": "Entity 1.16.0",
"required": ["description"],
"additionalProperties": false,
"dependencies": { "component_groups": ["events"] },
"additionalProperties": false,
"type": "object",
"properties": {
"description": {
@@ -61,7 +61,7 @@
{
"type": "object",
"title": "Conditional Animation",
"description": "UNDOCUMENTED",
"description": "A conditional statement to run the animation under a specified condition",
"$comment": "UNDOCUMENTED",
"additionalProperties": { "type": "string", "title": "Animation" }
}

View File

@@ -2,8 +2,9 @@
"$id": "blockception.minecraft.behavior.entities.minecraft:entity.1.16.100",
"title": "Entity 1.16.100",
"required": ["description"],
"additionalProperties": false,
"dependencies": { "component_groups": ["events"] },
"additionalProperties": false,
"type": "object",
"properties": {
"description": {
"required": ["identifier"],
@@ -60,7 +61,7 @@
{
"type": "object",
"title": "Conditional Animation",
"description": "UNDOCUMENTED",
"description": "A conditional statement to run the animation under a specified condition",
"$comment": "UNDOCUMENTED",
"additionalProperties": { "type": "string", "title": "Animation" }
}