diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 4825eca02d..48e859fb98 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -320,6 +320,7 @@ - NFEngineeringBoards # Frontier - NFMedicalBoards # Frontier - NFServiceBoards # Frontier + - LuaShipCpuTechnology # Lua - type: EmagLatheRecipes emagDynamicPacks: [] # Frontier: empty list # - SecurityBoards # Frontier diff --git a/Resources/Prototypes/_Lua/Recipes/Lathes/Packs/ship_cpu_boards.yml b/Resources/Prototypes/_Lua/Recipes/Lathes/Packs/ship_cpu_boards.yml new file mode 100644 index 0000000000..2ae7f4d10a --- /dev/null +++ b/Resources/Prototypes/_Lua/Recipes/Lathes/Packs/ship_cpu_boards.yml @@ -0,0 +1,10 @@ +# LuaWorld - This file is licensed under AGPLv3 +# Copyright (c) 2026 LuaWorld Contributors +# See AGPLv3.txt for details. + +- type: latheRecipePack + id: LuaShipCpuTechnology + recipes: + - ShipCpuSmallMachineCircuitboard + - ShipCpuMediumMachineCircuitboard + - ShipCpuLargeMachineCircuitboard \ No newline at end of file