Update block.rs

This commit is contained in:
Pfauenauge90 2020-04-19 17:48:12 +02:00 committed by Joshua Barretto
parent 729912d33b
commit 43b4ae6e47

View File

@ -10,10 +10,6 @@ pub enum BlockKind {
Normal,
Dense,
Water,
Window1,
Window2,
Window3,
Window4,
LargeCactus,
BarrelCactus,
RoundCactus,
@ -53,8 +49,12 @@ pub enum BlockKind {
Carrot,
Tomato,
Radish,
Turnip,
Coconut,
Turnip,
Window1,
Window2,
Window3,
Window4,
}
impl BlockKind {