From 14fc2f76599961ca3bd18b0efeeca7b3479e6038 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 2 Mar 2021 06:47:57 -0800 Subject: More item aliases Remove duplicate thread from tailored maid dresses --- armor.json | 2 ++ recipes.json | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/armor.json b/armor.json index acff405..d54d654 100644 --- a/armor.json +++ b/armor.json @@ -417,6 +417,7 @@ }, { "id": "kawaii_shoes_hi", + "looks_like": "kawaii_dress_shoes", "type": "ARMOR", "category": "armor", "name": { "str": "pair of survivor maid shoes" }, @@ -456,6 +457,7 @@ }, { "id": "kawaii_boots_hi", + "looks_like": "kawaii_boots", "type": "ARMOR", "category": "armor", "name": { "str": "pair of survivor maid boots" }, diff --git a/recipes.json b/recipes.json index 605af1e..58a824a 100644 --- a/recipes.json +++ b/recipes.json @@ -24,7 +24,6 @@ "components": [ [ [ "maid_dress" , 1] ], [ [ "rag" , 20 ] ], - [ [ "thread", 30 ] ], [ [ "plastic_chunk" , 6 ] ], [ [ "leather" , 12 ] ] ] @@ -757,7 +756,6 @@ "components": [ [ [ "kawaii_maid_dress" , 1] ], [ [ "rag" , 20 ] ], - [ [ "thread", 30 ] ], [ [ "plastic_chunk" , 6 ] ], [ [ "leather" , 12 ] ] ] -- cgit v1.2.1