Create init.lua

master
Minetest-j45 2021-03-15 21:53:43 +00:00 committed by GitHub
parent 05f19a474e
commit ddbd6c76c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
init.lua Normal file
View File

@ -0,0 +1,6 @@
sumo_duels = {}
local mp = minetest.get_modpath(minetest.get_current_modname())
dofile(mp .. "/antibuildmine.lua")
dofile(mp .. "/kb.lua")