Updating format version
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behavior.animation_controller",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.20.0",
|
||||
"format_version": "1.20.41",
|
||||
"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.20.0", "animations": { "animation.example": {} } }],
|
||||
"examples": [{ "format_version": "1.20.41", "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.20.0" } }],
|
||||
"examples": [{ "plains": { "format_version": "1.20.41" } }],
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"title": "Biomes",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behavior.dialogue",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.20.0",
|
||||
"format_version": "1.20.41",
|
||||
"minecraft:npc_dialogue": {
|
||||
"scenes": [
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behavior.entities",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.20.0",
|
||||
"format_version": "1.20.41",
|
||||
"minecraft:entity": {
|
||||
"description": { "identifier": "namespace:entity", "is_spawnable": true, "is_summonable": true },
|
||||
"component_groups": {},
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
"title": "Format Version"
|
||||
},
|
||||
"minecraft:feature_rules": {
|
||||
"title": "Feature rules",
|
||||
"title": "Feature Rules",
|
||||
"description": "Each feature rule controls exactly one feature and serves as the root of a chain of feature data.",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behavior.feature_rules",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.20.0",
|
||||
"format_version": "1.20.41",
|
||||
"minecraft:feature_rules": {
|
||||
"minecraft:ore_feature": {
|
||||
"description": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behavior.features",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.20.0",
|
||||
"format_version": "1.20.41",
|
||||
"minecraft:ore_feature": {
|
||||
"description": { "identifier": "example:foo" },
|
||||
"features": {}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.items",
|
||||
"description": "Minecraft items 1.16.200",
|
||||
"description": "Minecraft items",
|
||||
"required": ["format_version", "minecraft:item"],
|
||||
"title": "Item",
|
||||
"type": "object",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.1.12.0.recipe",
|
||||
"description": "Minecraft recipe 1.12.0",
|
||||
"description": "Minecraft recipe",
|
||||
"required": ["format_version"],
|
||||
"additionalProperties": false,
|
||||
"minProperties": 2,
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behavior.recipes",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.20.0",
|
||||
"format_version": "1.20.41",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": { "identifier": "minecraft:item" },
|
||||
"tags": ["crafting_table"],
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.behavior.spawn_rules",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.20.0",
|
||||
"format_version": "1.20.41",
|
||||
"minecraft:spawn_rules": { "description": { "identifier": "minecraft:entity", "population_control": "ambient" }, "conditions": [{}] }
|
||||
}
|
||||
],
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$id": "blockception.minecraft.behavior.volumes",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.20.0",
|
||||
"format_version": "1.20.41",
|
||||
"minecraft:volume": {
|
||||
"description": {
|
||||
"identifier": "example:foo"
|
||||
|
||||
Reference in New Issue
Block a user