Small correction
This commit is contained in:
parent
fdd9090f7c
commit
b860ec6fd8
4
init.lua
4
init.lua
@ -1,9 +1,5 @@
|
|||||||
mycorners = {}
|
|
||||||
dofile(minetest.get_modpath("mychisel").."/chisel.lua")
|
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").."/nodes.lua")
|
||||||
--dofile(minetest.get_modpath("mychisel").."/cross_nodes.lua")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
14
init.lua~
Normal file
14
init.lua~
Normal 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")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user