auto: Formatted json files
This commit is contained in:
@@ -5,11 +5,9 @@
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"animations": {
|
||||
"animation.example": {
|
||||
|
||||
}
|
||||
"animation.example": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
|
||||
@@ -8,9 +8,7 @@
|
||||
"description": {
|
||||
"identifier": "namespace:block"
|
||||
},
|
||||
"components": {
|
||||
|
||||
}
|
||||
"components": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -10,15 +10,9 @@
|
||||
"is_spawnable": true,
|
||||
"is_summonable": true
|
||||
},
|
||||
"component_groups": {
|
||||
|
||||
},
|
||||
"components": {
|
||||
|
||||
},
|
||||
"events": {
|
||||
|
||||
}
|
||||
"component_groups": {},
|
||||
"components": {},
|
||||
"events": {}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -8,11 +8,9 @@
|
||||
"description": {
|
||||
"identifier": "namespace:item"
|
||||
},
|
||||
"components": {
|
||||
|
||||
}
|
||||
"components": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"allOf": [
|
||||
{
|
||||
|
||||
@@ -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" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -9,11 +9,7 @@
|
||||
"identifier": "minecraft:entity",
|
||||
"population_control": "ambient"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
|
||||
}
|
||||
]
|
||||
"conditions": [{}]
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -15,14 +15,12 @@
|
||||
"quantity": { "min": 16, "max": 24 }
|
||||
}
|
||||
],
|
||||
"gives": [
|
||||
{ "item": "minecraft:emerald" }
|
||||
]
|
||||
"gives": [{ "item": "minecraft:emerald" }]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"definitions": {
|
||||
"Item": {
|
||||
|
||||
Reference in New Issue
Block a user