From 4d55ce63e0164d8d59e84774117f03e1d9d3354b Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 8 Jun 2021 22:46:21 +0200 Subject: [PATCH] Updated --- .../entities/1.16.0/components/minecraft.buoyant.json | 6 ++++++ source/behavior/entities/1.16.100/entities.json | 2 +- .../1.8.0/behaviors/minecraft.behavior.summon_entity.json | 1 + .../entities/1.8.0/components/minecraft.buoyant.json | 6 ++++++ source/behavior/entities/1.8.0/entities.json | 2 +- source/behavior/items/1.16.0/items.json | 2 +- .../animation_controllers/1.10.0/animation_controller.json | 2 +- .../animation_controllers/1.8.0/animation_controller.json | 2 +- source/resource/animations/1.10.0/actor_animation.json | 2 +- source/resource/animations/1.8.0/actor_animation.json | 2 +- source/resource/attachables/1.10.0/attachables.json | 2 +- source/resource/attachables/1.8.0/attachables.json | 2 +- source/resource/biomes_client.json | 5 +++++ source/resource/entity/1.10.0/entity.json | 2 +- source/resource/entity/1.8.0/entity.json | 2 +- source/resource/models/entity/1.10.0/model_entity.json | 2 +- source/resource/models/entity/1.8.0/model_entity.json | 2 +- 17 files changed, 31 insertions(+), 13 deletions(-) diff --git a/source/behavior/entities/1.16.0/components/minecraft.buoyant.json b/source/behavior/entities/1.16.0/components/minecraft.buoyant.json index 979d8308..96a3bccf 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.buoyant.json +++ b/source/behavior/entities/1.16.0/components/minecraft.buoyant.json @@ -5,6 +5,12 @@ "description": "Enables an entity to float on the specified liquid blocks.", "additionalProperties": false, "properties": { + "base_buoyancy": { + "type": "number", + "default": 0, + "description": "UNDOCUMENTATED", + "title": "Base Buoyancy" + }, "apply_gravity": { "type": "boolean", "default": true, diff --git a/source/behavior/entities/1.16.100/entities.json b/source/behavior/entities/1.16.100/entities.json index 9fb27543..d76cecfc 100644 --- a/source/behavior/entities/1.16.100/entities.json +++ b/source/behavior/entities/1.16.100/entities.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entity1.16.100", "type": "object", - "title": "Behavior Entity 1.16.100", + "title": "Entity Behavior 1.16.100", "description": "TODO description", "required": ["format_version", "minecraft:entity"], "properties": { diff --git a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.summon_entity.json b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.summon_entity.json index ece92db7..802f08f0 100644 --- a/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.summon_entity.json +++ b/source/behavior/entities/1.8.0/behaviors/minecraft.behavior.summon_entity.json @@ -58,6 +58,7 @@ "default": -1, "description": "Amount of time in seconds that the spawned entity will be alive for. A value of -1.0 means it will remain alive for as long as it can" }, + "base_delay": { "type": "number", "default": 0, "description": "UNDOCUMENTATED" }, "entity_type": { "type": "string", "description": "The entity type of the entities we will spawn in this step" }, "num_entities_spawned": { "type": "integer", "default": 1, "description": "Number of entities that will be spawned in this step" }, "shape": { "type": "string", "default": "line", "description": "The base shape of this step. Valid values are circle and line" }, diff --git a/source/behavior/entities/1.8.0/components/minecraft.buoyant.json b/source/behavior/entities/1.8.0/components/minecraft.buoyant.json index 8c380b85..e19d1494 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.buoyant.json +++ b/source/behavior/entities/1.8.0/components/minecraft.buoyant.json @@ -5,6 +5,12 @@ "description": "Enables an entity to float on the specified liquid blocks.", "additionalProperties": false, "properties": { + "base_buoyancy": { + "type": "number", + "default": 0, + "description": "UNDOCUMENTATED", + "title": "Base Buoyancy" + }, "apply_gravity": { "type": "boolean", "default": true, diff --git a/source/behavior/entities/1.8.0/entities.json b/source/behavior/entities/1.8.0/entities.json index 3e72aee1..cca258f5 100644 --- a/source/behavior/entities/1.8.0/entities.json +++ b/source/behavior/entities/1.8.0/entities.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.behavior.entity.1.8.0", "type": "object", - "title": "Behavior Entity 1.8.0", + "title": "Entity Behavior 1.8.0", "description": "TODO description", "required": ["format_version", "minecraft:entity"], "properties": { diff --git a/source/behavior/items/1.16.0/items.json b/source/behavior/items/1.16.0/items.json index 10f45568..12dece1a 100644 --- a/source/behavior/items/1.16.0/items.json +++ b/source/behavior/items/1.16.0/items.json @@ -133,7 +133,7 @@ }, "plant_at_any_solid_surface": { "title": "Plant At Any Solid Surface", - "type": "string", + "type": "boolean", "description": "UNDOCUMENTATED" }, "plant_at_face": { diff --git a/source/resource/animation_controllers/1.10.0/animation_controller.json b/source/resource/animation_controllers/1.10.0/animation_controller.json index 35239707..987936e1 100644 --- a/source/resource/animation_controllers/1.10.0/animation_controller.json +++ b/source/resource/animation_controllers/1.10.0/animation_controller.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.resource.animation_controller1.10.0", "type": "object", - "title": "Resourcepack Animation Controller 1.10.0", + "title": "Animation Controller 1.10.0", "description": "TODO description", "definitions": { "animationspec": { diff --git a/source/resource/animation_controllers/1.8.0/animation_controller.json b/source/resource/animation_controllers/1.8.0/animation_controller.json index 3cd6d041..a7442782 100644 --- a/source/resource/animation_controllers/1.8.0/animation_controller.json +++ b/source/resource/animation_controllers/1.8.0/animation_controller.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.resource.animation_controller1.8.0", "type": "object", - "title": "Resourcepack Animation Controller 1.8.0", + "title": "Animation Controller 1.8.0", "description": "TODO description", "definitions": { "animationspec": { diff --git a/source/resource/animations/1.10.0/actor_animation.json b/source/resource/animations/1.10.0/actor_animation.json index 79081a17..754e43d6 100644 --- a/source/resource/animations/1.10.0/actor_animation.json +++ b/source/resource/animations/1.10.0/actor_animation.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.1.10.0.actor_animation", "additionalProperties": false, "type": "object", - "title": "Resourcepack Actor Animation 1.10.0", + "title": "Actor Animation 1.10.0", "description": "TODO description", "definitions": { "ParticleEffect": { diff --git a/source/resource/animations/1.8.0/actor_animation.json b/source/resource/animations/1.8.0/actor_animation.json index 8cba5492..e5604adc 100644 --- a/source/resource/animations/1.8.0/actor_animation.json +++ b/source/resource/animations/1.8.0/actor_animation.json @@ -2,7 +2,7 @@ "$id": "blockception.minecraft.resource.1.8.0.actor_animation", "additionalProperties": false, "type": "object", - "title": "Resourcepack Actor Animation 1.8.0", + "title": "Actor Animation 1.8.0", "description": "TODO description", "definitions": { "ParticleEffect": { diff --git a/source/resource/attachables/1.10.0/attachables.json b/source/resource/attachables/1.10.0/attachables.json index 7efeef95..315f1fea 100644 --- a/source/resource/attachables/1.10.0/attachables.json +++ b/source/resource/attachables/1.10.0/attachables.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.resource.1.10.0.attachables", "type": "object", - "title": "Resourcepack Actor Animation 1.10.0", + "title": "Actor Animation 1.10.0", "description": "TODO description", "required": ["format_version", "minecraft:attachable"], "properties": { diff --git a/source/resource/attachables/1.8.0/attachables.json b/source/resource/attachables/1.8.0/attachables.json index c3e16b0b..a52c3568 100644 --- a/source/resource/attachables/1.8.0/attachables.json +++ b/source/resource/attachables/1.8.0/attachables.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.resource.1.8.0.attachables", "type": "object", - "title": "Resourcepack Actor Animation 1.8.0", + "title": "Actor Animation 1.8.0", "description": "TODO description", "required": ["format_version", "minecraft:attachable"], "properties": { diff --git a/source/resource/biomes_client.json b/source/resource/biomes_client.json index 21573885..5c77131b 100644 --- a/source/resource/biomes_client.json +++ b/source/resource/biomes_client.json @@ -32,6 +32,11 @@ "Description": "UNDOCUMENTATED", "type": "boolean" }, + "remove_all_prior_fog": { + "title": "Remove All Prior Fog", + "Description": "UNDOCUMENTATED", + "type": "boolean" + }, "water_fog_color": { "$ref": "#/definitions/colorhex", "title": "Water Fog Color", "description": "The color of the water fog" }, "water_fog_distance": { "type": "integer", "title": "Water Fog Distance", "description": "The distance the water fog start at" }, "water_surface_color": { "$ref": "#/definitions/colorhex", "title": "Water Surface Color", "description": "The color of the water surface" }, diff --git a/source/resource/entity/1.10.0/entity.json b/source/resource/entity/1.10.0/entity.json index 9febabfe..cf5a026d 100644 --- a/source/resource/entity/1.10.0/entity.json +++ b/source/resource/entity/1.10.0/entity.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.resource.1.10.0.entity", "type": "object", - "title": "Resourcepack Actor Animation 1.10.0", + "title": "Actor Entity 1.10.0", "description": "A client side entity definition", "additionalProperties": false, "required": ["format_version", "minecraft:client_entity"], diff --git a/source/resource/entity/1.8.0/entity.json b/source/resource/entity/1.8.0/entity.json index beff327f..93415d8d 100644 --- a/source/resource/entity/1.8.0/entity.json +++ b/source/resource/entity/1.8.0/entity.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.resource.1.8.0.entity", "type": "object", - "title": "Resourcepack Actor Animation 1.8.0", + "title": "Actor Entity 1.8.0", "description": "A client side entity definition", "additionalProperties": false, "required": ["format_version", "minecraft:client_entity"], diff --git a/source/resource/models/entity/1.10.0/model_entity.json b/source/resource/models/entity/1.10.0/model_entity.json index a860ac4f..404fb86e 100644 --- a/source/resource/models/entity/1.10.0/model_entity.json +++ b/source/resource/models/entity/1.10.0/model_entity.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.resource.model.1.10.0", "type": "object", - "title": "Resourcepack Model Schema For 1.10.0", + "title": "Model Schema For 1.10.0", "description": "TODO description", "required": ["format_version"], "properties": { diff --git a/source/resource/models/entity/1.8.0/model_entity.json b/source/resource/models/entity/1.8.0/model_entity.json index 04cef7b0..ee134a6e 100644 --- a/source/resource/models/entity/1.8.0/model_entity.json +++ b/source/resource/models/entity/1.8.0/model_entity.json @@ -1,7 +1,7 @@ { "$id": "blockception.minecraft.resource.model.1.8.0", "type": "object", - "title": "Resourcepack Model Schema For 1.8.0", + "title": "Model Schema For 1.8.0", "description": "TODO description", "required": ["format_version"], "properties": {