mirror of
https://github.com/minetest/minetest.git
synced 2025-07-06 01:40:21 +02:00
Devtest: Fix missing/incorrect liquid properties (#9955)
This commit is contained in:
@ -62,6 +62,12 @@ for a=1,#alphas do
|
||||
},
|
||||
alpha = alpha,
|
||||
|
||||
|
||||
liquidtype = "source",
|
||||
liquid_range = 0,
|
||||
liquid_viscosity = 0,
|
||||
liquid_alternative_source = "testnodes:alpha_"..alpha,
|
||||
liquid_alternative_flowing = "testnodes:alpha_"..alpha,
|
||||
groups = { dig_immediate = 3 },
|
||||
})
|
||||
end
|
||||
|
Reference in New Issue
Block a user