turret recipes k2

This commit is contained in:
Brevven 2021-03-13 02:45:17 -08:00
parent 15727f1d47
commit 9ae0f70a9b
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,7 @@ Date: 2021-03-11
Features: Features:
- VTK Cannon Turret recipes - VTK Cannon Turret recipes
- Vanilla Flamethrower and Artillery Turret recipes - Vanilla Flamethrower and Artillery Turret recipes
- K2 Turret recipes
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.3.2 Version: 0.3.2
Date: 2021-03-11 Date: 2021-03-11

View file

@ -26,7 +26,9 @@ end
-- Krastorio 2 changes -- Krastorio 2 changes
if mods["Krastorio2"] then if mods["Krastorio2"] then
-- todo util.add_ingredient("kr-laser-artillery-turret", "lead-plate", 10)
util.add_ingredient("kr-railgun-turret", "lead-plate", 10)
util.add_ingredient("kr-rocket-turret", "lead-plate", 10)
end end
if mods["WeaponPack"] then if mods["WeaponPack"] then