added global version number
This commit is contained in:
parent
beb4130e37
commit
de078f3ce3
1
init.lua
1
init.lua
@ -9,6 +9,7 @@
|
|||||||
]]
|
]]
|
||||||
|
|
||||||
ethereal = {}
|
ethereal = {}
|
||||||
|
ethereal.version = "1.22"
|
||||||
ethereal.leaftype = 0 -- 0 for 2D plantlike, 1 for 3D allfaces
|
ethereal.leaftype = 0 -- 0 for 2D plantlike, 1 for 3D allfaces
|
||||||
ethereal.leafwalk = false -- true for walkable leaves, false to fall through
|
ethereal.leafwalk = false -- true for walkable leaves, false to fall through
|
||||||
ethereal.cavedirt = true -- caves chop through dirt when true
|
ethereal.cavedirt = true -- caves chop through dirt when true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user