From e2b33ca8b5ef9e9ac40d19c268cf55caef0999b3 Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Sat, 9 Nov 2024 12:15:06 +0100 Subject: [PATCH] modelMetaData - Add missing part to dragon & add comment --- PCK-Studio/Resources/model/modelMetaData.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PCK-Studio/Resources/model/modelMetaData.json b/PCK-Studio/Resources/model/modelMetaData.json index 19ce9591..704a75af 100644 --- a/PCK-Studio/Resources/model/modelMetaData.json +++ b/PCK-Studio/Resources/model/modelMetaData.json @@ -99,6 +99,10 @@ ], "parts": [ { "name": "body" }, + // only needs to be inside when neck 1-5 aren't present + { "name": "neck" }, + + // neck 1-5 & tail 1-12 are not required to be inside the model { "name": "neck1" }, { "name": "neck2" }, { "name": "neck3" },