Updated to support v1.20.10
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behavior.dialogue",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.19.0",
|
||||
"format_version": "1.20.0",
|
||||
"minecraft:npc_dialogue": {
|
||||
"scenes": [
|
||||
{
|
||||
|
||||
@@ -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": {},
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {}
|
||||
|
||||
@@ -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"],
|
||||
|
||||
@@ -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": [{}] }
|
||||
}
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user