UPdated
This commit is contained in:
@@ -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" } } }
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user