Cubyz/assets/cubyz/recipes/brick_recipes.zig.zon
IntegratedQuantum b303244773
Run the zon format check with our zig fmt (#1175)
* Format all the zon assets to prepare for running the the format check with our zig fmt

* Update ci.yml

* Remove zon files from the old formatter

* Add a formatting violation to test the CI

* Undo the check
2025-03-07 22:34:55 +01:00

115 lines
2.1 KiB
Zig

.{
.{
.inputs = .{"cubyz:marble"},
.output = "cubyz:marble_tile",
},
.{
.inputs = .{"cubyz:marble"},
.output = "cubyz:marble_bricks",
},
.{
.inputs = .{"cubyz:marble"},
.output = "2 cubyz:marble_wall",
},
.{
.inputs = .{"cubyz:glacite"},
.output = "cubyz:glacite_tile",
},
.{
.inputs = .{"cubyz:glacite"},
.output = "cubyz:glacite_bricks",
},
.{
.inputs = .{"cubyz:glacite"},
.output = "2 cubyz:glacite_wall",
},
.{
.inputs = .{"cubyz:stone"},
.output = "cubyz:cobblestone",
},
.{
.inputs = .{"cubyz:stone"},
.output = "cubyz:stone_tile",
},
.{
.inputs = .{"cubyz:stone"},
.output = "cubyz:stone_bricks",
},
.{
.inputs = .{"cubyz:stone"},
.output = "2 cubyz:stone_wall",
},
.{
.inputs = .{"cubyz:sandstone"},
.output = "cubyz:sandstone_tile",
},
.{
.inputs = .{"cubyz:sandstone"},
.output = "cubyz:sandstone_bricks",
},
.{
.inputs = .{"cubyz:sandstone"},
.output = "2 cubyz:sandstone_wall",
},
.{
.inputs = .{"cubyz:limestone"},
.output = "cubyz:limestone_tiles",
},
.{
.inputs = .{"cubyz:limestone"},
.output = "cubyz:limestone_bricks",
},
.{
.inputs = .{"cubyz:limestone"},
.output = "2 cubyz:limestone_wall",
},
.{
.inputs = .{"cubyz:basalt"},
.output = "cubyz:basalt_tile",
},
.{
.inputs = .{"cubyz:basalt"},
.output = "cubyz:basalt_bricks",
},
.{
.inputs = .{"cubyz:basalt"},
.output = "2 cubyz:basalt_wall",
},
.{
.inputs = .{"cubyz:ferrock"},
.output = "cubyz:ferrock_tiles",
},
.{
.inputs = .{"cubyz:ferrock"},
.output = "cubyz:ferrock_bricks",
},
.{
.inputs = .{"cubyz:ferrock"},
.output = "2 cubyz:ferrock_wall",
},
.{
.inputs = .{"cubyz:terracotta"},
.output = "cubyz:terracotta_tiles",
},
.{
.inputs = .{"cubyz:terracotta"},
.output = "cubyz:terracotta_bricks",
},
.{
.inputs = .{"cubyz:terracotta"},
.output = "2 cubyz:terracotta_wall",
},
.{
.inputs = .{"cubyz:void_stone"},
.output = "cubyz:void_stone_tile",
},
.{
.inputs = .{"cubyz:void_stone"},
.output = "cubyz:void_stone_bricks",
},
.{
.inputs = .{"cubyz:void_stone"},
.output = "2 cubyz:void_stone_wall",
},
}