Small correction

This commit is contained in:
DonBatman 2015-09-08 11:20:09 -07:00
parent fdd9090f7c
commit b860ec6fd8
2 changed files with 14 additions and 4 deletions

View File

@ -1,9 +1,5 @@
mycorners = {}
dofile(minetest.get_modpath("mychisel").."/chisel.lua")
--dofile(minetest.get_modpath("mychisel").."/horizontal_nodes.lua")
--dofile(minetest.get_modpath("mychisel").."/point_nodes.lua")
dofile(minetest.get_modpath("mychisel").."/nodes.lua")
--dofile(minetest.get_modpath("mychisel").."/cross_nodes.lua")

14
init.lua~ Normal file
View File

@ -0,0 +1,14 @@
mycorners = {}
dofile(minetest.get_modpath("mychisel").."/chisel.lua")
--dofile(minetest.get_modpath("mychisel").."/horizontal_nodes.lua")
--dofile(minetest.get_modpath("mychisel").."/point_nodes.lua")
dofile(minetest.get_modpath("mychisel").."/nodes.lua")
--dofile(minetest.get_modpath("mychisel").."/cross_nodes.lua")