uncommented crafting.lua dofile

master
DonBatman 2016-07-26 05:55:22 -07:00
parent 66d915a764
commit 86896dfc57
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
--This is a mod by DanDuncombe that adds pre-fabricated concrete stuff to Minetest
--It is CC-By-Sa for everything.
print("Prefab mod loading....")
--dofile(minetest.get_modpath("prefab").."/crafting.lua")
dofile(minetest.get_modpath("prefab").."/crafting.lua")
--print("Prefab Crafting loaded!")
dofile(minetest.get_modpath("prefab").."/other.lua")
print("Prefab Other loaded!")