Skip to content

Commit

Permalink
tweak old biome mesa
Browse files Browse the repository at this point in the history
  • Loading branch information
tenplus1 committed Nov 13, 2024
1 parent 53ce7dc commit e12ffde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biomes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ register_biome(ethereal.mesa, {
name = "mesa",
heat_point = 25, humidity_point = old and 28 or 10,
y_min = 18, y_max = 71,
node_top = "bakedclay:orange", depth_top = 1,
node_top = old and "default:dirt_with_dry_grass" or "bakedclay:orange", depth_top = 1,
node_filler = "bakedclay:orange", depth_filler = 15,
node_riverbed = "default:desert_sand", depth_riverbed = 2,
node_dungeon_alt = "default:desert_sandstone",
Expand Down

0 comments on commit e12ffde

Please sign in to comment.