From f8e30d8cd67cc019d8a05c3ca194091655a9cc92 Mon Sep 17 00:00:00 2001 From: TheZuTi Date: Wed, 25 Mar 2026 15:21:48 +0200 Subject: [PATCH 1/3] fix --- .../Prototypes/Entities/Structures/Machines/lathe.yml | 1 + .../_Lua/Recipes/Lathes/Packs/ship_cpu_boards.yml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 Resources/Prototypes/_Lua/Recipes/Lathes/Packs/ship_cpu_boards.yml 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 From ed577518a63187a2fd0826f52a3ed2635436883b Mon Sep 17 00:00:00 2001 From: TheZuTi Date: Wed, 25 Mar 2026 15:23:16 +0200 Subject: [PATCH 2/3] sss --- .../Prototypes/Entities/Structures/Machines/lathe.yml | 1 - .../_Lua/Recipes/Lathes/Packs/ship_cpu_boards.yml | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 Resources/Prototypes/_Lua/Recipes/Lathes/Packs/ship_cpu_boards.yml diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 48e859fb98..4825eca02d 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -320,7 +320,6 @@ - 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 deleted file mode 100644 index 2ae7f4d10a..0000000000 --- a/Resources/Prototypes/_Lua/Recipes/Lathes/Packs/ship_cpu_boards.yml +++ /dev/null @@ -1,10 +0,0 @@ -# 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 From 38e8a00e90b42579a0f09a8825bb69cceb7c46b1 Mon Sep 17 00:00:00 2001 From: TheZuTi Date: Wed, 25 Mar 2026 15:23:56 +0200 Subject: [PATCH 3/3] gubami --- .../Prototypes/Entities/Structures/Machines/lathe.yml | 1 + .../_Lua/Recipes/Lathes/Packs/ship_cpu_boards.yml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 Resources/Prototypes/_Lua/Recipes/Lathes/Packs/ship_cpu_boards.yml 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