From fdcb3f2b7062613d57ce5571b9dc762b3ef4340b Mon Sep 17 00:00:00 2001 From: Misode Date: Wed, 27 Nov 2024 21:21:52 +0100 Subject: [PATCH] Fix #638 move minVersion from model to equipment --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index ec973c1e..e7d1a08c 100644 --- a/src/config.json +++ b/src/config.json @@ -564,7 +564,6 @@ "url": "assets/model", "path": "models", "tags": ["assets"], - "minVersion": "1.21.4", "wiki": "https://minecraft.wiki/w/Model#Item_models" }, { @@ -572,6 +571,7 @@ "url": "assets/equipment", "path": "equipment", "tags": ["assets"], + "minVersion": "1.21.4", "wiki": "https://minecraft.wiki/w/Model#Equipment_models" }, {