Skip to content

Commit

Permalink
Updated to support v1.20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Jul 15, 2023
1 parent 347d165 commit 5e95c47
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion source/behavior/animations/animations.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion source/behavior/biomes/biomes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion source/behavior/dialogue/dialogue.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behavior.dialogue",
"examples": [
{
"format_version": "1.19.0",
"format_version": "1.20.0",
"minecraft:npc_dialogue": {
"scenes": [
{
Expand Down
2 changes: 1 addition & 1 deletion source/behavior/entities/entities.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down
2 changes: 1 addition & 1 deletion source/behavior/feature_rules/feature_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion source/behavior/features/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
Expand Down
2 changes: 1 addition & 1 deletion source/behavior/recipes/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion source/behavior/spawn_rules/spawn_rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [{}] }
}
],
Expand Down
2 changes: 1 addition & 1 deletion source/behavior/volumes/volumes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions source/general/format_version.json
Original file line number Diff line number Diff line change
Expand Up @@ -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|}" }]
}
4 changes: 2 additions & 2 deletions source/general/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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] }]
}
],
Expand All @@ -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] }]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion source/resource/animations/actor_animation.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion source/resource/attachables/attachables.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion source/resource/entity/entity.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion source/resource/items/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion source/resource/models/entity/model_entity.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$id": "blockception.minecraft.resource.model",
"examples": [
{
"format_version": "1.19.0",
"format_version": "1.20.0",
"minecraft:geometry": [
{
"description": {
Expand Down
2 changes: 1 addition & 1 deletion source/resource/particles/particles.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion source/resource/render_controllers/render_controllers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
}
Expand Down

0 comments on commit 5e95c47

Please sign in to comment.