This commit is contained in:
DaanV2
2021-03-21 15:18:38 +01:00
parent d3298267bc
commit 698ee42623
960 changed files with 5960 additions and 22946 deletions

View File

@@ -2,18 +2,14 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "blockception.minecraft.resource.particle.1.10.0.particle_appearance_billboard",
"type": "object",
"title": "The particle appearance billboard component for 1.10.0",
"title": "Particle Appearance Billboard Component For 1.10.0",
"additionalProperties": false,
"properties": {
"size": {
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": {
"$ref": "../../../../molang/1.8.0/number.json",
"description": "TODO description: size",
"title": "Size"
},
"items": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: size", "title": "Size" },
"description": "TODO description: size",
"title": "Size"
},
@@ -27,16 +23,8 @@
"additionalProperties": false,
"type": "object",
"properties": {
"texture_width": {
"type": "integer",
"description": "TODO description: texture width",
"title": "Texture Width"
},
"texture_height": {
"type": "integer",
"description": "TODO description: texture height",
"title": "Texture Height"
},
"texture_width": { "type": "integer", "description": "TODO description: texture width", "title": "Texture Width" },
"texture_height": { "type": "integer", "description": "TODO description: texture height", "title": "Texture Height" },
"flipbook": {
"additionalProperties": false,
"type": "object",
@@ -46,11 +34,7 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": {
"$ref": "../../../../molang/1.8.0/number.json",
"description": "TODO description: base UV",
"title": "Base U V"
},
"items": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: base UV", "title": "Base U V" },
"description": "TODO description: base UV",
"title": "Base U V"
},
@@ -58,11 +42,7 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": {
"$ref": "../../../../molang/1.8.0/number.json",
"description": "TODO description: size UV",
"title": "Size U V"
},
"items": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: size UV", "title": "Size U V" },
"description": "TODO description: size UV",
"title": "Size U V"
},
@@ -70,34 +50,14 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": {
"$ref": "../../../../molang/1.8.0/number.json",
"description": "TODO description: step UV",
"title": "Step U V"
},
"items": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: step UV", "title": "Step U V" },
"description": "TODO description: step UV",
"title": "Step U V"
},
"frames_per_second": {
"$ref": "../../../../molang/1.8.0/number.json",
"description": "TODO description: frames per second",
"title": "Frames Per Second"
},
"max_frame": {
"$ref": "../../../../molang/1.8.0/number.json",
"description": "TODO description: max frame",
"title": "Max Frame"
},
"stretch_to_lifetime": {
"type": "boolean",
"description": "TODO description: stretch to lifetime",
"title": "Stretch To Lifetime"
},
"loop": {
"type": "boolean",
"description": "TODO description: loop",
"title": "Loop"
}
"frames_per_second": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: frames per second", "title": "Frames Per Second" },
"max_frame": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: max frame", "title": "Max Frame" },
"stretch_to_lifetime": { "type": "boolean", "description": "TODO description: stretch to lifetime", "title": "Stretch To Lifetime" },
"loop": { "type": "boolean", "description": "TODO description: loop", "title": "Loop" }
},
"description": "TODO description: flipbook",
"title": "Flipbook"
@@ -106,11 +66,7 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": {
"$ref": "../../../../molang/1.8.0/number.json",
"description": "TODO description: uv",
"title": "Uv"
},
"items": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: uv", "title": "Uv" },
"description": "TODO description: uv",
"title": "Uv"
},
@@ -118,11 +74,7 @@
"type": "array",
"minItems": 2,
"maxItems": 2,
"items": {
"$ref": "../../../../molang/1.8.0/number.json",
"description": "TODO description: uv size",
"title": "Uv Size"
},
"items": { "$ref": "../../../../molang/1.8.0/number.json", "description": "TODO description: uv size", "title": "Uv Size" },
"description": "TODO description: uv size",
"title": "Uv Size"
}