From 58a3390c905f3b4015f1dbb9225252139b34705d Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 3 Jun 2021 12:55:35 -0700 Subject: Convert recipes from rdx to composition_b Add recipe for making composition_b --- json/recipes/weapons/explosive.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'json/recipes/weapons/explosive.json') diff --git a/json/recipes/weapons/explosive.json b/json/recipes/weapons/explosive.json index 8fa27b9..6c86e8c 100644 --- a/json/recipes/weapons/explosive.json +++ b/json/recipes/weapons/explosive.json @@ -126,7 +126,7 @@ "components": [ [ [ "pilot_light", 1 ] ], [ [ "sheet_metal_small", 6 ] ], - [ [ "chem_rdx", 200 ] ], + [ [ "chem_compositionb", 200 ] ], [ [ "canister_empty", 1 ] ] ] }, @@ -182,7 +182,7 @@ "tools": [ [ [ "mold_plastic", -1 ] ], [ [ "hotplate", 50 ], [ "toolset", 50 ] ] ], "components": [ [ [ "pilot_light", 1 ] ], - [ [ "chem_rdx", 1500 ] ], + [ [ "chem_compositionb", 1500 ] ], [ [ "plastic_chunk", 1 ] ], [ [ "lamp_oil", 100 ], [ "motor_oil", 100 ] ] ] -- cgit v1.2.1