Add stair/slab versions of the metal blocks
This commit is contained in:
parent
55e4dc3c0c
commit
50e8b7b90a
@ -172,6 +172,17 @@ partialblocks.register_material(
|
|||||||
partialblocks.register_material(
|
partialblocks.register_material(
|
||||||
"steel", S("Steel Slab"), S("Steel Stair"), "default:block_steel", false, adv_slab_tex("default:block_steel", "block_steel"), adv_stair_tex("default:block_steel", "block_steel"))
|
"steel", S("Steel Slab"), S("Steel Stair"), "default:block_steel", false, adv_slab_tex("default:block_steel", "block_steel"), adv_stair_tex("default:block_steel", "block_steel"))
|
||||||
|
|
||||||
|
partialblocks.register_material(
|
||||||
|
"carbon_steel", S("Carbon Steel Slab"), S("Carbon Steel Stair"), "default:block_carbon_steel", false, adv_slab_tex("default:block_carbon_steel", "block_carbon_steel"), adv_stair_tex("default:block_carbon_steel", "block_carbon_steel"))
|
||||||
|
|
||||||
|
partialblocks.register_material(
|
||||||
|
"wrought_iron", S("Wrought Iron Slab"), S("Wrought Iron Stair"), "default:block_wrought_iron", false, adv_slab_tex("default:block_wrought_iron", "block_wrought_iron"), adv_stair_tex("default:block_wrought_iron", "block_wrought_iron"))
|
||||||
|
|
||||||
|
partialblocks.register_material(
|
||||||
|
"bronze", S("Bronze Slab"), S("Bronze Stair"), "default:block_bronze", false, adv_slab_tex("default:block_bronze", "block_bronze"), adv_stair_tex("default:block_bronze", "block_bronze"))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
local cs_stair_tiles = {
|
local cs_stair_tiles = {
|
||||||
"default_compressed_sandstone.png",
|
"default_compressed_sandstone.png",
|
||||||
"default_compressed_sandstone_top.png",
|
"default_compressed_sandstone_top.png",
|
||||||
|
@ -23,3 +23,9 @@ Steel Slab=Stahlplatte
|
|||||||
Steel Stair=Stahltreppe
|
Steel Stair=Stahltreppe
|
||||||
Compressed Sandstone Slab=Kompaktsandsteinplatte
|
Compressed Sandstone Slab=Kompaktsandsteinplatte
|
||||||
Compressed Sandstone Stair=Kompaktsandsteintreppe
|
Compressed Sandstone Stair=Kompaktsandsteintreppe
|
||||||
|
Wrought Iron Slab=Schmiedeeisenplatte
|
||||||
|
Wrought Iron Stair=Schmiedeeisentreppe
|
||||||
|
Carbon Steel Slab=Karbonstahlplatte
|
||||||
|
Carbon Steel Stair=Karbonstahltreppe
|
||||||
|
Bronze Slab=Bronzeplatte
|
||||||
|
Bronze Stair=Bronzetreppe
|
||||||
|
@ -23,3 +23,9 @@ Steel Slab=
|
|||||||
Steel Stair=
|
Steel Stair=
|
||||||
Compressed Sandstone Slab=
|
Compressed Sandstone Slab=
|
||||||
Compressed Sandstone Stair=
|
Compressed Sandstone Stair=
|
||||||
|
Wrought Iron Slab=
|
||||||
|
Wrought Iron Stair=
|
||||||
|
Carbon Steel Slab=
|
||||||
|
Carbon Steel Stair=
|
||||||
|
Bronze Slab=
|
||||||
|
Bronze Stair=
|
||||||
|
BIN
mods/partialblocks/textures/partialblocks_block_bronze_slab.png
Normal file
BIN
mods/partialblocks/textures/partialblocks_block_bronze_slab.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 124 B |
BIN
mods/partialblocks/textures/partialblocks_block_bronze_stair.png
Normal file
BIN
mods/partialblocks/textures/partialblocks_block_bronze_stair.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 140 B |
Binary file not shown.
After Width: | Height: | Size: 124 B |
Binary file not shown.
After Width: | Height: | Size: 140 B |
Binary file not shown.
After Width: | Height: | Size: 114 B |
Binary file not shown.
After Width: | Height: | Size: 137 B |
Loading…
Reference in New Issue
Block a user