1
0
Fork 0

Compare commits

..

7 Commits

3 changed files with 1 additions and 20 deletions

View File

@ -1,15 +0,0 @@
local water_probability = dynamic_liquid.config.water_probability
if dynamic_liquid.config.water then
-- mineral water is already not renewable,
-- so it is not necessary to override it
-- local override_def = {liquid_renewable = false}
-- minetest.override_item("everness:mineral_water_source", override_def)
-- minetest.override_item("everness:mineral_water_flowing", override_def)
dynamic_liquid.liquid_abm(
"everness:mineral_water_source",
"everness:mineral_water_flowing",
water_probability
)
end

View File

@ -56,7 +56,3 @@ end
if minetest.get_modpath("mcl_core") then if minetest.get_modpath("mcl_core") then
dofile(modpath.."/mineclone.lua") dofile(modpath.."/mineclone.lua")
end end
if minetest.get_modpath("everness") then
dofile(modpath.."/everness.lua")
end

View File

@ -1,3 +1,3 @@
name = dynamic_liquid name = dynamic_liquid
optional_depends = default, doc, xpanes, carts, mcl_core, mclx_core, mcl_mapgen_core, mcl_mapgen, everness optional_depends = default, doc, xpanes, carts, mcl_core, mclx_core, mcl_mapgen_core, mcl_mapgen
description = Flowing dynamic liquids and ocean-maintenance springs. description = Flowing dynamic liquids and ocean-maintenance springs.