mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Update block.rs
This commit is contained in:
parent
729912d33b
commit
43b4ae6e47
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user