Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@
- NFEngineeringBoards # Frontier
- NFMedicalBoards # Frontier
- NFServiceBoards # Frontier
- LuaShipCpuTechnology # Lua
- type: EmagLatheRecipes
emagDynamicPacks: [] # Frontier: empty list
# - SecurityBoards # Frontier
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/_Lua/Recipes/Lathes/Packs/ship_cpu_boards.yml
Original file line number Diff line number Diff line change
@@ -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
Loading