mirror of
https://codeberg.org/tenplus1/ambience.git
synced 2025-10-30 15:25:33 +01:00
fix beach sound check
This commit is contained in:
@@ -162,12 +162,14 @@ ambience.add_set("beach", {
|
|||||||
{name = "beach_2", length = 6}
|
{name = "beach_2", length = 6}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
nodes = {"group:water"},
|
||||||
|
|
||||||
sound_check = function(def)
|
sound_check = function(def)
|
||||||
|
|
||||||
local c = (def.totals["default:water_source"] or 0)
|
local c = (def.totals["default:water_source"] or 0)
|
||||||
+ (def.totals["mcl_core:water_source"] or 0)
|
+ (def.totals["mcl_core:water_source"] or 0)
|
||||||
|
|
||||||
if def.pos.y < 6 and def.pos.y > 0 and c > 150 then
|
if def.pos.y < 6 and def.pos.y > 0 and c > 130 then
|
||||||
return "beach"
|
return "beach"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user