auto: Formatted json files
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
"minecraft:entity_born": {
|
||||
"description": "Event called on an entity that is spawned through two entities breeding.",
|
||||
"$ref": "#/definitions/event_base",
|
||||
"title": "Minecraft:entity Born"
|
||||
"title": "Entity Born"
|
||||
},
|
||||
"minecraft:entity_spawned": {
|
||||
"description": "Event called on an entity that is placed in the level.",
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
"minecraft:entity_born": {
|
||||
"description": "Event called on an entity that is spawned through two entities breeding.",
|
||||
"$ref": "#/definitions/event_base",
|
||||
"title": "Minecraft:entity Born"
|
||||
"title": "Entity Born"
|
||||
},
|
||||
"minecraft:entity_spawned": {
|
||||
"description": "Event called on an entity that is placed in the level.",
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
"minecraft:entity_born": {
|
||||
"description": "Event called on an entity that is spawned through two entities breeding.",
|
||||
"$ref": "#/definitions/event_base",
|
||||
"title": "Minecraft:entity Born"
|
||||
"title": "Entity Born"
|
||||
},
|
||||
"minecraft:entity_spawned": {
|
||||
"description": "Event called on an entity that is placed in the level.",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behaviour.entities.1.13.0.minecraft.navigation.walk",
|
||||
"title": "Minecraft.navigation.walk 1.13.0",
|
||||
"title": "Navigation.walk 1.13.0",
|
||||
"description": "Allows this entity to generate paths by walking around and jumping up and down a block like regular mobs.",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
"minecraft:entity_born": {
|
||||
"description": "Event called on an entity that is spawned through two entities breeding.",
|
||||
"$ref": "#/definitions/event_base",
|
||||
"title": "Minecraft:entity Born"
|
||||
"title": "Entity Born"
|
||||
},
|
||||
"minecraft:entity_spawned": {
|
||||
"description": "Event called on an entity that is placed in the level.",
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
"minecraft:entity_born": {
|
||||
"description": "Event called on an entity that is spawned through two entities breeding.",
|
||||
"$ref": "#/definitions/event_base",
|
||||
"title": "Minecraft:entity Born"
|
||||
"title": "Entity Born"
|
||||
},
|
||||
"minecraft:entity_spawned": {
|
||||
"description": "Event called on an entity that is placed in the level.",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
"minecraft:entity_born": {
|
||||
"description": "Event called on an entity that is spawned through two entities breeding.",
|
||||
"$ref": "#/definitions/event_base",
|
||||
"title": "Minecraft:entity Born"
|
||||
"title": "Entity Born"
|
||||
},
|
||||
"minecraft:entity_spawned": {
|
||||
"description": "Event called on an entity that is placed in the level.",
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
"minecraft:entity_born": {
|
||||
"description": "Event called on an entity that is spawned through two entities breeding.",
|
||||
"$ref": "#/definitions/event_base",
|
||||
"title": "Minecraft:entity Born"
|
||||
"title": "Entity Born"
|
||||
},
|
||||
"minecraft:entity_spawned": {
|
||||
"description": "Event called on an entity that is placed in the level.",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
"minecraft:entity_born": {
|
||||
"description": "Event called on an entity that is spawned through two entities breeding.",
|
||||
"$ref": "#/definitions/event_base",
|
||||
"title": "Minecraft:entity Born"
|
||||
"title": "Entity Born"
|
||||
},
|
||||
"minecraft:entity_spawned": {
|
||||
"description": "Event called on an entity that is placed in the level.",
|
||||
|
||||
Reference in New Issue
Block a user