From ae918117b8766ac982a30e2393cea018f53c79ca Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Tue, 7 Jun 2022 21:34:00 +0200 Subject: [PATCH] Updated format_version to 1.19 in examples --- source/behavior/dialogue/dialogue.json | 2 +- source/behavior/entities/entities.json | 2 +- source/behavior/feature_rules/feature_rules.json | 2 +- source/behavior/features/features.json | 2 +- source/behavior/recipes/recipes.json | 2 +- source/behavior/spawn_rules/spawn_rules.json | 2 +- source/behavior/volumes/volumes.json | 2 +- source/resource/animation_controllers/animation_controller.json | 2 +- source/resource/animations/actor_animation.json | 2 +- source/resource/attachables/attachables.json | 2 +- source/resource/entity/entity.json | 2 +- source/resource/items/items.json | 2 +- source/resource/models/entity/model_entity.json | 2 +- source/resource/particles/particles.json | 2 +- source/resource/render_controllers/render_controllers.json | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/source/behavior/dialogue/dialogue.json b/source/behavior/dialogue/dialogue.json index 40ce4617..f6d19dc7 100644 --- a/source/behavior/dialogue/dialogue.json +++ b/source/behavior/dialogue/dialogue.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.behavior.dialogue", "examples": [ { - "format_version": "1.14.0", + "format_version": "1.19.0", "minecraft:npc_dialogue": { "scenes": [ { diff --git a/source/behavior/entities/entities.json b/source/behavior/entities/entities.json index a2788203..bab37478 100644 --- a/source/behavior/entities/entities.json +++ b/source/behavior/entities/entities.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.behavior.entities", "examples": [ { - "format_version": "1.17.0", + "format_version": "1.19.0", "minecraft:entity": { "description": { "identifier": "namespace:entity", "is_spawnable": true, "is_summonable": true }, "component_groups": {}, diff --git a/source/behavior/feature_rules/feature_rules.json b/source/behavior/feature_rules/feature_rules.json index 806df930..35bc4aca 100644 --- a/source/behavior/feature_rules/feature_rules.json +++ b/source/behavior/feature_rules/feature_rules.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.behavior.feature_rules", "examples": [ { - "format_version": "1.13.0", + "format_version": "1.19.0", "minecraft:feature_rules": { "minecraft:ore_feature": { "description": { diff --git a/source/behavior/features/features.json b/source/behavior/features/features.json index 6efaf6f5..2d435403 100644 --- a/source/behavior/features/features.json +++ b/source/behavior/features/features.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.behavior.features", "examples": [ { - "format_version": "1.17.0", + "format_version": "1.19.0", "minecraft:ore_feature": { "description": { "identifier": "example:foo" }, "features": {} diff --git a/source/behavior/recipes/recipes.json b/source/behavior/recipes/recipes.json index 7b03bae7..329820e0 100644 --- a/source/behavior/recipes/recipes.json +++ b/source/behavior/recipes/recipes.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.behavior.recipes", "examples": [ { - "format_version": "1.12.0", + "format_version": "1.19.0", "minecraft:recipe_shaped": { "description": { "identifier": "minecraft:item" }, "tags": ["crafting_table"], diff --git a/source/behavior/spawn_rules/spawn_rules.json b/source/behavior/spawn_rules/spawn_rules.json index 36583248..c165e2eb 100644 --- a/source/behavior/spawn_rules/spawn_rules.json +++ b/source/behavior/spawn_rules/spawn_rules.json @@ -3,7 +3,7 @@ "$id": "blockception.behavior.spawn_rules", "examples": [ { - "format_version": "1.17.0", + "format_version": "1.19.0", "minecraft:spawn_rules": { "description": { "identifier": "minecraft:entity", "population_control": "ambient" }, "conditions": [{}] } } ], diff --git a/source/behavior/volumes/volumes.json b/source/behavior/volumes/volumes.json index c5e2f673..525763ba 100644 --- a/source/behavior/volumes/volumes.json +++ b/source/behavior/volumes/volumes.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.behavior.volumes", "examples": [ { - "format_version": "1.17.0", + "format_version": "1.19.0", "minecraft:volume": { "description": { "identifier": "example:foo" diff --git a/source/resource/animation_controllers/animation_controller.json b/source/resource/animation_controllers/animation_controller.json index 5bb9eb11..0820d6a8 100644 --- a/source/resource/animation_controllers/animation_controller.json +++ b/source/resource/animation_controllers/animation_controller.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.resource.animation_controller", "examples": [ { - "format_version": "1.18.0", + "format_version": "1.19.0", "animation_controllers": { "controller.animation.example": { "states": { diff --git a/source/resource/animations/actor_animation.json b/source/resource/animations/actor_animation.json index 23790cb4..7bbd1130 100644 --- a/source/resource/animations/actor_animation.json +++ b/source/resource/animations/actor_animation.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.resource.actor_animation", - "examples": [{ "format_version": "1.18.0", "animations": { "animation.annie.idle": { "loop": true, "animation_length": 2.12, "bones": {} } } }], + "examples": [{ "format_version": "1.19.0", "animations": { "animation.annie.idle": { "loop": true, "animation_length": 2.12, "bones": {} } } }], "additionalProperties": false, "type": "object", "title": "Actor Animation", diff --git a/source/resource/attachables/attachables.json b/source/resource/attachables/attachables.json index c4d5606f..08e7bb0e 100644 --- a/source/resource/attachables/attachables.json +++ b/source/resource/attachables/attachables.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.resource.attachables", "examples": [ { - "format_version": "1.10.0", + "format_version": "1.19.0", "minecraft:attachable": { "description": { "identifier": "minecraft:item", diff --git a/source/resource/entity/entity.json b/source/resource/entity/entity.json index fde736de..620a5865 100644 --- a/source/resource/entity/entity.json +++ b/source/resource/entity/entity.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.resource.entity", "examples": [ { - "format_version": "1.10.0", + "format_version": "1.19.0", "minecraft:client_entity": { "description": { "identifier": "minecraft:entity", diff --git a/source/resource/items/items.json b/source/resource/items/items.json index efec70ca..8a79e1cd 100644 --- a/source/resource/items/items.json +++ b/source/resource/items/items.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.resource.items", "examples": [ { - "format_version": "1.10.0", + "format_version": "1.19.0", "minecraft:item": { "description": { "identifier": "blockception:item", "category": "Equipment" }, "components": { "minecraft:icon": "item", "minecraft:render_offsets": "apple" } diff --git a/source/resource/models/entity/model_entity.json b/source/resource/models/entity/model_entity.json index 06843bd6..625e9d9b 100644 --- a/source/resource/models/entity/model_entity.json +++ b/source/resource/models/entity/model_entity.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.resource.model", "examples": [ { - "format_version": "1.16.0", + "format_version": "1.19.0", "minecraft:geometry": [ { "description": { diff --git a/source/resource/particles/particles.json b/source/resource/particles/particles.json index ea2131d8..f81fc6d6 100644 --- a/source/resource/particles/particles.json +++ b/source/resource/particles/particles.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.resource.particle", "examples": [ { - "format_version": "1.17.0", + "format_version": "1.19.0", "particle_effect": { "description": { "identifier": "example:particle", diff --git a/source/resource/render_controllers/render_controllers.json b/source/resource/render_controllers/render_controllers.json index cac3eb0d..5965dfac 100644 --- a/source/resource/render_controllers/render_controllers.json +++ b/source/resource/render_controllers/render_controllers.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.render_controllers", "examples": [ { - "format_version": "1.17.0", + "format_version": "1.19.0", "render_controllers": { "controller.render.example": { "geometry": "Geometry.default", "materials": [{ "*": "Material.default" }], "textures": ["Texture.default"] } }