1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-06-28 14:36:03 +02:00

Added rideable mob functions (thanks blert2112)

This commit is contained in:
TenPlus1
2016-12-29 12:28:25 +00:00
parent 671fab54eb
commit ef3217d77f
6 changed files with 509 additions and 1 deletions

View File

@ -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")