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, Normal,
Dense, Dense,
Water, Water,
Window1,
Window2,
Window3,
Window4,
LargeCactus, LargeCactus,
BarrelCactus, BarrelCactus,
RoundCactus, RoundCactus,
@ -53,8 +49,12 @@ pub enum BlockKind {
Carrot, Carrot,
Tomato, Tomato,
Radish, Radish,
Turnip,
Coconut, Coconut,
Turnip,
Window1,
Window2,
Window3,
Window4,
} }
impl BlockKind { impl BlockKind {