Namespacing pt. 3
This commit is contained in:
@@ -2,11 +2,9 @@ waterworks = {}
|
||||
|
||||
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
||||
|
||||
dofile(modpath .. "/globalstep.lua")
|
||||
dofile(modpath .. "/network.lua")
|
||||
|
||||
dofile(modpath .. "/execute.lua")
|
||||
dofile(modpath .. "/nodes.lua")
|
||||
dofile(modpath .. "/crafting.lua")
|
||||
|
||||
if minetest.settings:get_bool("waterworks_make_default_water_non_renewable") then
|
||||
local override_def = {liquid_renewable = false}
|
||||
|
||||
Reference in New Issue
Block a user