From f3852f49ff36417d63c347b4c67c84938b7ebe07 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 10 Aug 2020 01:21:01 -0700 Subject: Reorder flechette recipe to make it more clear it uses flechettes in place of lead --- json/recipes/weapons/ammo/rivtech.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/recipes/weapons/ammo/rivtech.json b/json/recipes/weapons/ammo/rivtech.json index 7945898..8677d16 100644 --- a/json/recipes/weapons/ammo/rivtech.json +++ b/json/recipes/weapons/ammo/rivtech.json @@ -146,10 +146,10 @@ "using": [ [ "bullet_forming", 10 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], "components": [ + [ [ "combatnail", 10 ] ], [ [ "20x66_mold", 1 ] ], [ [ "shotgun_primer", 1 ] ], - [ [ "gunpowder", 6 ], [ "gunpowder_shotgun", 6 ] ], - [ [ "combatnail", 10 ] ] + [ [ "gunpowder", 6 ], [ "gunpowder_shotgun", 6 ] ] ] }, { -- cgit v1.2.1