From f75f36a2c5ca0294c289cbddf901f2c9e632bed9 Mon Sep 17 00:00:00 2001 From: Tadabito Date: Tue, 2 Mar 2021 10:31:21 +0000 Subject: [PATCH] update cloth item tag to fix panic during crafting --- assets/common/items/tag_examples/cloth_item.ron | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/common/items/tag_examples/cloth_item.ron b/assets/common/items/tag_examples/cloth_item.ron index 5dfac4ce75..c1580a7cda 100644 --- a/assets/common/items/tag_examples/cloth_item.ron +++ b/assets/common/items/tag_examples/cloth_item.ron @@ -6,7 +6,8 @@ ItemDef( "common.items.armor.cloth_blue.foot", "common.items.armor.cloth_blue.hand", "common.items.armor.cloth_blue.pants", - "common.items.armor.cloth_blue.shoulder", + "common.items.armor.cloth_blue.shoulder_0", + "common.items.armor.cloth_blue.shoulder_1", "common.items.armor.cloth_green.foot", "common.items.armor.cloth_green.hand", "common.items.armor.cloth_green.pants",