auto: Formatted json files

This commit is contained in:
DaanV2
2020-11-17 21:19:54 +01:00
parent e9eed3d078
commit 79d08e5bc6
19 changed files with 74 additions and 122 deletions

View File

@@ -8,15 +8,11 @@
"controller.animation.example": {
"states": {
"default": {
"transitions": [
{ "state_1": "query.is_baby" }
]
"transitions": [{ "state_1": "query.is_baby" }]
},
"state_1": {
"animations": ["state_1"],
"transitions": [
{ "default": "query.all_animations_finished" }
]
"transitions": [{ "default": "query.all_animations_finished" }]
}
}
}

View File

@@ -8,9 +8,7 @@
"animation.annie.idle": {
"loop": true,
"animation_length": 2.12,
"bones": {
}
"bones": {}
}
}
}

View File

@@ -17,10 +17,8 @@
"geometry": {
"default": "geometry.item"
},
"scripts": {
},
"render_controllers": [ "controller.render.item" ]
"scripts": {},
"render_controllers": ["controller.render.item"]
}
}
}

View File

@@ -14,17 +14,11 @@
"geometry": {
"default": "geometry.entity"
},
"animations": {
},
"particle_effects": {
},
"scripts": {
},
"render_controllers": [ "controller.render.entity" ],
"animations": {},
"particle_effects": {},
"scripts": {},
"render_controllers": ["controller.render.entity"],
"spawn_egg": {
"base_color": "#288483",
"overlay_color": "#2B7135"

View File

@@ -3,19 +3,17 @@
"$id": "blockception.minecraft.resource.model",
"examples": [
{
"format_version" : "1.12.0",
"minecraft:geometry" : [
"format_version": "1.12.0",
"minecraft:geometry": [
{
"description" : {
"identifier" : "geometry.entity",
"texture_width" : 64.0,
"texture_height" : 64.0,
"visible_bounds_offset" : [ 0.0, 0.5, 0.0 ],
"visible_bounds_width" : 1.5
"description": {
"identifier": "geometry.entity",
"texture_width": 64.0,
"texture_height": 64.0,
"visible_bounds_offset": [0.0, 0.5, 0.0],
"visible_bounds_width": 1.5
},
"bones" : {
}
"bones": {}
}
]
}

View File

@@ -12,15 +12,10 @@
"texture": "textures/particle/particle"
}
},
"curves": {
},
"components": {
}
"curves": {},
"components": {}
}
}
],
"allOf": [
{

View File

@@ -7,8 +7,8 @@
"render_controllers": {
"controller.render.example": {
"geometry": "Geometry.default",
"materials": [ { "*": "Material.default" } ],
"textures": [ "Texture.default" ]
"materials": [{ "*": "Material.default" }],
"textures": ["Texture.default"]
}
}
}
@@ -22,7 +22,7 @@
"then": { "$ref": "1.8.0/render_controllers.json" }
},
{
"if": {"properties": { "format_version": { "type": "string", "const": "1.10" } } },
"if": { "properties": { "format_version": { "type": "string", "const": "1.10" } } },
"then": { "$ref": "1.10.0/render_controllers.json" }
},
{

View File

@@ -4,7 +4,7 @@
"examples": [
{
"example": {
"event_name" : "music.example",
"event_name": "music.example",
"min_delay": 600,
"max_delay": 1200
}