White and dark tiles craftable 2: Electric Boogalo! (#6837)
* Uncommented the white and dark tile recipe. * Added a crafting recipe for white and dark tiles. * smol fix * another fix, 6 days late, I wish I wasn't blind * I can't read, thanks Peptide * Added construction graphs for white and dark tiles, pascalcased wood and steel tiles * minor fixes and pascalcase * Pascalcased wood and steel IDs * Pascalcase and stuff, also I think fixes?
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
- type: Stack
|
||||
stackType: FloorTileSteel
|
||||
- type: Construction
|
||||
graph: tileSteel
|
||||
graph: TileSteel
|
||||
node: steeltile
|
||||
|
||||
- type: entity
|
||||
@@ -51,7 +51,7 @@
|
||||
- type: Stack
|
||||
stackType: FloorTileWood
|
||||
- type: Construction
|
||||
graph: tileWood
|
||||
graph: TileWood
|
||||
node: woodtile
|
||||
|
||||
- type: entity
|
||||
@@ -69,6 +69,9 @@
|
||||
- floor_white
|
||||
- type: Stack
|
||||
stackType: FloorTileWhite
|
||||
- type: Construction
|
||||
graph: TileWhite
|
||||
node: whitetile
|
||||
|
||||
- type: entity
|
||||
name: dark tile
|
||||
@@ -85,6 +88,9 @@
|
||||
- floor_dark
|
||||
- type: Stack
|
||||
stackType: FloorTileDark
|
||||
- type: Construction
|
||||
graph: TileDark
|
||||
node: darktile
|
||||
|
||||
- type: entity
|
||||
name: techmaint floor
|
||||
|
||||
Reference in New Issue
Block a user