forked from VoxeLibre/VoxeLibre
[mapgen] [mcl_ocean_monument] Fix a typo in water_flowing node name
This commit is contained in:
parent
e529c4839a
commit
3bd1a6f89e
|
@ -22,7 +22,7 @@ local leg_materials = {
|
||||||
local what_we_can_replace_by_legs = {
|
local what_we_can_replace_by_legs = {
|
||||||
water,
|
water,
|
||||||
air,
|
air,
|
||||||
"mcl_core:water_flow",
|
"mcl_core:water_flowing",
|
||||||
"mcl_core:stone",
|
"mcl_core:stone",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue