diff --git a/data/json/itemgroups/mall_item_groups.json b/data/json/itemgroups/mall_item_groups.json index f97131388519a..bc54a0e61efcc 100644 --- a/data/json/itemgroups/mall_item_groups.json +++ b/data/json/itemgroups/mall_item_groups.json @@ -166,7 +166,10 @@ [ "backpack_leather", 7 ], [ "pants_leather", 20 ], [ "bikini_top_leather", 20 ], - [ "jacket_leather", 5 ] + [ "jacket_leather", 5 ], + [ "horse_tack", 5 ], + [ "yoke_harness", 5 ], + [ "reins_tackle", 5 ] ] }, { diff --git a/data/json/itemgroups/misc.json b/data/json/itemgroups/misc.json index 690a78a1a51e5..7a6f43da0627c 100644 --- a/data/json/itemgroups/misc.json +++ b/data/json/itemgroups/misc.json @@ -147,6 +147,6 @@ "id": "horse_gear", "type": "item_group", "//": "Horse vehicle items", - "items": [ [ "horse_tack", 50 ], [ "yoke_harness", 50 ] ] + "items": [ [ "horse_tack", 50 ], [ "yoke_harness", 50 ], [ "reins_tackle", 50 ] ] } ]