Skip to content

Commit

Permalink
start using some xcompat materials
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed Mar 23, 2024
1 parent 0c3fbcf commit bff9cdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions biome_defs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ moretrees.beech_biome = {
}

moretrees.palm_biome = {
surface = "default:sand",
surface = xcompat.materials.sand,
avoid_nodes = moretrees.avoidnodes,
avoid_radius = 5,
seed_diff = 330,
Expand All @@ -25,7 +25,7 @@ moretrees.palm_biome = {
}

moretrees.date_palm_biome = {
surface = "default:desert_sand",
surface = xcompat.materials.desert_sand,
avoid_nodes = moretrees.avoidnodes,
avoid_radius = 10,
seed_diff = 339,
Expand All @@ -42,7 +42,7 @@ moretrees.date_palm_biome = {
}

moretrees.date_palm_biome_2 = {
surface = "default:desert_sand",
surface = xcompat.materials.desert_sand,
avoid_nodes = moretrees.avoidnodes,
avoid_radius = 10,
seed_diff = 340,
Expand Down

0 comments on commit bff9cdd

Please sign in to comment.