From aadd51c39aa9377eb143df1667a69cea9fce059b Mon Sep 17 00:00:00 2001 From: BevapDin Date: Thu, 19 Dec 2019 21:47:40 +0100 Subject: [PATCH] Replace reference to migrated items with their migrated name. Seed the migration.json file. --- data/mods/realguns/item_groups.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/mods/realguns/item_groups.json b/data/mods/realguns/item_groups.json index 3b0b4667fe50d..0281f6ec0e67d 100644 --- a/data/mods/realguns/item_groups.json +++ b/data/mods/realguns/item_groups.json @@ -12,7 +12,7 @@ { "id": "guns_pistol_obscure", "type": "item_group", - "items": [ [ "m1991a1_38super", 150 ] ] + "items": [ [ "m1911a1_38super", 150 ] ] }, { "id": "guns_rifle_rare", @@ -38,6 +38,6 @@ { "id": "mags_obscure", "type": "item_group", - "items": [ [ "m1991_38smag", 10 ] ] + "items": [ [ "m1911mag_10rd_38super", 10 ] ] } ]