Add disambiguation to most construction menu recipe names (#38197)

This commit is contained in:
Perry Fraser
2025-06-11 15:52:22 -04:00
committed by GitHub
parent 372e1767fa
commit 36c048ba65
16 changed files with 106 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
construction-recipe-crate-freezer = crate freezer
construction-recipe-big-box = large cardboard box
construction-recipe-box-cardboard = small cardboard box

View File

@@ -0,0 +1,11 @@
construction-recipe-red-comf-bench = comfortable bench (red)
construction-recipe-blue-comf-bench = comfortable bench (blue)
construction-recipe-table-fancy-black = fancy table (black)
construction-recipe-table-fancy-blue = fancy table (blue)
construction-recipe-table-fancy-cyan = fancy table (cyan)
construction-recipe-table-fancy-green = fancy table (green)
construction-recipe-table-fancy-orange = fancy table (orange)
construction-recipe-table-fancy-purple = fancy table (purple)
construction-recipe-table-fancy-pink = fancy table (pink)
construction-recipe-table-fancy-red = fancy table (red)
construction-recipe-table-fancy-white = fancy table (white)

View File

@@ -0,0 +1,3 @@
construction-recipe-light-switch-directional = apc net switch (directional)
construction-recipe-signal-switch-directional = signal switch (directional)
construction-recipe-signal-button-directional = signal button (directional)

View File

@@ -0,0 +1,2 @@
construction-smokeable-joint-rainbow = rainbow joint
construction-smokeable-blunt-rainbow = rainbow blunt

View File

@@ -0,0 +1,27 @@
construction-recipe-diagonal-shuttle-wall = shuttle wall (diagonal)
construction-window-diagonal = window (diagonal)
construction-recipe-reinforced-window-diagonal = reinforced window (diagonal)
construction-recipe-clockwork-window-diagonal = clockwork window (diagonal)
construction-recipe-plasma-window-diagonal = plasma window (diagonal)
construction-recipe-reinforced-plasma-window-diagonal = reinforced plasma window (diagonal)
construction-recipe-uranium-window-diagonal = uranium window (diagonal)
construction-recipe-reinforced-uranium-window-diagonal = reinforced uranium window (diagonal)
construction-recipe-firelock-edge = directional firelock
construction-recipe-fence-metal-corner = chain link fence corner
construction-recipe-fence-metal-end = chain link fence end
construction-recipe-barricade-directional = directional barricade
construction-recipe-railing-corner = railing corner
construction-recipe-railing-corner-small = railing corner (small)
construction-recipe-railing-round = railing (round)
construction-recipe-fence-wood-end = wooden fence end
construction-recipe-fence-wood-corner = wooden fence corner
construction-recipe-fence-wood-t-junction = wooden fence T-junction
construction-recipe-fence-wood-end-small = small wooden fence end
construction-recipe-fence-wood-corner-small = small wooden fence corner
construction-recipe-fence-wood-t-junction-small = small wooden fence T-junction
construction-recipe-fence-wood-gate-small = small wooden fence gate
construction-recipe-pinion-airlock = clockwork airlock
construction-recipe-pinion-airlock-glass = glass clockwork airlock
construction-recipe-airlock-glass-shuttle = glass shuttle airlock
construction-recipe-plastic-flaps-clear = plastic flaps (clear)
construction-recipe-plastic-flaps-opaque = plastic flaps (opaque)

View File

@@ -0,0 +1 @@
construction-recipe-closet-freezer = closet freezer

View File

@@ -0,0 +1,5 @@
construction-recipe-gas-pipe-half = gas pipe half
construction-recipe-gas-pipe-bend = gas pipe bend
construction-recipe-gas-pipe-t-junction = gas pipe T-junction
construction-recipe-gas-pipe-fourway = gas pipe fourway
construction-recipe-heat-exchanger-bend = radiator bend

View File

@@ -0,0 +1 @@
construction-recipe-silk-woven-cloth = silk cloth

View File

@@ -169,6 +169,7 @@
- type: construction
id: RedComfBench
name: construction-recipe-red-comf-bench
graph: Seat
startNode: start
targetNode: redComfBench
@@ -181,6 +182,7 @@
- type: construction
id: BlueComfBench
name: construction-recipe-blue-comf-bench
graph: Seat
startNode: start
targetNode: blueComfBench
@@ -290,6 +292,7 @@
- type: construction
id: TableFancyBlack
name: construction-recipe-table-fancy-black
graph: Table
startNode: start
targetNode: TableFancyBlack
@@ -302,6 +305,7 @@
- type: construction
id: TableFancyBlue
name: construction-recipe-table-fancy-blue
graph: Table
startNode: start
targetNode: TableFancyBlue
@@ -314,6 +318,7 @@
- type: construction
id: TableFancyCyan
name: construction-recipe-table-fancy-cyan
graph: Table
startNode: start
targetNode: TableFancyCyan
@@ -326,6 +331,7 @@
- type: construction
id: TableFancyGreen
name: construction-recipe-table-fancy-green
graph: Table
startNode: start
targetNode: TableFancyGreen
@@ -338,6 +344,7 @@
- type: construction
id: TableFancyOrange
name: construction-recipe-table-fancy-orange
graph: Table
startNode: start
targetNode: TableFancyOrange
@@ -350,6 +357,7 @@
- type: construction
id: TableFancyPurple
name: construction-recipe-table-fancy-purple
graph: Table
startNode: start
targetNode: TableFancyPurple
@@ -362,6 +370,7 @@
- type: construction
id: TableFancyPink
name: construction-recipe-table-fancy-pink
graph: Table
startNode: start
targetNode: TableFancyPink
@@ -374,6 +383,7 @@
- type: construction
id: TableFancyRed
name: construction-recipe-table-fancy-red
graph: Table
startNode: start
targetNode: TableFancyRed
@@ -386,6 +396,7 @@
- type: construction
id: TableFancyWhite
name: construction-recipe-table-fancy-white
graph: Table
startNode: start
targetNode: TableFancyWhite

View File

@@ -70,6 +70,7 @@
- type: construction
id: LightSwitchDirectionalRecipe
name: construction-recipe-light-switch-directional
graph: LightSwitchDirectionalGraph
startNode: start
targetNode: LightSwitchDirectionalNode
@@ -84,6 +85,7 @@
- type: construction
id: SignalSwitchDirectionalRecipe
name: construction-recipe-signal-switch-directional
graph: SignalSwitchDirectionalGraph
startNode: start
targetNode: SignalSwitchDirectionalNode
@@ -97,6 +99,7 @@
- type: construction
id: SignalButtonDirectionalRecipe
name: construction-recipe-signal-button-directional
graph: SignalButtonDirectionalGraph
startNode: start
targetNode: SignalButtonDirectionalNode

View File

@@ -169,6 +169,7 @@
- type: construction
id: DiagonalShuttleWall
name: construction-recipe-diagonal-shuttle-wall
graph: Girder
startNode: start
targetNode: diagonalshuttleWall
@@ -272,6 +273,7 @@
- type: construction
id: WindowDiagonal
name: construction-window-diagonal
graph: WindowDiagonal
startNode: start
targetNode: windowDiagonal
@@ -299,6 +301,7 @@
- type: construction
id: ReinforcedWindowDiagonal
name: construction-recipe-reinforced-window-diagonal
graph: WindowDiagonal
startNode: start
targetNode: reinforcedWindowDiagonal
@@ -340,6 +343,7 @@
- type: construction
id: ClockworkWindowDiagonal
name: construction-recipe-clockwork-window-diagonal
graph: WindowDiagonal
startNode: start
targetNode: clockworkWindowDiagonal
@@ -395,6 +399,7 @@
- type: construction
id: PlasmaWindowDiagonal
name: construction-recipe-plasma-window-diagonal
graph: WindowDiagonal
startNode: start
targetNode: plasmaWindowDiagonal
@@ -408,6 +413,7 @@
- type: construction
id: ReinforcedPlasmaWindowDiagonal
name: construction-recipe-reinforced-plasma-window-diagonal
graph: WindowDiagonal
startNode: start
targetNode: reinforcedPlasmaWindowDiagonal
@@ -514,6 +520,7 @@
- type: construction
id: UraniumWindowDiagonal
name: construction-recipe-uranium-window-diagonal
graph: WindowDiagonal
startNode: start
targetNode: uraniumWindowDiagonal
@@ -527,6 +534,7 @@
- type: construction
id: ReinforcedUraniumWindowDiagonal
name: construction-recipe-reinforced-uranium-window-diagonal
graph: WindowDiagonal
startNode: start
targetNode: reinforcedUraniumWindowDiagonal
@@ -566,6 +574,7 @@
- type: construction
id: FirelockEdge
name: construction-recipe-firelock-edge
graph: Firelock
startNode: start
targetNode: FirelockEdge
@@ -675,6 +684,7 @@
- type: construction
id: BarricadeDirectional
name: construction-recipe-barricade-directional
graph: BarricadeDirectional
startNode: start
targetNode: barricadefull
@@ -699,6 +709,7 @@
- type: construction
id: RailingCorner
name: construction-recipe-railing-corner
graph: Railing
startNode: start
targetNode: railingCorner
@@ -711,6 +722,7 @@
- type: construction
id: RailingCornerSmall
name: construction-recipe-railing-corner-small
graph: Railing
startNode: start
targetNode: railingCornerSmall
@@ -723,6 +735,7 @@
- type: construction
id: RailingRound
name: construction-recipe-railing-round
graph: Railing
startNode: start
targetNode: railingRound
@@ -748,6 +761,7 @@
- type: construction
id: FenceMetalCorner
name: construction-recipe-fence-metal-corner
graph: FenceMetal
startNode: start
targetNode: corner
@@ -760,6 +774,7 @@
- type: construction
id: FenceMetalEnd
name: construction-recipe-fence-metal-end
graph: FenceMetal
startNode: start
targetNode: end
@@ -797,6 +812,7 @@
- type: construction
id: FenceWoodEnd
name: construction-recipe-fence-wood-end
graph: FenceWood
startNode: start
targetNode: end
@@ -809,6 +825,7 @@
- type: construction
id: FenceWoodCorner
name: construction-recipe-fence-wood-corner
graph: FenceWood
startNode: start
targetNode: corner
@@ -821,6 +838,7 @@
- type: construction
id: FenceWoodTJunction
name: construction-recipe-fence-wood-t-junction
graph: FenceWood
startNode: start
targetNode: tjunction
@@ -858,6 +876,7 @@
- type: construction
id: FenceWoodEndSmall
name: construction-recipe-fence-wood-end-small
graph: FenceWood
startNode: start
targetNode: end_small
@@ -870,6 +889,7 @@
- type: construction
id: FenceWoodCornerSmall
name: construction-recipe-fence-wood-corner-small
graph: FenceWood
startNode: start
targetNode: corner_small
@@ -882,6 +902,7 @@
- type: construction
id: FenceWoodTJunctionSmall
name: construction-recipe-fence-wood-t-junction-small
graph: FenceWood
startNode: start
targetNode: tjunction_small
@@ -894,6 +915,7 @@
- type: construction
id: FenceWoodGateSmall
name: construction-recipe-fence-wood-gate-small
graph: FenceWood
startNode: start
targetNode: gate_small
@@ -931,6 +953,7 @@
- type: construction
id: PinionAirlock
name: construction-recipe-pinion-airlock
graph: PinionAirlock
startNode: start
targetNode: airlock
@@ -943,6 +966,7 @@
- type: construction
id: PinionAirlockGlass
name: construction-recipe-pinion-airlock-glass
graph: PinionAirlock
startNode: start
targetNode: glassAirlock
@@ -968,6 +992,7 @@
- type: construction
id: AirlockGlassShuttle
name: construction-recipe-airlock-glass-shuttle
graph: AirlockShuttle
startNode: start
targetNode: airlockGlass
@@ -1169,6 +1194,7 @@
- type: construction
id: PlasticFlapsClear
name: construction-recipe-plastic-flaps-clear
graph: PlasticFlapsGraph
startNode: start
targetNode: plasticFlaps
@@ -1181,6 +1207,7 @@
- type: construction
id: PlasticFlapsOpaque
name: construction-recipe-plastic-flaps-opaque
graph: PlasticFlapsGraph
startNode: start
targetNode: opaqueFlaps

View File

@@ -277,6 +277,7 @@
# ATMOS PIPES
- type: construction
id: GasPipeHalf
name: construction-recipe-gas-pipe-half
graph: GasPipe
startNode: start
targetNode: half
@@ -359,6 +360,7 @@
- type: construction
id: GasPipeBend
name: construction-recipe-gas-pipe-bend
graph: GasPipe
startNode: start
targetNode: bend
@@ -400,6 +402,7 @@
- type: construction
id: GasPipeTJunction
name: construction-recipe-gas-pipe-t-junction
graph: GasPipe
startNode: start
targetNode: tjunction
@@ -441,6 +444,7 @@
- type: construction
id: GasPipeFourway
name: construction-recipe-gas-pipe-fourway
graph: GasPipe
startNode: start
targetNode: fourway
@@ -621,6 +625,7 @@
- type: construction
id: HeatExchangerBend
name: construction-recipe-heat-exchanger-bend
graph: GasBinary
startNode: start
targetNode: bendradiator

View File

@@ -24,6 +24,7 @@
- type: construction
id: CrateFreezer
name: construction-recipe-crate-freezer
graph: CrateFreezer
startNode: start
targetNode: done
@@ -40,6 +41,7 @@
- type: construction
id: BigBox
name: construction-recipe-big-box
graph: BaseBigBox
startNode: start
targetNode: basebigbox
@@ -48,6 +50,7 @@
- type: construction
id: BoxCardboard
name: construction-recipe-box-cardboard
graph: BoxCardboard
startNode: start
targetNode: boxcardboard

View File

@@ -8,6 +8,7 @@
- type: construction
id: smokeableJointRainbow
name: construction-smokeable-joint-rainbow
graph: smokeableJointRainbow
startNode: start
targetNode: jointRainbow
@@ -24,6 +25,7 @@
- type: construction
id: smokeableBluntRainbow
name: construction-smokeable-blunt-rainbow
graph: smokeableBluntRainbow
startNode: start
targetNode: bluntRainbow

View File

@@ -16,6 +16,7 @@
- type: construction
id: ClosetFreezer
name: construction-recipe-closet-freezer
graph: ClosetFreezer
startNode: start
targetNode: done

View File

@@ -44,6 +44,7 @@
- type: construction
id: SilkWovenCloth
name: construction-recipe-silk-woven-cloth
graph: WebObjects
startNode: start
targetNode: cloth