auto: Formatted json files
This commit is contained in:
@@ -5,9 +5,7 @@
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"animations": {
|
||||
"animation.example": {
|
||||
|
||||
}
|
||||
"animation.example": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -8,9 +8,7 @@
|
||||
"description": {
|
||||
"identifier": "namespace:block"
|
||||
},
|
||||
"components": {
|
||||
|
||||
}
|
||||
"components": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -10,15 +10,9 @@
|
||||
"is_spawnable": true,
|
||||
"is_summonable": true
|
||||
},
|
||||
"component_groups": {
|
||||
|
||||
},
|
||||
"components": {
|
||||
|
||||
},
|
||||
"events": {
|
||||
|
||||
}
|
||||
"component_groups": {},
|
||||
"components": {},
|
||||
"events": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -8,9 +8,7 @@
|
||||
"description": {
|
||||
"identifier": "namespace:item"
|
||||
},
|
||||
"components": {
|
||||
|
||||
}
|
||||
"components": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -14,10 +14,7 @@
|
||||
"type": "item",
|
||||
"name": "minecraft:spawn_egg",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 1, "max": 1 } },
|
||||
{ "function": "set_actor_id" }
|
||||
]
|
||||
"functions": [{ "function": "set_count", "count": { "min": 1, "max": 1 } }, { "function": "set_actor_id" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -10,12 +10,8 @@
|
||||
},
|
||||
|
||||
"tags": ["crafting_table"],
|
||||
"pattern": [
|
||||
|
||||
],
|
||||
"key": {
|
||||
|
||||
},
|
||||
"pattern": [],
|
||||
"key": {},
|
||||
"result": {
|
||||
"item": "minecraft:boat",
|
||||
"data": 4
|
||||
|
||||
@@ -9,11 +9,7 @@
|
||||
"identifier": "minecraft:entity",
|
||||
"population_control": "ambient"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
|
||||
}
|
||||
]
|
||||
"conditions": [{}]
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -15,9 +15,7 @@
|
||||
"quantity": { "min": 16, "max": 24 }
|
||||
}
|
||||
],
|
||||
"gives": [
|
||||
{ "item": "minecraft:emerald" }
|
||||
]
|
||||
"gives": [{ "item": "minecraft:emerald" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -4,9 +4,7 @@
|
||||
"type": "array",
|
||||
"title": "The minecraft world x pack schema",
|
||||
"description": "TODO description",
|
||||
"examples": [
|
||||
[{ "pack_id": "UUID", "version": [1, 0, 0] }]
|
||||
],
|
||||
"examples": [[{ "pack_id": "UUID", "version": [1, 0, 0] }]],
|
||||
"definitions": {
|
||||
"uuidv4": { "$ref": "./UUIDV4.json" },
|
||||
"version": { "$ref": "./Version.json" }
|
||||
|
||||
@@ -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" }]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,9 +8,7 @@
|
||||
"animation.annie.idle": {
|
||||
"loop": true,
|
||||
"animation_length": 2.12,
|
||||
"bones": {
|
||||
|
||||
}
|
||||
"bones": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,9 +17,7 @@
|
||||
"geometry": {
|
||||
"default": "geometry.item"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
},
|
||||
"scripts": {},
|
||||
"render_controllers": ["controller.render.item"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,15 +14,9 @@
|
||||
"geometry": {
|
||||
"default": "geometry.entity"
|
||||
},
|
||||
"animations": {
|
||||
|
||||
},
|
||||
"particle_effects": {
|
||||
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
},
|
||||
"animations": {},
|
||||
"particle_effects": {},
|
||||
"scripts": {},
|
||||
"render_controllers": ["controller.render.entity"],
|
||||
|
||||
"spawn_egg": {
|
||||
|
||||
@@ -13,9 +13,7 @@
|
||||
"visible_bounds_offset": [0.0, 0.5, 0.0],
|
||||
"visible_bounds_width": 1.5
|
||||
},
|
||||
"bones" : {
|
||||
|
||||
}
|
||||
"bones": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -12,15 +12,10 @@
|
||||
"texture": "textures/particle/particle"
|
||||
}
|
||||
},
|
||||
"curves": {
|
||||
|
||||
},
|
||||
"components": {
|
||||
|
||||
"curves": {},
|
||||
"components": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user