Updated to support v1.20.10
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.behavior.animation_controller",
|
"$id": "blockception.minecraft.behavior.animation_controller",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"animation_controllers": {
|
"animation_controllers": {
|
||||||
"controller.animation.example": {
|
"controller.animation.example": {
|
||||||
"initial_state": "default",
|
"initial_state": "default",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "http://json-schema.org/draft-07/schema",
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||||||
"$id": "blockception.minecraft.behavior.animations",
|
"$id": "blockception.minecraft.behavior.animations",
|
||||||
"examples": [{ "format_version": "1.19.0", "animations": { "animation.example": {} } }],
|
"examples": [{ "format_version": "1.20.0", "animations": { "animation.example": {} } }],
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"animationspec": {
|
"animationspec": {
|
||||||
"anyOf": [
|
"anyOf": [
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"$schema": "http://json-schema.org/draft-07/schema",
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||||||
"$id": "minecraft.behavior.biomes",
|
"$id": "minecraft.behavior.biomes",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"examples": [{ "plains": { "format_version": "1.19.0" } }],
|
"examples": [{ "plains": { "format_version": "1.20.0" } }],
|
||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Biomes",
|
"title": "Biomes",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.behavior.dialogue",
|
"$id": "blockception.minecraft.behavior.dialogue",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"minecraft:npc_dialogue": {
|
"minecraft:npc_dialogue": {
|
||||||
"scenes": [
|
"scenes": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.behavior.entities",
|
"$id": "blockception.minecraft.behavior.entities",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"minecraft:entity": {
|
"minecraft:entity": {
|
||||||
"description": { "identifier": "namespace:entity", "is_spawnable": true, "is_summonable": true },
|
"description": { "identifier": "namespace:entity", "is_spawnable": true, "is_summonable": true },
|
||||||
"component_groups": {},
|
"component_groups": {},
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.behavior.feature_rules",
|
"$id": "blockception.minecraft.behavior.feature_rules",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"minecraft:feature_rules": {
|
"minecraft:feature_rules": {
|
||||||
"minecraft:ore_feature": {
|
"minecraft:ore_feature": {
|
||||||
"description": {
|
"description": {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.behavior.features",
|
"$id": "blockception.minecraft.behavior.features",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"minecraft:ore_feature": {
|
"minecraft:ore_feature": {
|
||||||
"description": { "identifier": "example:foo" },
|
"description": { "identifier": "example:foo" },
|
||||||
"features": {}
|
"features": {}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.behavior.recipes",
|
"$id": "blockception.minecraft.behavior.recipes",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"minecraft:recipe_shaped": {
|
"minecraft:recipe_shaped": {
|
||||||
"description": { "identifier": "minecraft:item" },
|
"description": { "identifier": "minecraft:item" },
|
||||||
"tags": ["crafting_table"],
|
"tags": ["crafting_table"],
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.behavior.spawn_rules",
|
"$id": "blockception.behavior.spawn_rules",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"minecraft:spawn_rules": { "description": { "identifier": "minecraft:entity", "population_control": "ambient" }, "conditions": [{}] }
|
"minecraft:spawn_rules": { "description": { "identifier": "minecraft:entity", "population_control": "ambient" }, "conditions": [{}] }
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.behavior.volumes",
|
"$id": "blockception.minecraft.behavior.volumes",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"minecraft:volume": {
|
"minecraft:volume": {
|
||||||
"description": {
|
"description": {
|
||||||
"identifier": "example:foo"
|
"identifier": "example:foo"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
|
"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]+)$",
|
"pattern": "^([1-9]+)\\.([0-9]+)\\.([0-9]+)$",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "1.19.50",
|
"default": "1.20.10",
|
||||||
"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"],
|
"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|}.${3|2|0|}" }]
|
"defaultSnippets": [{ "label": "New Format version", "body": "1.${1|8,10,12,17,18,19,20|}.${3|2|0|}" }]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": 2,
|
"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] }]
|
"modules": [{ "type": "data", "uuid": "UUID2", "version": [1, 0, 0] }]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
"label": "New Manifest",
|
"label": "New Manifest",
|
||||||
"body": {
|
"body": {
|
||||||
"format_version": 2,
|
"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] }]
|
"modules": [{ "type": "data", "uuid": "$UUID", "version": [1, 0, 0] }]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.resource.animation_controller",
|
"$id": "blockception.minecraft.resource.animation_controller",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"animation_controllers": {
|
"animation_controllers": {
|
||||||
"controller.animation.example": {
|
"controller.animation.example": {
|
||||||
"states": {
|
"states": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$schema": "http://json-schema.org/draft-07/schema",
|
"$schema": "http://json-schema.org/draft-07/schema",
|
||||||
"$id": "blockception.minecraft.resource.actor_animation",
|
"$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,
|
"additionalProperties": false,
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"title": "Actor Animation",
|
"title": "Actor Animation",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.resource.attachables",
|
"$id": "blockception.minecraft.resource.attachables",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"minecraft:attachable": {
|
"minecraft:attachable": {
|
||||||
"description": {
|
"description": {
|
||||||
"identifier": "minecraft:item",
|
"identifier": "minecraft:item",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.resource.entity",
|
"$id": "blockception.minecraft.resource.entity",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"minecraft:client_entity": {
|
"minecraft:client_entity": {
|
||||||
"description": {
|
"description": {
|
||||||
"identifier": "minecraft:entity",
|
"identifier": "minecraft:entity",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.resource.items",
|
"$id": "blockception.minecraft.resource.items",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"minecraft:item": {
|
"minecraft:item": {
|
||||||
"description": { "identifier": "blockception:item", "category": "Equipment" },
|
"description": { "identifier": "blockception:item", "category": "Equipment" },
|
||||||
"components": { "minecraft:icon": "item", "minecraft:render_offsets": "apple" }
|
"components": { "minecraft:icon": "item", "minecraft:render_offsets": "apple" }
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.resource.model",
|
"$id": "blockception.minecraft.resource.model",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"minecraft:geometry": [
|
"minecraft:geometry": [
|
||||||
{
|
{
|
||||||
"description": {
|
"description": {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.resource.particle",
|
"$id": "blockception.minecraft.resource.particle",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"particle_effect": {
|
"particle_effect": {
|
||||||
"description": {
|
"description": {
|
||||||
"identifier": "example:particle",
|
"identifier": "example:particle",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"$id": "blockception.minecraft.render_controllers",
|
"$id": "blockception.minecraft.render_controllers",
|
||||||
"examples": [
|
"examples": [
|
||||||
{
|
{
|
||||||
"format_version": "1.19.0",
|
"format_version": "1.20.0",
|
||||||
"render_controllers": {
|
"render_controllers": {
|
||||||
"controller.render.example": { "geometry": "Geometry.default", "materials": [{ "*": "Material.default" }], "textures": ["Texture.default"] }
|
"controller.render.example": { "geometry": "Geometry.default", "materials": [{ "*": "Material.default" }], "textures": ["Texture.default"] }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user