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

@@ -5,9 +5,7 @@
{ {
"format_version": "1.10.0", "format_version": "1.10.0",
"animations": { "animations": {
"animation.example": { "animation.example": {}
}
} }
} }
], ],

View File

@@ -8,9 +8,7 @@
"description": { "description": {
"identifier": "namespace:block" "identifier": "namespace:block"
}, },
"components": { "components": {}
}
} }
} }
], ],

View File

@@ -10,15 +10,9 @@
"is_spawnable": true, "is_spawnable": true,
"is_summonable": true "is_summonable": true
}, },
"component_groups": { "component_groups": {},
"components": {},
}, "events": {}
"components": {
},
"events": {
}
} }
} }
], ],

View File

@@ -8,9 +8,7 @@
"description": { "description": {
"identifier": "namespace:item" "identifier": "namespace:item"
}, },
"components": { "components": {}
}
} }
} }
], ],

View File

@@ -14,10 +14,7 @@
"type": "item", "type": "item",
"name": "minecraft:spawn_egg", "name": "minecraft:spawn_egg",
"weight": 1, "weight": 1,
"functions": [ "functions": [{ "function": "set_count", "count": { "min": 1, "max": 1 } }, { "function": "set_actor_id" }]
{ "function": "set_count", "count": { "min": 1, "max": 1 } },
{ "function": "set_actor_id" }
]
} }
] ]
} }

View File

@@ -10,12 +10,8 @@
}, },
"tags": ["crafting_table"], "tags": ["crafting_table"],
"pattern": [ "pattern": [],
"key": {},
],
"key": {
},
"result": { "result": {
"item": "minecraft:boat", "item": "minecraft:boat",
"data": 4 "data": 4

View File

@@ -9,11 +9,7 @@
"identifier": "minecraft:entity", "identifier": "minecraft:entity",
"population_control": "ambient" "population_control": "ambient"
}, },
"conditions": [ "conditions": [{}]
{
}
]
} }
} }
], ],

View File

@@ -15,9 +15,7 @@
"quantity": { "min": 16, "max": 24 } "quantity": { "min": 16, "max": 24 }
} }
], ],
"gives": [ "gives": [{ "item": "minecraft:emerald" }]
{ "item": "minecraft:emerald" }
]
} }
] ]
} }

View File

@@ -4,9 +4,7 @@
"type": "array", "type": "array",
"title": "The minecraft world x pack schema", "title": "The minecraft world x pack schema",
"description": "TODO description", "description": "TODO description",
"examples": [ "examples": [[{ "pack_id": "UUID", "version": [1, 0, 0] }]],
[{ "pack_id": "UUID", "version": [1, 0, 0] }]
],
"definitions": { "definitions": {
"uuidv4": { "$ref": "./UUIDV4.json" }, "uuidv4": { "$ref": "./UUIDV4.json" },
"version": { "$ref": "./Version.json" } "version": { "$ref": "./Version.json" }

View File

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

View File

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

View File

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

View File

@@ -14,15 +14,9 @@
"geometry": { "geometry": {
"default": "geometry.entity" "default": "geometry.entity"
}, },
"animations": { "animations": {},
"particle_effects": {},
}, "scripts": {},
"particle_effects": {
},
"scripts": {
},
"render_controllers": ["controller.render.entity"], "render_controllers": ["controller.render.entity"],
"spawn_egg": { "spawn_egg": {

View File

@@ -13,9 +13,7 @@
"visible_bounds_offset": [0.0, 0.5, 0.0], "visible_bounds_offset": [0.0, 0.5, 0.0],
"visible_bounds_width": 1.5 "visible_bounds_width": 1.5
}, },
"bones" : { "bones": {}
}
} }
] ]
} }

View File

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