Remove unused version field

This commit is contained in:
Lizzy Fleckenstein 2022-05-25 13:47:43 +02:00 committed by cora
parent 6ae722a6ee
commit 8db9e76529
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
-- API for Mobs Redo: MineClone 2 Edition (MRM)
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 HORNY_TIME = 30