diff --git a/source/behavior/animation_controllers/animation_controller.json b/source/behavior/animation_controllers/animation_controller.json index 8df0f64ac..c431ec647 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.19.0", + "format_version": "1.20.0", "animation_controllers": { "controller.animation.example": { "initial_state": "default", diff --git a/source/behavior/animations/animations.json b/source/behavior/animations/animations.json index db43094bd..6360093da 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.19.0", "animations": { "animation.example": {} } }], + "examples": [{ "format_version": "1.20.0", "animations": { "animation.example": {} } }], "definitions": { "animationspec": { "anyOf": [ diff --git a/source/behavior/biomes/biomes.json b/source/behavior/biomes/biomes.json index 1fe260a62..195dbf4a6 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.19.0" } }], + "examples": [{ "plains": { "format_version": "1.20.0" } }], "additionalProperties": { "type": "object", "title": "Biomes", diff --git a/source/behavior/dialogue/dialogue.json b/source/behavior/dialogue/dialogue.json index 316df966e..e10fb521c 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.19.0", + "format_version": "1.20.0", "minecraft:npc_dialogue": { "scenes": [ { diff --git a/source/behavior/entities/entities.json b/source/behavior/entities/entities.json index 7b9abc51f..d59f99dbe 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.19.0", + "format_version": "1.20.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 35bc4aca9..b061ad8bc 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.19.0", + "format_version": "1.20.0", "minecraft:feature_rules": { "minecraft:ore_feature": { "description": { diff --git a/source/behavior/features/features.json b/source/behavior/features/features.json index 2d435403f..94660ff7e 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.19.0", + "format_version": "1.20.0", "minecraft:ore_feature": { "description": { "identifier": "example:foo" }, "features": {} diff --git a/source/behavior/recipes/recipes.json b/source/behavior/recipes/recipes.json index 329820e00..8823e2ec7 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.19.0", + "format_version": "1.20.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 e3422728a..6cdf84471 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.19.0", + "format_version": "1.20.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 525763ba5..82303be4e 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.19.0", + "format_version": "1.20.0", "minecraft:volume": { "description": { "identifier": "example:foo" diff --git a/source/general/format_version.json b/source/general/format_version.json index 9838e704e..605ba99b5 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.19.50", - "examples": ["1.19.50", "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|}.${3|2|0|}" }] + "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"], + "defaultSnippets": [{ "label": "New Format version", "body": "1.${1|8,10,12,17,18,19,20|}.${3|2|0|}" }] } diff --git a/source/general/manifest.json b/source/general/manifest.json index c50de8914..741836996 100644 --- a/source/general/manifest.json +++ b/source/general/manifest.json @@ -8,7 +8,7 @@ "examples": [ { "format_version": 2, - "header": { "description": "pack.description", "name": "pack.name", "uuid": "UUID2", "min_engine_version": [1, 16, 0], "version": [1, 0, 0] }, + "header": { "description": "pack.description", "name": "pack.name", "uuid": "UUID2", "min_engine_version": [1, 20, 10], "version": [1, 0, 0] }, "modules": [{ "type": "data", "uuid": "UUID2", "version": [1, 0, 0] }] } ], @@ -17,7 +17,7 @@ "label": "New Manifest", "body": { "format_version": 2, - "header": { "description": "pack.description", "name": "pack.name", "uuid": "$UUID", "min_engine_version": [1, 16, 0], "version": [1, 0, 0] }, + "header": { "description": "pack.description", "name": "pack.name", "uuid": "$UUID", "min_engine_version": [1, 20, 10], "version": [1, 0, 0] }, "modules": [{ "type": "data", "uuid": "$UUID", "version": [1, 0, 0] }] } } diff --git a/source/resource/animation_controllers/animation_controller.json b/source/resource/animation_controllers/animation_controller.json index 340bebe0b..0b3db1744 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.19.0", + "format_version": "1.20.0", "animation_controllers": { "controller.animation.example": { "states": { diff --git a/source/resource/animations/actor_animation.json b/source/resource/animations/actor_animation.json index 0fb7edaea..e879d695d 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.19.0", "animations": { "animation.annie.idle": { "loop": true, "animation_length": 2.12, "bones": {} } } }], + "examples": [{ "format_version": "1.20.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 08e7bb0e5..9f76fe542 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.19.0", + "format_version": "1.20.0", "minecraft:attachable": { "description": { "identifier": "minecraft:item", diff --git a/source/resource/entity/entity.json b/source/resource/entity/entity.json index 620a58655..b82354f06 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.19.0", + "format_version": "1.20.0", "minecraft:client_entity": { "description": { "identifier": "minecraft:entity", diff --git a/source/resource/items/items.json b/source/resource/items/items.json index 8a79e1cd0..8a195d4db 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.19.0", + "format_version": "1.20.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 625e9d9b4..53dbcdb00 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.19.0", + "format_version": "1.20.0", "minecraft:geometry": [ { "description": { diff --git a/source/resource/particles/particles.json b/source/resource/particles/particles.json index bf94a9801..e5c892d15 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.19.0", + "format_version": "1.20.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 d9773d1ef..ff2ff7fb8 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.19.0", + "format_version": "1.20.0", "render_controllers": { "controller.render.example": { "geometry": "Geometry.default", "materials": [{ "*": "Material.default" }], "textures": ["Texture.default"] } }