From ce0fd60fc8570a741e50f07ac2ee1a0cc5efa300 Mon Sep 17 00:00:00 2001 From: jiminycrick Date: Mon, 9 Nov 2020 16:35:43 -0800 Subject: [PATCH] Fix rebase --- common/src/terrain/block.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/src/terrain/block.rs b/common/src/terrain/block.rs index 0cb9752003..bfc7505ea3 100644 --- a/common/src/terrain/block.rs +++ b/common/src/terrain/block.rs @@ -42,8 +42,6 @@ make_case_elim!( Wood = 0x40, Leaves = 0x41, // 0x42 <= x < 0x50 is reserved for future tree parts - Snow = 0x50, - // Covers all other cases (we sometimes have bizarrely coloured misc blocks, and also we // often want to experiment with new kinds of block without allocating them a // dedicated block kind.