From a3853b37909963bcd3de90b3b96fac5c15aea840 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Fri, 13 Aug 2021 20:04:43 +0200 Subject: [PATCH] UPdated --- source/behavior/entities/entities.json | 1 + .../items/1.16.200/components/minecraft.digger.json | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/source/behavior/entities/entities.json b/source/behavior/entities/entities.json index f7f1a55b..ce51ab58 100644 --- a/source/behavior/entities/entities.json +++ b/source/behavior/entities/entities.json @@ -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" } } } ] } diff --git a/source/behavior/items/1.16.200/components/minecraft.digger.json b/source/behavior/items/1.16.200/components/minecraft.digger.json index 69ef0fe0..6c9d45a4 100644 --- a/source/behavior/items/1.16.200/components/minecraft.digger.json +++ b/source/behavior/items/1.16.200/components/minecraft.digger.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",