0

Lantern implemented

enforcing coding style
This commit is contained in:
InrcedibleHolg
2019-07-27 19:10:42 +02:00
committed by Holger Dunkel
parent 7e2cb56c1b
commit a5d9787071
4 changed files with 64 additions and 0 deletions

View File

@@ -293,6 +293,7 @@ enum mc_block_id {
block_mossy_stone_brick_stairs = 11370,
block_mossy_cobblestone_stairs = 11371,
block_mossy_stone_brick_wall = 11372,
block_lantern = 11373,
};
typedef uint16_t mc_block_t;