summaryrefslogtreecommitdiff
path: root/src/json.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-08-06 14:34:06 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-08-06 14:34:06 +0200
commit880f43e87614e2d256eff61f4bb5f4052de02e59 (patch)
tree6c4a807297bc409b57ddf3fbfc43c509403aab29 /src/json.rs
parent1e851a758e32834d909740df342831fef3d0e4b5 (diff)
New command type
Diffstat (limited to 'src/json.rs')
-rw-r--r--src/json.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/json.rs b/src/json.rs
index 73d28e9..66864cf 100644
--- a/src/json.rs
+++ b/src/json.rs
@@ -114,6 +114,7 @@ pub struct Cell {
pub enum CellType {
Air,
Dirt,
+ Lava,
DeepSpace,
}