temporarily patched water being stupid

This commit is contained in:
FatalErr42O 2024-03-08 17:40:52 -08:00
parent 1695328a44
commit 77b9368acb

View File

@ -56,8 +56,9 @@ minetest.register_on_mods_loaded(function()
end
if groups.liquid then
--behavior type here
RHA = .5
random_deviation = .1
--RHA = .5
--random_deviation = .1
behavior_type = "ignore"
end
Guns4d.node_properties[i] = {mmRHA=RHA*1000, random_deviation=random_deviation, behavior=behavior_type}
end