diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2017-02-10 11:00:36 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2017-02-10 11:00:36 +0000 |
commit | de078f3ce3752dade2654db4d1f4c66186a0c723 (patch) | |
tree | d468f1f8948bff2d0c9a753b35feffed324b76b1 | |
parent | beb4130e37503fa6231e9e5938959c13612f2459 (diff) |
added global version number
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ ]]
ethereal = {}
+ethereal.version = "1.22"
ethereal.leaftype = 0 -- 0 for 2D plantlike, 1 for 3D allfaces
ethereal.leafwalk = false -- true for walkable leaves, false to fall through
ethereal.cavedirt = true -- caves chop through dirt when true
|