auto: Formatted json files
This commit is contained in:
@@ -1,196 +1,196 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.1.10.0.attachables",
|
||||
"type": "object",
|
||||
"title": "Resourcepack Actor Animation 1.10.0",
|
||||
"description": "TODO description",
|
||||
"required": ["format_version", "minecraft:attachable"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
"title": "1.10.0 Format Version",
|
||||
"type": "string",
|
||||
"pattern": "^(1.10.0|1.10)$",
|
||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
|
||||
},
|
||||
"minecraft:attachable": {
|
||||
"type": "object",
|
||||
"title": "Attachables",
|
||||
"description": "The attachables definition",
|
||||
"required": ["description"],
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"animations": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "A single animation reference", "title": "Animation" },
|
||||
"description": "The collection of animations references",
|
||||
"title": "Animations"
|
||||
},
|
||||
"animation_controllers": {
|
||||
"type": "array",
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string",
|
||||
"description": "A single Animation controller reference",
|
||||
"title": "Animation Controller Reference"
|
||||
},
|
||||
"description": "A collection of animation controller references",
|
||||
"title": "TODO"
|
||||
},
|
||||
"description": "The specification of animation controllers",
|
||||
"title": "Animation Controllers"
|
||||
},
|
||||
"enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" },
|
||||
"geometry": {
|
||||
"title": "Geometry",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "[a-zA-Z0-9_\\.\\-]+" },
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "A single geometry reference", "title": "Geometry" },
|
||||
"description": "The geometry specification"
|
||||
},
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "TODO description: identifier",
|
||||
"title": "Identifier",
|
||||
"$ref": "../../../general/item/identifier.json"
|
||||
},
|
||||
"item": {
|
||||
"type": "object",
|
||||
"title": "Item",
|
||||
"description": "TODO",
|
||||
"additionalProperties": { "type": "string", "title": "TODO", "description": "TODO" }
|
||||
},
|
||||
"materials": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "A single material reference", "title": "Material" },
|
||||
"description": "A collection of material references",
|
||||
"title": "Materials"
|
||||
},
|
||||
"min_engine_version": {
|
||||
"type": "string",
|
||||
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
|
||||
"description": "The minimum engine needed to use this",
|
||||
"title": "Min Engine Version"
|
||||
},
|
||||
"particle_effects": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "A single particle effect reference", "title": "Particle Effect" },
|
||||
"description": "A collection of particle effect references",
|
||||
"title": "Particle Effects"
|
||||
},
|
||||
"particle_emitters": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: particle emitters",
|
||||
"title": "Particle Emitters"
|
||||
},
|
||||
"render_controllers": {
|
||||
"type": "array",
|
||||
"description": "TODO description: render controllers",
|
||||
"title": "Render Controllers",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "TODO description: render controllers", "title": "Render Controllers" }
|
||||
},
|
||||
"scripts": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "TODO description: scripts",
|
||||
"title": "Scripts",
|
||||
"properties": {
|
||||
"animate": {
|
||||
"type": "array",
|
||||
"title": "Animate Schema",
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{ "type": "string", "description": "TODO description: oneOf[0]", "title": "TODO Title" },
|
||||
{
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: oneOf[1]",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
],
|
||||
"description": "TODO description: animate",
|
||||
"title": "Animate"
|
||||
},
|
||||
"description": "TODO description: animate"
|
||||
},
|
||||
"initialize": {
|
||||
"type": "array",
|
||||
"description": "TODO description: initialize",
|
||||
"title": "Initialize",
|
||||
"items": {
|
||||
"pattern": ";$",
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "TODO description: initialize",
|
||||
"title": "Initialize"
|
||||
}
|
||||
},
|
||||
"pre_animation": {
|
||||
"type": "array",
|
||||
"description": "TODO description: pre aninamtion",
|
||||
"title": "Pre Animation",
|
||||
"items": {
|
||||
"pattern": ";$",
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "TODO description: pre aninamtion",
|
||||
"title": "Pre Animation"
|
||||
}
|
||||
},
|
||||
"parent_setup": {
|
||||
"type": "string",
|
||||
"description": "TODO description: parent setup",
|
||||
"title": "Parent Setup",
|
||||
"$ref": "../../../molang/number.json"
|
||||
},
|
||||
"scale": { "type": "string", "description": "TODO description: scale", "title": "Scale", "$ref": "../../../molang/number.json" }
|
||||
}
|
||||
},
|
||||
"sound_effects": {
|
||||
"type": "array",
|
||||
"description": "TODO description: sound effects",
|
||||
"title": "Sound Effects",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "TODO description: sound effects", "title": "Sound Effects" }
|
||||
},
|
||||
"spawn_egg": {
|
||||
"type": "object",
|
||||
"description": "TODO description: spawn egg",
|
||||
"title": "Spawn Egg",
|
||||
"dependencies": {
|
||||
"texture": ["texture_index"],
|
||||
"texture_index": ["texture"],
|
||||
"base_colour": ["overlay_color"],
|
||||
"overlay_color": ["base_colour"]
|
||||
},
|
||||
"properties": {
|
||||
"base_colour": { "type": "string", "description": "TODO description: base colour", "title": "Base Colour" },
|
||||
"overlay_color": { "type": "string", "description": "TODO description: overlay color", "title": "Overlay Color" },
|
||||
"texture": { "type": "string", "description": "TODO description: texture", "title": "Texture" },
|
||||
"texture_index": { "type": "integer", "description": "TODO description: texture index", "title": "Texture Index" }
|
||||
}
|
||||
},
|
||||
"textures": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: textures",
|
||||
"title": "Textures"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: description"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.1.10.0.attachables",
|
||||
"type": "object",
|
||||
"title": "Resourcepack Actor Animation 1.10.0",
|
||||
"description": "TODO description",
|
||||
"required": ["format_version", "minecraft:attachable"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
"title": "1.10.0 Format Version",
|
||||
"type": "string",
|
||||
"pattern": "^(1.10.0|1.10)$",
|
||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
|
||||
},
|
||||
"minecraft:attachable": {
|
||||
"type": "object",
|
||||
"title": "Attachables",
|
||||
"description": "The attachables definition",
|
||||
"required": ["description"],
|
||||
"properties": {
|
||||
"description": {
|
||||
"title": "Description",
|
||||
"type": "object",
|
||||
"required": ["identifier"],
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"animations": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "A single animation reference", "title": "Animation" },
|
||||
"description": "The collection of animations references",
|
||||
"title": "Animations"
|
||||
},
|
||||
"animation_controllers": {
|
||||
"type": "array",
|
||||
"additionalProperties": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string",
|
||||
"description": "A single Animation controller reference",
|
||||
"title": "Animation Controller Reference"
|
||||
},
|
||||
"description": "A collection of animation controller references",
|
||||
"title": "TODO"
|
||||
},
|
||||
"description": "The specification of animation controllers",
|
||||
"title": "Animation Controllers"
|
||||
},
|
||||
"enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" },
|
||||
"geometry": {
|
||||
"title": "Geometry",
|
||||
"type": "object",
|
||||
"propertyNames": { "pattern": "[a-zA-Z0-9_\\.\\-]+" },
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "A single geometry reference", "title": "Geometry" },
|
||||
"description": "The geometry specification"
|
||||
},
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "TODO description: identifier",
|
||||
"title": "Identifier",
|
||||
"$ref": "../../../general/item/identifier.json"
|
||||
},
|
||||
"item": {
|
||||
"type": "object",
|
||||
"title": "Item",
|
||||
"description": "TODO",
|
||||
"additionalProperties": { "type": "string", "title": "TODO", "description": "TODO" }
|
||||
},
|
||||
"materials": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "A single material reference", "title": "Material" },
|
||||
"description": "A collection of material references",
|
||||
"title": "Materials"
|
||||
},
|
||||
"min_engine_version": {
|
||||
"type": "string",
|
||||
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
|
||||
"description": "The minimum engine needed to use this",
|
||||
"title": "Min Engine Version"
|
||||
},
|
||||
"particle_effects": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "A single particle effect reference", "title": "Particle Effect" },
|
||||
"description": "A collection of particle effect references",
|
||||
"title": "Particle Effects"
|
||||
},
|
||||
"particle_emitters": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: particle emitters",
|
||||
"title": "Particle Emitters"
|
||||
},
|
||||
"render_controllers": {
|
||||
"type": "array",
|
||||
"description": "TODO description: render controllers",
|
||||
"title": "Render Controllers",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "TODO description: render controllers", "title": "Render Controllers" }
|
||||
},
|
||||
"scripts": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "TODO description: scripts",
|
||||
"title": "Scripts",
|
||||
"properties": {
|
||||
"animate": {
|
||||
"type": "array",
|
||||
"title": "Animate Schema",
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{ "type": "string", "description": "TODO description: oneOf[0]", "title": "TODO Title" },
|
||||
{
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: oneOf[1]",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
],
|
||||
"description": "TODO description: animate",
|
||||
"title": "Animate"
|
||||
},
|
||||
"description": "TODO description: animate"
|
||||
},
|
||||
"initialize": {
|
||||
"type": "array",
|
||||
"description": "TODO description: initialize",
|
||||
"title": "Initialize",
|
||||
"items": {
|
||||
"pattern": ";$",
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "TODO description: initialize",
|
||||
"title": "Initialize"
|
||||
}
|
||||
},
|
||||
"pre_animation": {
|
||||
"type": "array",
|
||||
"description": "TODO description: pre aninamtion",
|
||||
"title": "Pre Animation",
|
||||
"items": {
|
||||
"pattern": ";$",
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "TODO description: pre aninamtion",
|
||||
"title": "Pre Animation"
|
||||
}
|
||||
},
|
||||
"parent_setup": {
|
||||
"type": "string",
|
||||
"description": "TODO description: parent setup",
|
||||
"title": "Parent Setup",
|
||||
"$ref": "../../../molang/number.json"
|
||||
},
|
||||
"scale": { "type": "string", "description": "TODO description: scale", "title": "Scale", "$ref": "../../../molang/number.json" }
|
||||
}
|
||||
},
|
||||
"sound_effects": {
|
||||
"type": "array",
|
||||
"description": "TODO description: sound effects",
|
||||
"title": "Sound Effects",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "TODO description: sound effects", "title": "Sound Effects" }
|
||||
},
|
||||
"spawn_egg": {
|
||||
"type": "object",
|
||||
"description": "TODO description: spawn egg",
|
||||
"title": "Spawn Egg",
|
||||
"dependencies": {
|
||||
"texture": ["texture_index"],
|
||||
"texture_index": ["texture"],
|
||||
"base_colour": ["overlay_color"],
|
||||
"overlay_color": ["base_colour"]
|
||||
},
|
||||
"properties": {
|
||||
"base_colour": { "type": "string", "description": "TODO description: base colour", "title": "Base Colour" },
|
||||
"overlay_color": { "type": "string", "description": "TODO description: overlay color", "title": "Overlay Color" },
|
||||
"texture": { "type": "string", "description": "TODO description: texture", "title": "Texture" },
|
||||
"texture_index": { "type": "integer", "description": "TODO description: texture index", "title": "Texture Index" }
|
||||
}
|
||||
},
|
||||
"textures": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: textures",
|
||||
"title": "Textures"
|
||||
}
|
||||
},
|
||||
"description": "TODO description: description"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -1,175 +1,175 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.1.8.0.attachables",
|
||||
"type": "object",
|
||||
"title": "Resourcepack Actor Animation 1.8.0",
|
||||
"description": "TODO description",
|
||||
"required": ["format_version", "minecraft:attachable"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
"title": "1.8.0 Format Version",
|
||||
"type": "string",
|
||||
"pattern": "^1.8.0$",
|
||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
|
||||
},
|
||||
"minecraft:attachable": {
|
||||
"type": "object",
|
||||
"title": "Attachables",
|
||||
"description": "The attachables definition for 1.8.0",
|
||||
"required": ["description"],
|
||||
"properties": {
|
||||
"description": {
|
||||
"additionalProperties": false,
|
||||
"title": "Description",
|
||||
"description": "TODO description: description",
|
||||
"type": "object",
|
||||
"required": ["identifier", "geometry"],
|
||||
"properties": {
|
||||
"animations": {
|
||||
"description": "The connecting of animations in animations controllers with the actuall animations, names should corosponds",
|
||||
"title": "Animations Schema",
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }
|
||||
},
|
||||
"animation_controllers": {
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"description": "TODO description: animation controllers",
|
||||
"title": "Animation Controllers",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: animation controllers",
|
||||
"title": "Animation Controllers"
|
||||
}
|
||||
},
|
||||
"enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" },
|
||||
"geometry": {
|
||||
"title": "Geometry",
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: geometry"
|
||||
},
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "TODO description: identifier",
|
||||
"title": "Identifier",
|
||||
"$ref": "../../../general/item/identifier.json"
|
||||
},
|
||||
"item": {
|
||||
"type": "object",
|
||||
"title": "Item",
|
||||
"description": "TODO",
|
||||
"additionalProperties": { "type": "string", "title": "TODO", "description": "TODO" }
|
||||
},
|
||||
"materials": {
|
||||
"type": "object",
|
||||
"description": "TODO description: materials",
|
||||
"title": "Materials",
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }
|
||||
},
|
||||
"min_engine_version": {
|
||||
"type": "string",
|
||||
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
|
||||
"description": "TODO description: min engine version",
|
||||
"title": "Min Engine Version"
|
||||
},
|
||||
"particle_effects": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: particle effects",
|
||||
"title": "Particle Effects"
|
||||
},
|
||||
"particle_emitters": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: particle emitters",
|
||||
"title": "Particle Emitters"
|
||||
},
|
||||
"render_controllers": {
|
||||
"type": "array",
|
||||
"description": "TODO description: render controllers",
|
||||
"title": "Render Controllers",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "TODO description: render controllers", "title": "Render Controllers" }
|
||||
},
|
||||
"sound_effects": {
|
||||
"type": "array",
|
||||
"description": "TODO description: sound effects",
|
||||
"title": "Sound Effects",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "TODO description: sound effects", "title": "Sound Effects" }
|
||||
},
|
||||
"spawn_egg": {
|
||||
"type": "object",
|
||||
"description": "TODO description: spawn egg",
|
||||
"title": "Spawn Egg",
|
||||
"dependencies": {
|
||||
"texture": ["texture_index"],
|
||||
"texture_index": ["texture"],
|
||||
"base_colour": ["overlay_color"],
|
||||
"overlay_color": ["base_colour"]
|
||||
},
|
||||
"properties": {
|
||||
"base_colour": { "type": "string", "description": "TODO description: base colour", "title": "Base Colour" },
|
||||
"overlay_color": { "type": "string", "description": "TODO description: overlay color", "title": "Overlay Color" },
|
||||
"texture": { "type": "string", "description": "TODO description: texture", "title": "Texture" },
|
||||
"texture_index": { "type": "integer", "description": "TODO description: texture index", "title": "Texture Index" }
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"pre_animation": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"pattern": ";$",
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "TODO description: pre aninamtion",
|
||||
"title": "Pre Animation"
|
||||
},
|
||||
"description": "TODO description: pre aninamtion",
|
||||
"title": "Pre Animation"
|
||||
},
|
||||
"scale": { "type": "string", "description": "TODO description: scale", "title": "Scale" },
|
||||
"animate": {
|
||||
"type": "array",
|
||||
"title": "Animate Schema",
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{ "type": "string", "description": "TODO description: oneOf[0]", "title": "TODO Title" },
|
||||
{
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: oneOf[1]",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
],
|
||||
"description": "TODO description: animate",
|
||||
"title": "Animate"
|
||||
},
|
||||
"description": "TODO description: animate"
|
||||
},
|
||||
"parent_setup": { "$ref": "../../../molang/number.json" }
|
||||
},
|
||||
"description": "TODO description: scripts",
|
||||
"title": "Scripts"
|
||||
},
|
||||
"textures": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: textures",
|
||||
"title": "Textures"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.1.8.0.attachables",
|
||||
"type": "object",
|
||||
"title": "Resourcepack Actor Animation 1.8.0",
|
||||
"description": "TODO description",
|
||||
"required": ["format_version", "minecraft:attachable"],
|
||||
"properties": {
|
||||
"format_version": {
|
||||
"title": "1.8.0 Format Version",
|
||||
"type": "string",
|
||||
"pattern": "^1.8.0$",
|
||||
"description": "A version that tells minecraft what type of data format can be expected when reading this file."
|
||||
},
|
||||
"minecraft:attachable": {
|
||||
"type": "object",
|
||||
"title": "Attachables",
|
||||
"description": "The attachables definition for 1.8.0",
|
||||
"required": ["description"],
|
||||
"properties": {
|
||||
"description": {
|
||||
"additionalProperties": false,
|
||||
"title": "Description",
|
||||
"description": "TODO description: description",
|
||||
"type": "object",
|
||||
"required": ["identifier", "geometry"],
|
||||
"properties": {
|
||||
"animations": {
|
||||
"description": "The connecting of animations in animations controllers with the actuall animations, names should corosponds",
|
||||
"title": "Animations Schema",
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }
|
||||
},
|
||||
"animation_controllers": {
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"description": "TODO description: animation controllers",
|
||||
"title": "Animation Controllers",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: animation controllers",
|
||||
"title": "Animation Controllers"
|
||||
}
|
||||
},
|
||||
"enable_attachables": { "type": "boolean", "description": "TODO description: enable attachables", "title": "Enable Attachables" },
|
||||
"geometry": {
|
||||
"title": "Geometry",
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: geometry"
|
||||
},
|
||||
"identifier": {
|
||||
"type": "string",
|
||||
"description": "TODO description: identifier",
|
||||
"title": "Identifier",
|
||||
"$ref": "../../../general/item/identifier.json"
|
||||
},
|
||||
"item": {
|
||||
"type": "object",
|
||||
"title": "Item",
|
||||
"description": "TODO",
|
||||
"additionalProperties": { "type": "string", "title": "TODO", "description": "TODO" }
|
||||
},
|
||||
"materials": {
|
||||
"type": "object",
|
||||
"description": "TODO description: materials",
|
||||
"title": "Materials",
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" }
|
||||
},
|
||||
"min_engine_version": {
|
||||
"type": "string",
|
||||
"pattern": "[0-9]+\\.[0-9]+\\.[0-9]+",
|
||||
"description": "TODO description: min engine version",
|
||||
"title": "Min Engine Version"
|
||||
},
|
||||
"particle_effects": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: particle effects",
|
||||
"title": "Particle Effects"
|
||||
},
|
||||
"particle_emitters": {
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: particle emitters",
|
||||
"title": "Particle Emitters"
|
||||
},
|
||||
"render_controllers": {
|
||||
"type": "array",
|
||||
"description": "TODO description: render controllers",
|
||||
"title": "Render Controllers",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "TODO description: render controllers", "title": "Render Controllers" }
|
||||
},
|
||||
"sound_effects": {
|
||||
"type": "array",
|
||||
"description": "TODO description: sound effects",
|
||||
"title": "Sound Effects",
|
||||
"minItems": 1,
|
||||
"items": { "type": "string", "description": "TODO description: sound effects", "title": "Sound Effects" }
|
||||
},
|
||||
"spawn_egg": {
|
||||
"type": "object",
|
||||
"description": "TODO description: spawn egg",
|
||||
"title": "Spawn Egg",
|
||||
"dependencies": {
|
||||
"texture": ["texture_index"],
|
||||
"texture_index": ["texture"],
|
||||
"base_colour": ["overlay_color"],
|
||||
"overlay_color": ["base_colour"]
|
||||
},
|
||||
"properties": {
|
||||
"base_colour": { "type": "string", "description": "TODO description: base colour", "title": "Base Colour" },
|
||||
"overlay_color": { "type": "string", "description": "TODO description: overlay color", "title": "Overlay Color" },
|
||||
"texture": { "type": "string", "description": "TODO description: texture", "title": "Texture" },
|
||||
"texture_index": { "type": "integer", "description": "TODO description: texture index", "title": "Texture Index" }
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"pre_animation": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"pattern": ";$",
|
||||
"$ref": "../../../molang/number.json",
|
||||
"description": "TODO description: pre aninamtion",
|
||||
"title": "Pre Animation"
|
||||
},
|
||||
"description": "TODO description: pre aninamtion",
|
||||
"title": "Pre Animation"
|
||||
},
|
||||
"scale": { "type": "string", "description": "TODO description: scale", "title": "Scale" },
|
||||
"animate": {
|
||||
"type": "array",
|
||||
"title": "Animate Schema",
|
||||
"items": {
|
||||
"oneOf": [
|
||||
{ "type": "string", "description": "TODO description: oneOf[0]", "title": "TODO Title" },
|
||||
{
|
||||
"type": "object",
|
||||
"minProperties": 1,
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: oneOf[1]",
|
||||
"title": "TODO Title"
|
||||
}
|
||||
],
|
||||
"description": "TODO description: animate",
|
||||
"title": "Animate"
|
||||
},
|
||||
"description": "TODO description: animate"
|
||||
},
|
||||
"parent_setup": { "$ref": "../../../molang/number.json" }
|
||||
},
|
||||
"description": "TODO description: scripts",
|
||||
"title": "Scripts"
|
||||
},
|
||||
"textures": {
|
||||
"type": "object",
|
||||
"additionalProperties": { "type": "string", "description": "TODO description: additionalProperties", "title": "TODO" },
|
||||
"description": "TODO description: textures",
|
||||
"title": "Textures"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
|
||||
@@ -1,24 +1,24 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.attachables",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"minecraft:attachable": {
|
||||
"description": {
|
||||
"identifier": "minecraft:item",
|
||||
"materials": { "default": "entity_alphatest", "enchanted": "entity_alphatest_glint" },
|
||||
"textures": { "default": "textures/items/item" },
|
||||
"geometry": { "default": "geometry.item" },
|
||||
"scripts": {},
|
||||
"render_controllers": ["controller.render.item"]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"allOf": [
|
||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.8.0" } } }, "then": { "$ref": "./1.8.0/attachables.json" } },
|
||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.10" } } }, "then": { "$ref": "./1.10.0/attachables.json" } },
|
||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.10.0" } } }, "then": { "$ref": "./1.10.0/attachables.json" } },
|
||||
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
|
||||
]
|
||||
}
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.attachables",
|
||||
"examples": [
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"minecraft:attachable": {
|
||||
"description": {
|
||||
"identifier": "minecraft:item",
|
||||
"materials": { "default": "entity_alphatest", "enchanted": "entity_alphatest_glint" },
|
||||
"textures": { "default": "textures/items/item" },
|
||||
"geometry": { "default": "geometry.item" },
|
||||
"scripts": {},
|
||||
"render_controllers": ["controller.render.item"]
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"allOf": [
|
||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.8.0" } } }, "then": { "$ref": "./1.8.0/attachables.json" } },
|
||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.10" } } }, "then": { "$ref": "./1.10.0/attachables.json" } },
|
||||
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.10.0" } } }, "then": { "$ref": "./1.10.0/attachables.json" } },
|
||||
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user