Update 'init.lua'

This commit is contained in:
TechDudie 2021-03-24 21:11:26 +00:00
parent 7104dfe3ea
commit ba036bd45b
1 changed files with 1 additions and 1 deletions

View File

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