Give unique names to all curtain construction recipes (#38182)

* Give unique names to all curtain construction recipes

* Duplicate entry
This commit is contained in:
Tayrtahn
2025-06-09 13:55:44 -04:00
committed by GitHub
parent f8c71db50f
commit f8e89749c5
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
construction-recipe-curtains-cloth = curtains (cloth)
construction-recipe-curtains-black = curtains (black)
construction-recipe-curtains-blue = curtains (blue)
construction-recipe-curtains-cyan = curtains (cyan)
construction-recipe-curtains-green = curtains (green)
construction-recipe-curtains-orange = curtains (orange)
construction-recipe-curtains-pink = curtains (pink)
construction-recipe-curtains-purple = curtains (purple)
construction-recipe-curtains-red = curtains (red)
construction-recipe-curtains-white = curtains (white)

View File

@@ -510,6 +510,7 @@
- type: construction
id: Curtains
name: construction-recipe-curtains-cloth
graph: Curtains
startNode: start
targetNode: Curtains
@@ -520,6 +521,7 @@
- type: construction
id: CurtainsBlack
name: construction-recipe-curtains-black
graph: Curtains
startNode: start
targetNode: CurtainsBlack
@@ -530,6 +532,7 @@
- type: construction
id: CurtainsBlue
name: construction-recipe-curtains-blue
graph: Curtains
startNode: start
targetNode: CurtainsBlue
@@ -540,6 +543,7 @@
- type: construction
id: CurtainsCyan
name: construction-recipe-curtains-cyan
graph: Curtains
startNode: start
targetNode: CurtainsCyan
@@ -550,6 +554,7 @@
- type: construction
id: CurtainsGreen
name: construction-recipe-curtains-green
graph: Curtains
startNode: start
targetNode: CurtainsGreen
@@ -560,6 +565,7 @@
- type: construction
id: CurtainsOrange
name: construction-recipe-curtains-orange
graph: Curtains
startNode: start
targetNode: CurtainsOrange
@@ -570,6 +576,7 @@
- type: construction
id: CurtainsPink
name: construction-recipe-curtains-pink
graph: Curtains
startNode: start
targetNode: CurtainsPink
@@ -580,6 +587,7 @@
- type: construction
id: CurtainsPurple
name: construction-recipe-curtains-purple
graph: Curtains
startNode: start
targetNode: CurtainsPurple
@@ -590,6 +598,7 @@
- type: construction
id: CurtainsRed
name: construction-recipe-curtains-red
graph: Curtains
startNode: start
targetNode: CurtainsRed
@@ -600,6 +609,7 @@
- type: construction
id: CurtainsWhite
name: construction-recipe-curtains-white
graph: Curtains
startNode: start
targetNode: CurtainsWhite