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

better MineClone2 compatibility for api, items and crafts

This commit is contained in:
tenplus1
2023-07-26 13:43:06 +01:00
parent 3106c4c859
commit f31cf75b24
6 changed files with 100 additions and 74 deletions

View File

@ -7,6 +7,12 @@ minetest.register_privilege("peaceful_player", {
give_to_singleplayer = false
})
-- global
mobs = {}
-- Compatibility
dofile(path .. "/compatibility.lua")
-- Mob API
dofile(path .. "/api.lua")