oops, removed junglee_ocean reference
This commit is contained in:
parent
87bd68bba4
commit
92c575be42
@ -695,7 +695,7 @@ minetest.register_decoration({
|
||||
sidelen = 80,
|
||||
fill_ratio = 0.003,
|
||||
biomes = {
|
||||
"junglee_ocean", "desert_ocean", "plains_ocean", "sandclay",
|
||||
"desert_ocean", "plains_ocean", "sandclay",
|
||||
"sandstone_ocean", "mesa_ocean", "grove_ocean", "lake",
|
||||
},
|
||||
y_min = 1,
|
||||
@ -1042,7 +1042,7 @@ if minetest.registered_nodes["flowers:waterlily"] then
|
||||
persist = 0.7
|
||||
},
|
||||
biomes = {
|
||||
"junglee_ocean", "desert_ocean", "plains_ocean", "sandclay",
|
||||
"desert_ocean", "plains_ocean", "sandclay",
|
||||
"sandstone_ocean", "mesa_ocean", "grove_ocean", "lake",
|
||||
},
|
||||
y_min = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user