diff --git a/source/behavior/animation_controllers/animation_controller.json b/source/behavior/animation_controllers/animation_controller.json index 2bedcc86..b616a4c8 100644 --- a/source/behavior/animation_controllers/animation_controller.json +++ b/source/behavior/animation_controllers/animation_controller.json @@ -18,7 +18,7 @@ ], "examples": [ { - "format_version": "1.20.41", + "format_version": "1.10.0", "animation_controllers": { "controller.animation.example": { "initial_state": "default", @@ -92,7 +92,7 @@ "required": ["format_version", "animation_controllers"], "additionalProperties": false, "properties": { - "format_version": { "$ref": "../../general/format_version.json" }, + "format_version": { "type": "string", "const": "1.10.0" }, "animation_controllers": { "type": "object", "title": "Animation Controllers", diff --git a/source/behavior/animations/animations.json b/source/behavior/animations/animations.json index 63f2b808..9b47c9e9 100644 --- a/source/behavior/animations/animations.json +++ b/source/behavior/animations/animations.json @@ -12,7 +12,7 @@ } } ], - "examples": [{ "format_version": "1.20.41", "animations": { "animation.example": {} } }], + "examples": [{ "format_version": "1.10.0", "animations": { "animation.example": {} } }], "definitions": { "animationspec": { "anyOf": [ @@ -65,7 +65,7 @@ "required": ["format_version", "animations"], "additionalProperties": false, "properties": { - "format_version": { "$ref": "../../general/format_version.json" }, + "format_version": { "type": "string", "const": "1.10.0" }, "animations": { "title": "Animations Schema", "description": "The animation specification.", diff --git a/source/behavior/biomes/biomes.json b/source/behavior/biomes/biomes.json index e543b107..40fbc809 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.41" } }], + "examples": [{ "plains": { "format_version": "1.20.80" } }], "additionalProperties": { "type": "object", "title": "Biomes", diff --git a/source/behavior/blocks/blocks.json b/source/behavior/blocks/blocks.json index 472c9453..d8d86dea 100644 --- a/source/behavior/blocks/blocks.json +++ b/source/behavior/blocks/blocks.json @@ -15,7 +15,7 @@ { "label": "New block", "body": { - "format_version": "${1:1.20.41}", + "format_version": "${1:1.20.80}", "minecraft:block": { "description": { "identifier": "$2:${3:${TM_FILENAME/[\\.].*//}}" diff --git a/source/behavior/cameras/presets/cameras.json b/source/behavior/cameras/presets/cameras.json index 54b9710b..c1c29d60 100644 --- a/source/behavior/cameras/presets/cameras.json +++ b/source/behavior/cameras/presets/cameras.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.behavior.cameras.preset", "defaultSnippets": [ { - "format_version": "${1:1.20.41}", + "format_version": "${1:1.20.80}", "minecraft:npc_dialogue": { "identifier": "$2", "inherit_from": "$3", @@ -17,7 +17,7 @@ ], "examples": [ { - "format_version": "1.20.41", + "format_version": "1.20.80", "minecraft:npc_dialogue": { "identifier": "example:custom", "inherit_from": "minecraft:free", diff --git a/source/behavior/dialogue/dialogue.json b/source/behavior/dialogue/dialogue.json index c136fbcf..85a3f33d 100644 --- a/source/behavior/dialogue/dialogue.json +++ b/source/behavior/dialogue/dialogue.json @@ -3,7 +3,7 @@ "$id": "blockception.minecraft.behavior.dialogue", "defaultSnippets": [ { - "format_version": "${1:1.20.41}", + "format_version": "${1:1.20.80}", "minecraft:npc_dialogue": { "scenes": [ { @@ -15,7 +15,7 @@ ], "examples": [ { - "format_version": "1.20.41", + "format_version": "1.20.80", "minecraft:npc_dialogue": { "scenes": [ { diff --git a/source/behavior/entities/entities.json b/source/behavior/entities/entities.json index 57dd3d0e..ed47342c 100644 --- a/source/behavior/entities/entities.json +++ b/source/behavior/entities/entities.json @@ -5,7 +5,7 @@ { "label": "New entity", "body": { - "format_version": "${1:1.20.41}", + "format_version": "${1:1.20.80}", "minecraft:entity": { "description": { "identifier": "$2:${3:${TM_FILENAME/[\\.].*//}}", @@ -20,7 +20,7 @@ ], "examples": [ { - "format_version": "1.20.41", + "format_version": "1.20.80", "minecraft:entity": { "description": { "identifier": "namespace:entity", "is_spawnable": true, "is_summonable": true }, "component_groups": {}, diff --git a/source/behavior/items/items.json b/source/behavior/items/items.json index 7ff48389..7f3a3754 100644 --- a/source/behavior/items/items.json +++ b/source/behavior/items/items.json @@ -4,7 +4,7 @@ { "label": "New item", "body": { - "format_version": "${1:1.20.41}", + "format_version": "${1:1.20.80}", "minecraft:item": { "description": { "identifier": "$2:${3:${TM_FILENAME/[\\.].*//}}", diff --git a/source/behavior/volumes/volumes.json b/source/behavior/volumes/volumes.json index b3007d75..3607c590 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.41", + "format_version": "1.20.80", "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 9bbb7b4a..e489e14f 100644 --- a/source/resource/animation_controllers/animation_controller.json +++ b/source/resource/animation_controllers/animation_controller.json @@ -18,7 +18,7 @@ ], "examples": [ { - "format_version": "1.20.41", + "format_version": "1.10.0", "animation_controllers": { "controller.animation.example": { "states": { @@ -78,7 +78,7 @@ "required": ["format_version", "animation_controllers"], "additionalProperties": false, "properties": { - "format_version": { "$ref": "../../general/format_version.json" }, + "format_version": { "type": "string", "const": "1.10.0" }, "animation_controllers": { "type": "object", "title": "Animation Controllers Schema", diff --git a/source/resource/animations/actor_animation.json b/source/resource/animations/actor_animation.json index cac4a2af..e2d28ccd 100644 --- a/source/resource/animations/actor_animation.json +++ b/source/resource/animations/actor_animation.json @@ -12,7 +12,7 @@ } } ], - "examples": [{ "format_version": "1.20.41", "animations": { "animation.annie.idle": { "loop": true, "animation_length": 2.12, "bones": {} } } }], + "examples": [{ "format_version": "1.10.0", "animations": { "animation.annie.idle": { "loop": true, "animation_length": 2.12, "bones": {} } } }], "additionalProperties": false, "type": "object", "title": "Actor Animation", @@ -94,7 +94,7 @@ }, "required": ["format_version", "animations"], "properties": { - "format_version": { "$ref": "../../general/format_version.json" }, + "format_version": { "type": "string", "const": "1.10.0" }, "animations": { "title": "Animations Schema", "description": "The animation specification.", diff --git a/source/resource/attachables/attachables.json b/source/resource/attachables/attachables.json index ccc917e6..b75a9b3d 100644 --- a/source/resource/attachables/attachables.json +++ b/source/resource/attachables/attachables.json @@ -26,7 +26,7 @@ ], "examples": [ { - "format_version": "1.20.41", + "format_version": "1.10.0", "minecraft:attachable": { "description": { "identifier": "minecraft:item", diff --git a/source/resource/entity/entity.json b/source/resource/entity/entity.json index c2871f4c..9e106533 100644 --- a/source/resource/entity/entity.json +++ b/source/resource/entity/entity.json @@ -26,7 +26,7 @@ ], "examples": [ { - "format_version": "1.20.41", + "format_version": "1.10.0", "minecraft:client_entity": { "description": { "identifier": "minecraft:entity", diff --git a/source/resource/items/items.json b/source/resource/items/items.json index a961d506..b748d4ba 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.41", + "format_version": "1.20.80", "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 1217bb1d..a7638473 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.41", + "format_version": "1.20.80", "minecraft:geometry": [ { "description": { diff --git a/source/resource/particles/particles.json b/source/resource/particles/particles.json index 4d1591f8..1f7be657 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.41", + "format_version": "1.20.80", "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 d2c93432..a61758c5 100644 --- a/source/resource/render_controllers/render_controllers.json +++ b/source/resource/render_controllers/render_controllers.json @@ -18,7 +18,7 @@ ], "examples": [ { - "format_version": "1.20.41", + "format_version": "1.10.0", "render_controllers": { "controller.render.example": { "geometry": "Geometry.default", "materials": [{ "*": "Material.default" }], "textures": ["Texture.default"] } } @@ -37,7 +37,7 @@ } }, "properties": { - "format_version": { "$ref": "../../general/format_version.json" }, + "format_version": { "type": "string", "const": "1.10.0" }, "render_controllers": { "title": "Render Controllers", "description": "The collection of render controllers, each property is the identifier of a render controller.",