This commit is contained in:
DaanV2
2021-08-13 20:04:43 +02:00
parent ab84c00b91
commit a3853b3790
2 changed files with 7 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.14.0" } } }, "then": { "$ref": "./1.14.0/entities.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.16.0" } } }, "then": { "$ref": "./1.16.0/entities.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.16.100" } } }, "then": { "$ref": "./1.16.100/entities.json" } },
{ "if": { "properties": { "format_version": { "type": "string", "const": "1.17.0" } } }, "then": { "$ref": "./1.16.100/entities.json" } },
{ "properties": { "format_version": { "$ref": "../../general/format_version.json" } } }
]
}

View File

@@ -6,7 +6,12 @@
"additionalProperties": false,
"required": ["destroy_speeds"],
"properties": {
"use_efficiency": { "title": "Use Efficiency", "type": "boolean", "description": "Use efficiency? Default is set to false.", "default": "false" },
"use_efficiency": {
"title": "Use Efficiency",
"type": "boolean",
"description": "Toggles if the item will be used efficiently",
"default": false
},
"destroy_speeds": {
"type": "array",
"title": "Destroy Speeds",