Added id_sandstone

This commit is contained in:
CobaltXII
2018-12-30 17:48:08 -05:00
parent ef0f3ed296
commit fd7fd188f0
6 changed files with 14 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ enum block_id
id_sand, id_sand,
id_sandstone,
id_gravel, id_gravel,
id_brick, id_brick,
@@ -137,6 +139,8 @@ std::vector<std::string> block_id_to_string =
"sand", "sand",
"sandstone",
"gravel", "gravel",
"brick", "brick",
@@ -226,6 +230,8 @@ std::vector<std::string> block_id_to_block_name =
"Sand", "Sand",
"Sandstone",
"Gravel", "Gravel",
"Brick", "Brick",

View File

@@ -86,6 +86,8 @@ void load_block_face_info_array()
make_face_info_all(block_name_to_layer.at("sand")), make_face_info_all(block_name_to_layer.at("sand")),
make_face_info_caps(block_name_to_layer.at("sandstone_top"), block_name_to_layer.at("sandstone_bottom"), block_name_to_layer.at("sandstone_side")),
make_face_info_all(block_name_to_layer.at("gravel")), make_face_info_all(block_name_to_layer.at("gravel")),
make_face_info_all(block_name_to_layer.at("brick")), make_face_info_all(block_name_to_layer.at("brick")),

View File

@@ -61,6 +61,12 @@ std::vector<std::string> all_tex =
"sand", "sand",
"sandstone_bottom",
"sandstone_side",
"sandstone_top",
"stone", "stone",
"water_0", "water_0",

BIN
tex/sandstone_bottom.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

BIN
tex/sandstone_side.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 777 B

BIN
tex/sandstone_top.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 735 B