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,11 +5,9 @@
{
"format_version": "1.10.0",
"animations": {
"animation.example": {
}
"animation.example": {}
}
}
}
],
"allOf": [
{

View File

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

View File

@@ -60,7 +60,7 @@
"add": {
"title": "Add",
"$ref": "#/definitions/addremove",
"description": "The components groups to be added to this entity"
"description": "The components groups to be added to this entity"
},
"filters": {
"$ref": "./filters.json"

View File

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

View File

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

View File

@@ -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" }]
}
]
}

View File

@@ -8,20 +8,16 @@
"description": {
"identifier": "minecraft:item"
},
"tags": [ "crafting_table" ],
"pattern": [
],
"key": {
},
"tags": ["crafting_table"],
"pattern": [],
"key": {},
"result": {
"item": "minecraft:boat",
"data": 4
}
}
}
}
}
],
"allOf": [
{

View File

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

View File

@@ -15,14 +15,12 @@
"quantity": { "min": 16, "max": 24 }
}
],
"gives": [
{ "item": "minecraft:emerald" }
]
"gives": [{ "item": "minecraft:emerald" }]
}
]
}
]
}
}
],
"definitions": {
"Item": {