forked from VoxeLibre/VoxeLibre
Remove unused version field
This commit is contained in:
parent
6ae722a6ee
commit
8db9e76529
|
@ -2,8 +2,6 @@
|
||||||
-- API for Mobs Redo: MineClone 2 Edition (MRM)
|
-- API for Mobs Redo: MineClone 2 Edition (MRM)
|
||||||
|
|
||||||
mobs = {}
|
mobs = {}
|
||||||
mobs.mod = "mrm"
|
|
||||||
mobs.version = "20210106" -- don't rely too much on this, rarely updated, if ever
|
|
||||||
|
|
||||||
local MAX_MOB_NAME_LENGTH = 30
|
local MAX_MOB_NAME_LENGTH = 30
|
||||||
local HORNY_TIME = 30
|
local HORNY_TIME = 30
|
||||||
|
|
Loading…
Reference in New Issue