[mapgen] [mcl_ocean_monument] Fix a typo in water_flowing node name

This commit is contained in:
kay27 2021-05-06 02:58:49 +04:00
parent e529c4839a
commit 3bd1a6f89e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ local leg_materials = {
local what_we_can_replace_by_legs = {
water,
air,
"mcl_core:water_flow",
"mcl_core:water_flowing",
"mcl_core:stone",
}