Namespacing pt. 3

This commit is contained in:
2022-11-24 00:51:57 -05:00
parent e5c3ae4ba0
commit 6bae4b3b6f
115 changed files with 175 additions and 1622 deletions

View File

@@ -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}