Fix some mapgen bugs WRT The End

This commit is contained in:
Wuzzy 2017-08-18 13:28:20 +02:00
parent 0a0e66a324
commit e30719a3bb
2 changed files with 9 additions and 9 deletions

View file

@ -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.