Adding dots to description
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"required": ["format_version", "minecraft:block"],
|
||||
"type": "object",
|
||||
"title": "Block Behavior",
|
||||
"description": "The minecraft block behavior specification",
|
||||
"description": "The minecraft block behavior specification.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"format_version": { "$ref": "../../general/format_version.json" },
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"additionalProperties": false,
|
||||
"type": "string",
|
||||
"title": "Breathability",
|
||||
"description": "Property describing the breathability of the block, and whether it's treated as a solid block or a block of air",
|
||||
"description": "Property describing the breathability of the block, and whether it's treated as a solid block or a block of air.",
|
||||
"enum": ["solid", "air"],
|
||||
"default": "solid"
|
||||
}
|
||||
|
||||
@@ -11,23 +11,23 @@
|
||||
"origin": {
|
||||
"type": "array",
|
||||
"title": "Origin",
|
||||
"description": "Minimal position Bounds of the collision box",
|
||||
"description": "Minimal position Bounds of the collision box.",
|
||||
"default": [-8.0, 0.0, -8.0],
|
||||
"items": [
|
||||
{ "type": "number", "title": "X", "description": "The x offset" },
|
||||
{ "type": "number", "title": "Y", "description": "The y offset" },
|
||||
{ "type": "number", "title": "Z", "description": "The z offset" }
|
||||
{ "type": "number", "title": "X", "description": "The x offset." },
|
||||
{ "type": "number", "title": "Y", "description": "The y offset." },
|
||||
{ "type": "number", "title": "Z", "description": "The z offset." }
|
||||
]
|
||||
},
|
||||
"size": {
|
||||
"type": "array",
|
||||
"title": "Size",
|
||||
"description": "Size of each side of the box of the component",
|
||||
"description": "Size of each side of the box of the component.",
|
||||
"default": [16.0, 16.0, 16.0],
|
||||
"items": [
|
||||
{ "type": "number", "title": "X", "description": "The x size" },
|
||||
{ "type": "number", "title": "Y", "description": "The y size" },
|
||||
{ "type": "number", "title": "Z", "description": "The z size" }
|
||||
{ "type": "number", "title": "X", "description": "The x size." },
|
||||
{ "type": "number", "title": "Y", "description": "The y size." },
|
||||
{ "type": "number", "title": "Z", "description": "The z size." }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
"additionalProperties": false,
|
||||
"type": "boolean",
|
||||
"title": "Immovable",
|
||||
"description": "An Immovable block cannot be pushed by pistons"
|
||||
"description": "An Immovable block cannot be pushed by pistons."
|
||||
}
|
||||
|
||||
@@ -6,29 +6,29 @@
|
||||
"definitions": {
|
||||
"material_instance": {
|
||||
"title": "Material Instance",
|
||||
"description": "A single material instance",
|
||||
"description": "A single material instance.",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"ambient_occlusion": {
|
||||
"title": "Ambient Occlusion",
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"face_dimming": {
|
||||
"title": "Face Dimming",
|
||||
"type": "boolean",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
},
|
||||
"render_method": {
|
||||
"type": "string",
|
||||
"title": "Render Method",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"enum": ["blend", "opaque", "alpha_test"]
|
||||
},
|
||||
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
"texture": { "type": "string", "title": "Texture", "description": "UNDOCUMENTED.", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
"$id": "blockception.minecraft.behavior.blocks.minecraft.onlypistonpush",
|
||||
"type": "boolean",
|
||||
"title": "Only Piston Push",
|
||||
"description": "Blocks with those components won't stick to stickyPistons"
|
||||
"description": "Blocks with those components won't stick to stickyPistons."
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.blocks.minecraft.pick_collision",
|
||||
"title": "Pick Collision",
|
||||
"description": "Can only be set to false, it disables the collision of the block with entities",
|
||||
"description": "Can only be set to false, it disables the collision of the block with entities.",
|
||||
"oneOf": [
|
||||
{ "type": "boolean", "const": false },
|
||||
{
|
||||
@@ -11,23 +11,23 @@
|
||||
"origin": {
|
||||
"type": "array",
|
||||
"title": "Origin",
|
||||
"description": "Minimal position Bounds of the collision box",
|
||||
"description": "Minimal position Bounds of the collision box.",
|
||||
"default": [-8.0, 0.0, -8.0],
|
||||
"items": [
|
||||
{ "type": "number", "title": "X", "description": "The x offset" },
|
||||
{ "type": "number", "title": "Y", "description": "The y offset" },
|
||||
{ "type": "number", "title": "Z", "description": "The z offset" }
|
||||
{ "type": "number", "title": "X", "description": "The x offset." },
|
||||
{ "type": "number", "title": "Y", "description": "The y offset." },
|
||||
{ "type": "number", "title": "Z", "description": "The z offset." }
|
||||
]
|
||||
},
|
||||
"size": {
|
||||
"type": "array",
|
||||
"title": "Size",
|
||||
"description": "Size of each side of the box of the component",
|
||||
"description": "Size of each side of the box of the component.",
|
||||
"default": [16.0, 16.0, 16.0],
|
||||
"items": [
|
||||
{ "type": "number", "title": "X", "description": "The x size" },
|
||||
{ "type": "number", "title": "Y", "description": "The y size" },
|
||||
{ "type": "number", "title": "Z", "description": "The z size" }
|
||||
{ "type": "number", "title": "X", "description": "The x size." },
|
||||
{ "type": "number", "title": "Y", "description": "The y size." },
|
||||
{ "type": "number", "title": "Z", "description": "The z size." }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,33 +1,33 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.blocks.minecraft.placement_filter",
|
||||
"title": "Placement Filter",
|
||||
"description": "Sets rules for under what conditions the block can be placed/survive",
|
||||
"description": "Sets rules for under what conditions the block can be placed/survive.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"conditions": {
|
||||
"title": "Conditions",
|
||||
"description": "List of conditions where the block can be placed/survive",
|
||||
"description": "List of conditions where the block can be placed/survive.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"title": "Condition",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"properties": {
|
||||
"allowed_faces": {
|
||||
"title": "Allowed Faces",
|
||||
"description": "List of any of the following strings: up, down, north, south, east, west, side, all",
|
||||
"description": "List of any of the following strings: up, down, north, south, east, west, side, all.",
|
||||
"type": "array",
|
||||
"items": { "type": "string", "enum": ["up", "down", "north", "south", "east", "west", "side", "all"] }
|
||||
},
|
||||
"block_filter": {
|
||||
"title": "Block Filter",
|
||||
"description": "List of blocks (can use tags to specify them) that this block can be placed against in the allowed_faces direction",
|
||||
"description": "List of blocks (can use tags to specify them) that this block can be placed against in the allowed_faces direction.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"title": "Block Identifier",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.blocks.minecraft.preventsjumping",
|
||||
"title": "Prevents Jumping",
|
||||
"description": "This component makes it so actors can't jump when walking on this block",
|
||||
"description": "This component makes it so actors can't jump when walking on this block.",
|
||||
"type": "boolean"
|
||||
}
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.blocks.minecraft.random_ticking",
|
||||
"title": "Random Ticking",
|
||||
"description": "Describes the component that will trigger an even at a regular interval between two values",
|
||||
"description": "Describes the component that will trigger an even at a regular interval between two values.",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"on_tick": {
|
||||
"title": "On Tick",
|
||||
"description": "Describes the component that will trigger an even at a regular interval between two values",
|
||||
"description": "Describes the component that will trigger an even at a regular interval between two values.",
|
||||
"type": "string",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
@@ -27,7 +27,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"looping": { "type": "boolean", "default": true, "description": "Does the event loop", "title": "Looping" },
|
||||
"looping": { "type": "boolean", "default": true, "description": "Does the event loop.", "title": "Looping" },
|
||||
"range": {
|
||||
"type": "array",
|
||||
"default": [10, 10],
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.blocks.minecraft.ticking",
|
||||
"title": "Ticking",
|
||||
"description": "Describes the component that will trigger an even at a regular interval between two values",
|
||||
"description": "Describes the component that will trigger an even at a regular interval between two values.",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"looping": { "type": "boolean", "title": "Looping", "description": "Does the event loop" },
|
||||
"looping": { "type": "boolean", "title": "Looping", "description": "Does the event loop." },
|
||||
"range": {
|
||||
"title": "Range",
|
||||
"description": "The Range between which the component will trigger his event.",
|
||||
@@ -15,7 +15,7 @@
|
||||
"on_tick": {
|
||||
"type": "object",
|
||||
"title": "On Tick",
|
||||
"description": "Describes the component that will trigger an even at a regular interval between two values",
|
||||
"description": "Describes the component that will trigger an even at a regular interval between two values.",
|
||||
"condition": { "title": "Condition", "type": "string", "description": "The condition of event to be executed on the block. Molang" },
|
||||
"event": { "title": "Event", "type": "string", "description": "The type of event executed on the block." },
|
||||
"target": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.block.events",
|
||||
"title": "Events",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
@@ -16,7 +16,7 @@
|
||||
"definitions": {
|
||||
"event_base": {
|
||||
"title": "Event",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.behavior.block.events.set_block_property",
|
||||
"type": "object",
|
||||
"description": "Sets a block property on this block",
|
||||
"description": "Sets a block property on this block.",
|
||||
"title": "Set Block Property",
|
||||
"additionalProperties": false,
|
||||
"properties": { "property": { "type": "string", "description": "Block property to set on the block.", "title": "Property" } }
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"description": "Transforms item into another item.",
|
||||
"title": "Transform Item",
|
||||
"additionalProperties": false,
|
||||
"properties": { "transform": { "type": "string", "description": "Name of the item it should transform into", "title": "Transform" } }
|
||||
"properties": { "transform": { "type": "string", "description": "Name of the item it should transform into.", "title": "Transform" } }
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "blockception.minecraft.behavior.blocks",
|
||||
"title": "Block Definitions",
|
||||
"description": "A custom block definition",
|
||||
"description": "A custom block definition.",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["description", "components"],
|
||||
@@ -10,7 +10,7 @@
|
||||
"components_ref": {
|
||||
"type": "object",
|
||||
"title": "Component",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
@@ -53,7 +53,7 @@
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Block Description",
|
||||
"description": "The description for this block",
|
||||
"description": "The description for this block.",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["identifier"],
|
||||
@@ -78,19 +78,19 @@
|
||||
},
|
||||
"properties": {
|
||||
"title": "Properties",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"propertyNames": { "pattern": "^([a-zA-Z0-9_]+:[a-zA-Z0-9_\\-]+)$" },
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"title": "Property",
|
||||
"description": "A block property",
|
||||
"description": "A block property.",
|
||||
"oneOf": [
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"title": "Property Value",
|
||||
"description": "The value of this property",
|
||||
"description": "The value of this property.",
|
||||
"anyOf": [{ "type": "boolean" }, { "type": "number" }, { "type": "integer" }, { "type": "string" }]
|
||||
}
|
||||
},
|
||||
@@ -109,18 +109,18 @@
|
||||
"permutations": {
|
||||
"type": "array",
|
||||
"title": "Permutations",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"items": {
|
||||
"title": "Permutation",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"condition": {
|
||||
"title": "Condition",
|
||||
"description": "UNDOCUMENTED",
|
||||
"description": "UNDOCUMENTED.",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"$ref": "../../../molang/string.json"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user