Update 'init.lua'

This commit is contained in:
TechDudie 2021-03-24 13:17:58 +00:00
parent a6f3626aea
commit 9d3579188e
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
dofile(minetest.get_modpath("mc") .. "/items.lua")
dofile(minetest.get_modpath("mc") .. "/crafting.lua")
dofile(minetest.get_modpath("mc") .. "/nodes.lua")