From 24e6cba9507f1954dfc8cc2fc4f94e1f5c6f6795 Mon Sep 17 00:00:00 2001 From: Xterionix <72647213+Xterionix@users.noreply.github.com> Date: Sat, 25 May 2024 20:01:35 +0500 Subject: [PATCH] Remove random ":" (#289) --- source/behavior/entities/format/components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/components.json b/source/behavior/entities/format/components.json index ecaa6788..3999cd17 100644 --- a/source/behavior/entities/format/components.json +++ b/source/behavior/entities/format/components.json @@ -6,7 +6,7 @@ "description": "A collection of components.", "required": [], "properties": { - "minecraft:absorption:": { "$ref": "./components/attribute.json" }, + "minecraft:absorption": { "$ref": "./components/attribute.json" }, "minecraft:addrider": { "$ref": "./components/addrider.json" }, "minecraft:admire_item": { "$ref": "./components/admire_item.json" }, "minecraft:ageable": { "$ref": "./components/ageable.json" },