0

nether: move nether roof blocks into new class

This commit is contained in:
Nicolas F
2020-08-05 19:01:52 +02:00
parent 0776bf0a93
commit 1d40ea77d4
4 changed files with 17 additions and 4 deletions

View File

@@ -48,4 +48,7 @@ extern const size_t block_class_ancil_len;
extern const mc_block_t block_class_alt_height[];
extern const size_t block_class_alt_height_len;
extern const mc_block_t block_class_nether_roof[];
extern const size_t block_class_nether_roof_len;
#endif