This commit is contained in:
DaanV2
2021-06-08 22:46:21 +02:00
parent bfdf622af2
commit 4d55ce63e0
17 changed files with 31 additions and 13 deletions

View File

@@ -5,6 +5,12 @@
"description": "Enables an entity to float on the specified liquid blocks.", "description": "Enables an entity to float on the specified liquid blocks.",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"base_buoyancy": {
"type": "number",
"default": 0,
"description": "UNDOCUMENTATED",
"title": "Base Buoyancy"
},
"apply_gravity": { "apply_gravity": {
"type": "boolean", "type": "boolean",
"default": true, "default": true,

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.entity1.16.100", "$id": "blockception.minecraft.behavior.entity1.16.100",
"type": "object", "type": "object",
"title": "Behavior Entity 1.16.100", "title": "Entity Behavior 1.16.100",
"description": "TODO description", "description": "TODO description",
"required": ["format_version", "minecraft:entity"], "required": ["format_version", "minecraft:entity"],
"properties": { "properties": {

View File

@@ -58,6 +58,7 @@
"default": -1, "default": -1,
"description": "Amount of time in seconds that the spawned entity will be alive for. A value of -1.0 means it will remain alive for as long as it can" "description": "Amount of time in seconds that the spawned entity will be alive for. A value of -1.0 means it will remain alive for as long as it can"
}, },
"base_delay": { "type": "number", "default": 0, "description": "UNDOCUMENTATED" },
"entity_type": { "type": "string", "description": "The entity type of the entities we will spawn in this step" }, "entity_type": { "type": "string", "description": "The entity type of the entities we will spawn in this step" },
"num_entities_spawned": { "type": "integer", "default": 1, "description": "Number of entities that will be spawned in this step" }, "num_entities_spawned": { "type": "integer", "default": 1, "description": "Number of entities that will be spawned in this step" },
"shape": { "type": "string", "default": "line", "description": "The base shape of this step. Valid values are circle and line" }, "shape": { "type": "string", "default": "line", "description": "The base shape of this step. Valid values are circle and line" },

View File

@@ -5,6 +5,12 @@
"description": "Enables an entity to float on the specified liquid blocks.", "description": "Enables an entity to float on the specified liquid blocks.",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"base_buoyancy": {
"type": "number",
"default": 0,
"description": "UNDOCUMENTATED",
"title": "Base Buoyancy"
},
"apply_gravity": { "apply_gravity": {
"type": "boolean", "type": "boolean",
"default": true, "default": true,

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.behavior.entity.1.8.0", "$id": "blockception.minecraft.behavior.entity.1.8.0",
"type": "object", "type": "object",
"title": "Behavior Entity 1.8.0", "title": "Entity Behavior 1.8.0",
"description": "TODO description", "description": "TODO description",
"required": ["format_version", "minecraft:entity"], "required": ["format_version", "minecraft:entity"],
"properties": { "properties": {

View File

@@ -133,7 +133,7 @@
}, },
"plant_at_any_solid_surface": { "plant_at_any_solid_surface": {
"title": "Plant At Any Solid Surface", "title": "Plant At Any Solid Surface",
"type": "string", "type": "boolean",
"description": "UNDOCUMENTATED" "description": "UNDOCUMENTATED"
}, },
"plant_at_face": { "plant_at_face": {

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.resource.animation_controller1.10.0", "$id": "blockception.minecraft.resource.animation_controller1.10.0",
"type": "object", "type": "object",
"title": "Resourcepack Animation Controller 1.10.0", "title": "Animation Controller 1.10.0",
"description": "TODO description", "description": "TODO description",
"definitions": { "definitions": {
"animationspec": { "animationspec": {

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.resource.animation_controller1.8.0", "$id": "blockception.minecraft.resource.animation_controller1.8.0",
"type": "object", "type": "object",
"title": "Resourcepack Animation Controller 1.8.0", "title": "Animation Controller 1.8.0",
"description": "TODO description", "description": "TODO description",
"definitions": { "definitions": {
"animationspec": { "animationspec": {

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.resource.1.10.0.actor_animation", "$id": "blockception.minecraft.resource.1.10.0.actor_animation",
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Resourcepack Actor Animation 1.10.0", "title": "Actor Animation 1.10.0",
"description": "TODO description", "description": "TODO description",
"definitions": { "definitions": {
"ParticleEffect": { "ParticleEffect": {

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.resource.1.8.0.actor_animation", "$id": "blockception.minecraft.resource.1.8.0.actor_animation",
"additionalProperties": false, "additionalProperties": false,
"type": "object", "type": "object",
"title": "Resourcepack Actor Animation 1.8.0", "title": "Actor Animation 1.8.0",
"description": "TODO description", "description": "TODO description",
"definitions": { "definitions": {
"ParticleEffect": { "ParticleEffect": {

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.resource.1.10.0.attachables", "$id": "blockception.minecraft.resource.1.10.0.attachables",
"type": "object", "type": "object",
"title": "Resourcepack Actor Animation 1.10.0", "title": "Actor Animation 1.10.0",
"description": "TODO description", "description": "TODO description",
"required": ["format_version", "minecraft:attachable"], "required": ["format_version", "minecraft:attachable"],
"properties": { "properties": {

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.resource.1.8.0.attachables", "$id": "blockception.minecraft.resource.1.8.0.attachables",
"type": "object", "type": "object",
"title": "Resourcepack Actor Animation 1.8.0", "title": "Actor Animation 1.8.0",
"description": "TODO description", "description": "TODO description",
"required": ["format_version", "minecraft:attachable"], "required": ["format_version", "minecraft:attachable"],
"properties": { "properties": {

View File

@@ -32,6 +32,11 @@
"Description": "UNDOCUMENTATED", "Description": "UNDOCUMENTATED",
"type": "boolean" "type": "boolean"
}, },
"remove_all_prior_fog": {
"title": "Remove All Prior Fog",
"Description": "UNDOCUMENTATED",
"type": "boolean"
},
"water_fog_color": { "$ref": "#/definitions/colorhex", "title": "Water Fog Color", "description": "The color of the water fog" }, "water_fog_color": { "$ref": "#/definitions/colorhex", "title": "Water Fog Color", "description": "The color of the water fog" },
"water_fog_distance": { "type": "integer", "title": "Water Fog Distance", "description": "The distance the water fog start at" }, "water_fog_distance": { "type": "integer", "title": "Water Fog Distance", "description": "The distance the water fog start at" },
"water_surface_color": { "$ref": "#/definitions/colorhex", "title": "Water Surface Color", "description": "The color of the water surface" }, "water_surface_color": { "$ref": "#/definitions/colorhex", "title": "Water Surface Color", "description": "The color of the water surface" },

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.resource.1.10.0.entity", "$id": "blockception.minecraft.resource.1.10.0.entity",
"type": "object", "type": "object",
"title": "Resourcepack Actor Animation 1.10.0", "title": "Actor Entity 1.10.0",
"description": "A client side entity definition", "description": "A client side entity definition",
"additionalProperties": false, "additionalProperties": false,
"required": ["format_version", "minecraft:client_entity"], "required": ["format_version", "minecraft:client_entity"],

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.resource.1.8.0.entity", "$id": "blockception.minecraft.resource.1.8.0.entity",
"type": "object", "type": "object",
"title": "Resourcepack Actor Animation 1.8.0", "title": "Actor Entity 1.8.0",
"description": "A client side entity definition", "description": "A client side entity definition",
"additionalProperties": false, "additionalProperties": false,
"required": ["format_version", "minecraft:client_entity"], "required": ["format_version", "minecraft:client_entity"],

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.resource.model.1.10.0", "$id": "blockception.minecraft.resource.model.1.10.0",
"type": "object", "type": "object",
"title": "Resourcepack Model Schema For 1.10.0", "title": "Model Schema For 1.10.0",
"description": "TODO description", "description": "TODO description",
"required": ["format_version"], "required": ["format_version"],
"properties": { "properties": {

View File

@@ -1,7 +1,7 @@
{ {
"$id": "blockception.minecraft.resource.model.1.8.0", "$id": "blockception.minecraft.resource.model.1.8.0",
"type": "object", "type": "object",
"title": "Resourcepack Model Schema For 1.8.0", "title": "Model Schema For 1.8.0",
"description": "TODO description", "description": "TODO description",
"required": ["format_version"], "required": ["format_version"],
"properties": { "properties": {