diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-29 12:28:25 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2016-12-29 12:28:25 +0000 |
commit | ef3217d77f6cb5fb5259b673eea99e5af6da8fee (patch) | |
tree | 13dba8c0c355ee0229f66c83c973f62f6ca8e001 /init.lua | |
parent | 671fab54eb9a63362b017ac30a9a60e77c65cb03 (diff) |
Added rideable mob functions (thanks blert2112)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ local path = minetest.get_modpath("mobs") -- Mob API dofile(path .. "/api.lua") +-- Rideable Mobs +dofile(path .. "/mount.lua") + -- Mob Items dofile(path .. "/crafts.lua") |