From 2d86972409b17095b03f110a78c54a224433c4bb Mon Sep 17 00:00:00 2001 From: Misode Date: Thu, 7 Nov 2024 06:47:22 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20default=20field=20to=20cus?= =?UTF-8?q?tom=5Fmodel=5Fdata=20tint=20source?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- java/assets/item_definition.mcdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/assets/item_definition.mcdoc b/java/assets/item_definition.mcdoc index 7bda08c..aebcbe2 100644 --- a/java/assets/item_definition.mcdoc +++ b/java/assets/item_definition.mcdoc @@ -116,6 +116,8 @@ dispatch minecraft:tint_source[map_color] to struct MapColorTint { dispatch minecraft:tint_source[custom_model_data] to struct CustomModelDataTint { /// The index of the `colors` list in the `custom_model_data` component. Defaults to 0. index?: int @ 0.., + /// Tint to apply when the `custom_model_data` component is not present, or when it doesn't have a color in the specified index. + default: RGB, }