Updated
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.animation_controller1.10.0",
|
||||
"type": "object",
|
||||
"title": "Resourcepack Animation Controller 1.10.0",
|
||||
"title": "Animation Controller 1.10.0",
|
||||
"description": "TODO description",
|
||||
"definitions": {
|
||||
"animationspec": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.animation_controller1.8.0",
|
||||
"type": "object",
|
||||
"title": "Resourcepack Animation Controller 1.8.0",
|
||||
"title": "Animation Controller 1.8.0",
|
||||
"description": "TODO description",
|
||||
"definitions": {
|
||||
"animationspec": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.1.10.0.actor_animation",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Resourcepack Actor Animation 1.10.0",
|
||||
"title": "Actor Animation 1.10.0",
|
||||
"description": "TODO description",
|
||||
"definitions": {
|
||||
"ParticleEffect": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"$id": "blockception.minecraft.resource.1.8.0.actor_animation",
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"title": "Resourcepack Actor Animation 1.8.0",
|
||||
"title": "Actor Animation 1.8.0",
|
||||
"description": "TODO description",
|
||||
"definitions": {
|
||||
"ParticleEffect": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.1.10.0.attachables",
|
||||
"type": "object",
|
||||
"title": "Resourcepack Actor Animation 1.10.0",
|
||||
"title": "Actor Animation 1.10.0",
|
||||
"description": "TODO description",
|
||||
"required": ["format_version", "minecraft:attachable"],
|
||||
"properties": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.1.8.0.attachables",
|
||||
"type": "object",
|
||||
"title": "Resourcepack Actor Animation 1.8.0",
|
||||
"title": "Actor Animation 1.8.0",
|
||||
"description": "TODO description",
|
||||
"required": ["format_version", "minecraft:attachable"],
|
||||
"properties": {
|
||||
|
||||
@@ -32,6 +32,11 @@
|
||||
"Description": "UNDOCUMENTATED",
|
||||
"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_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" },
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.1.10.0.entity",
|
||||
"type": "object",
|
||||
"title": "Resourcepack Actor Animation 1.10.0",
|
||||
"title": "Actor Entity 1.10.0",
|
||||
"description": "A client side entity definition",
|
||||
"additionalProperties": false,
|
||||
"required": ["format_version", "minecraft:client_entity"],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.1.8.0.entity",
|
||||
"type": "object",
|
||||
"title": "Resourcepack Actor Animation 1.8.0",
|
||||
"title": "Actor Entity 1.8.0",
|
||||
"description": "A client side entity definition",
|
||||
"additionalProperties": false,
|
||||
"required": ["format_version", "minecraft:client_entity"],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.model.1.10.0",
|
||||
"type": "object",
|
||||
"title": "Resourcepack Model Schema For 1.10.0",
|
||||
"title": "Model Schema For 1.10.0",
|
||||
"description": "TODO description",
|
||||
"required": ["format_version"],
|
||||
"properties": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$id": "blockception.minecraft.resource.model.1.8.0",
|
||||
"type": "object",
|
||||
"title": "Resourcepack Model Schema For 1.8.0",
|
||||
"title": "Model Schema For 1.8.0",
|
||||
"description": "TODO description",
|
||||
"required": ["format_version"],
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user