From c5fa0393fc1215e8419576ee1dc65a7f0c67079b Mon Sep 17 00:00:00 2001 From: Pfauenauge90 <44173739+Pfauenauge90@users.noreply.github.com> Date: Sun, 19 Apr 2020 17:48:12 +0200 Subject: [PATCH] Update block.rs --- common/src/terrain/block.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/common/src/terrain/block.rs b/common/src/terrain/block.rs index 0fbcdfda50..2620673e94 100644 --- a/common/src/terrain/block.rs +++ b/common/src/terrain/block.rs @@ -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 {