start using some xcompat materials

This commit is contained in:
wsor4035 2024-03-22 22:08:20 -04:00
parent 0c3fbcffe0
commit bff9cddda4
1 changed files with 3 additions and 3 deletions

View File

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