From 1a2ed02eb2b3d2c1333baa7c31ce15b94c601746 Mon Sep 17 00:00:00 2001 From: curstwist <39442864+curstwist@users.noreply.github.com> Date: Wed, 29 Jan 2020 19:24:04 -0500 Subject: [PATCH] let reins_tackle spawn --- data/json/itemgroups/mall_item_groups.json | 5 ++++- data/json/itemgroups/misc.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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 ] ] } ]