auto: Formatted json files

This commit is contained in:
DaanV2
2021-01-18 01:29:00 +01:00
parent e2b7b27654
commit d7e95b15c2
83 changed files with 275 additions and 218 deletions

View File

@@ -18,7 +18,7 @@
"description": "How close a hostile entity must be to have the damage applied.",
"title": "Damage range"
},
"entity_filter": { "$ref": "../filters.json", "description": "Entity_filter", "title": "Minecraft Filter" },
"entity_filter": { "$ref": "../filters.json", "description": "Entity_filter", "title": "Filter" },
"cause": {
"type": "string",
"description": "TODO",

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.conditional_bandwidth_optimization",
"additionalProperties": false,
"type": "object",
"title": "conditional_bandwidth_optimization 1.8.0",
"title": "Conditional bandwidth optimization 1.8.0",
"description": "Defines the Conditional Spatial Update Bandwidth Optimizations of this entity.",
"properties": {
"conditional_values": {

View File

@@ -12,7 +12,7 @@
"description": "List of blocks, with certain block states, that we are monitoring to see if the entity is inside.",
"type": "array",
"items": {
"title": "block",
"title": "Block",
"description": "TODO",
"type": "object",
"additionalProperties": false,

View File

@@ -3,7 +3,7 @@
"$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.leashable",
"description": "Allows this entity to be leashed and Defines the conditions and events for this entity when is leashed.",
"type": "object",
"title": "Minecraft.leashable 1.8.0",
"title": "Leashable 1.8.0",
"additionalProperties": false,
"required": [],
"properties": {