forked from VoxeLibre/VoxeLibre
Let’s see….
This commit is contained in:
parent
9b83127dd9
commit
9a8fed974e
|
@ -25,6 +25,12 @@ for i=1, 4 do
|
|||
sunlight_propagates = true,
|
||||
paramtype2 = "meshoptions",
|
||||
place_param2 = 3,
|
||||
liquid_viscosity = 14,
|
||||
liquidtype = "source",
|
||||
liquid_alternative_flowing = "mcl_core:cobweb",
|
||||
liquid_alternative_source = "mcl_core:cobweb",
|
||||
liquid_renewable = false,
|
||||
liquid_range = 0,
|
||||
walkable = false,
|
||||
drawtype = "plantlike",
|
||||
drop = "mcl_sweet_berry:sweet_berry",
|
||||
|
|
Loading…
Reference in New Issue