Fix crafting steps with modular machine parts (#38299)

fixed lines that were messing with construction menu entries for machine parts
This commit is contained in:
hoshizora
2025-06-12 22:21:57 -07:00
committed by GitHub
parent 622e34aaa4
commit 0b161cba6b
2 changed files with 2 additions and 3 deletions

View File

@@ -121,9 +121,7 @@ stack-brutepack = brutepack
stack-bloodpack = bloodpack
stack-medicated-suture = medicated-suture
stack-regenerative-mesh = regenerative-mesh
stack-capacitor = capacitor
stack-micro-manipulator = micro manipulator
stack-matter-bin = matter bin
stack-micro-manipulator = modular machine part
stack-pancake = pancake
stack-blueberry-pancake = blueberry pancake
stack-chocolate-chip-pancake = chocolate chip pancake

View File

@@ -8,5 +8,6 @@
- type: stack
id: Manipulator
name: stack-micro-manipulator
icon: { sprite: /Textures/Objects/Misc/stock_parts.rsi, state: micro_mani }
spawn: MicroManipulatorStockPart
maxCount: 10