diff --git a/source/behavior/animation_controllers/animation_controller.json b/source/behavior/animation_controllers/animation_controller.json index 6a59429d..45f549ac 100644 --- a/source/behavior/animation_controllers/animation_controller.json +++ b/source/behavior/animation_controllers/animation_controller.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.behavior.animation_controller", "examples": [ { - "format_version": "1.20.0", + "format_version": "1.20.41", "animation_controllers": { "controller.animation.example": { "initial_state": "default", diff --git a/source/behavior/animations/animations.json b/source/behavior/animations/animations.json index 6360093d..9d13d358 100644 --- a/source/behavior/animations/animations.json +++ b/source/behavior/animations/animations.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behavior.animations", - "examples": [{ "format_version": "1.20.0", "animations": { "animation.example": {} } }], + "examples": [{ "format_version": "1.20.41", "animations": { "animation.example": {} } }], "definitions": { "animationspec": { "anyOf": [ diff --git a/source/behavior/biomes/biomes.json b/source/behavior/biomes/biomes.json index 195dbf4a..e543b107 100644 --- a/source/behavior/biomes/biomes.json +++ b/source/behavior/biomes/biomes.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema", "$id": "minecraft.behavior.biomes", "type": "object", - "examples": [{ "plains": { "format_version": "1.20.0" } }], + "examples": [{ "plains": { "format_version": "1.20.41" } }], "additionalProperties": { "type": "object", "title": "Biomes", diff --git a/source/behavior/dialogue/dialogue.json b/source/behavior/dialogue/dialogue.json index e10fb521..66e5a969 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.20.0", + "format_version": "1.20.41", "minecraft:npc_dialogue": { "scenes": [ { diff --git a/source/behavior/entities/entities.json b/source/behavior/entities/entities.json index d59f99db..f0c505a7 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.20.0", + "format_version": "1.20.41", "minecraft:entity": { "description": { "identifier": "namespace:entity", "is_spawnable": true, "is_summonable": true }, "component_groups": {}, diff --git a/source/behavior/feature_rules/1.13.0/feature_rules.json b/source/behavior/feature_rules/1.13.0/feature_rules.json index c257252c..f1a5ec69 100644 --- a/source/behavior/feature_rules/1.13.0/feature_rules.json +++ b/source/behavior/feature_rules/1.13.0/feature_rules.json @@ -49,7 +49,7 @@ "title": "Format Version" }, "minecraft:feature_rules": { - "title": "Feature rules", + "title": "Feature Rules", "description": "Each feature rule controls exactly one feature and serves as the root of a chain of feature data.", "type": "object", "additionalProperties": false, diff --git a/source/behavior/feature_rules/feature_rules.json b/source/behavior/feature_rules/feature_rules.json index b061ad8b..84d38f7c 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.20.0", + "format_version": "1.20.41", "minecraft:feature_rules": { "minecraft:ore_feature": { "description": { diff --git a/source/behavior/features/features.json b/source/behavior/features/features.json index 94660ff7..155a5f8a 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.20.0", + "format_version": "1.20.41", "minecraft:ore_feature": { "description": { "identifier": "example:foo" }, "features": {} diff --git a/source/behavior/items/items.json b/source/behavior/items/items.json index 8cc77162..c1b2853d 100644 --- a/source/behavior/items/items.json +++ b/source/behavior/items/items.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.items", - "description": "Minecraft items 1.16.200", + "description": "Minecraft items", "required": ["format_version", "minecraft:item"], "title": "Item", "type": "object", diff --git a/source/behavior/recipes/1.12.0/recipes.json b/source/behavior/recipes/1.12.0/recipes.json index d3766f46..b8cde723 100644 --- a/source/behavior/recipes/1.12.0/recipes.json +++ b/source/behavior/recipes/1.12.0/recipes.json @@ -1,6 +1,6 @@ { "$id": "blockception.minecraft.behavior.1.12.0.recipe", - "description": "Minecraft recipe 1.12.0", + "description": "Minecraft recipe", "required": ["format_version"], "additionalProperties": false, "minProperties": 2, diff --git a/source/behavior/recipes/recipes.json b/source/behavior/recipes/recipes.json index 8823e2ec..6f250570 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.20.0", + "format_version": "1.20.41", "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 6cdf8447..c79c19ad 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.20.0", + "format_version": "1.20.41", "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 82303be4..b3007d75 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.20.0", + "format_version": "1.20.41", "minecraft:volume": { "description": { "identifier": "example:foo" diff --git a/source/general/format_version.json b/source/general/format_version.json index 605ba99b..dc1c0e62 100644 --- a/source/general/format_version.json +++ b/source/general/format_version.json @@ -4,7 +4,7 @@ "description": "A version that tells minecraft what type of data format can be expected when reading this file.", "pattern": "^([1-9]+)\\.([0-9]+)\\.([0-9]+)$", "type": "string", - "default": "1.20.10", - "examples": ["1.20.10", "1.19.0", "1.18.0", "1.17.0", "1.16.0", "1.15.0", "1.14.0", "1.13.0", "1.12.0", "1.10.0", "1.8.0"], + "default": "1.20.41", + "examples": ["1.20.41", "1.19.0", "1.18.0", "1.17.0", "1.16.0", "1.15.0", "1.14.0", "1.13.0", "1.12.0", "1.10.0", "1.8.0"], "defaultSnippets": [{ "label": "New Format version", "body": "1.${1|8,10,12,17,18,19,20|}.${3|2|0|}" }] } diff --git a/source/resource/animation_controllers/animation_controller.json b/source/resource/animation_controllers/animation_controller.json index 0b3db174..b20dcc5a 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.20.0", + "format_version": "1.20.41", "animation_controllers": { "controller.animation.example": { "states": { diff --git a/source/resource/animations/actor_animation.json b/source/resource/animations/actor_animation.json index e879d695..5a6c14b7 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.20.0", "animations": { "animation.annie.idle": { "loop": true, "animation_length": 2.12, "bones": {} } } }], + "examples": [{ "format_version": "1.20.41", "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 9f76fe54..6fcc661f 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.20.0", + "format_version": "1.20.41", "minecraft:attachable": { "description": { "identifier": "minecraft:item", diff --git a/source/resource/entity/entity.json b/source/resource/entity/entity.json index b82354f0..fb05984e 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.20.0", + "format_version": "1.20.41", "minecraft:client_entity": { "description": { "identifier": "minecraft:entity", diff --git a/source/resource/items/items.json b/source/resource/items/items.json index 8a195d4d..a961d506 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.20.0", + "format_version": "1.20.41", "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 53dbcdb0..1217bb1d 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.20.0", + "format_version": "1.20.41", "minecraft:geometry": [ { "description": { diff --git a/source/resource/particles/particles.json b/source/resource/particles/particles.json index e5c892d1..07d49c42 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.20.0", + "format_version": "1.20.41", "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 a40837a1..ca89a72e 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.20.0", + "format_version": "1.20.41", "render_controllers": { "controller.render.example": { "geometry": "Geometry.default", "materials": [{ "*": "Material.default" }], "textures": ["Texture.default"] } }