Fix some mapgen bugs WRT The End
This commit is contained in:
parent
0a0e66a324
commit
e30719a3bb
2 changed files with 9 additions and 9 deletions
|
@ -571,8 +571,8 @@ local function register_dimension_biomes()
|
|||
minetest.register_biome({
|
||||
name = "end",
|
||||
node_stone = "air",
|
||||
node_filler = "mcl_end:end_stone",
|
||||
node_water = "mcl_end:end_stone",
|
||||
node_filler = "air",
|
||||
node_water = "air",
|
||||
node_river_water = "air",
|
||||
-- FIXME: For some reason the End stops generating early if this constant is not added.
|
||||
-- Figure out why.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue