fix healing tree spawn

This commit is contained in:
tenplus1 2024-09-01 08:46:20 +01:00
parent 969b4029b7
commit aff6652784

View File

@ -87,13 +87,14 @@ register_decoration(ethereal.grove, {
-- healing tree
register_decoration(ethereal.alpine, {
place_on = "default:dirt_with_snow",
register_decoration(1, {
place_on = "default:snow",
fill_ratio = 0.01,
biomes = {"taiga"},
y_min = 120, y_max = 140,
biomes = {"mountain"},
y_min = 150, y_max = 160,
schematic = ethereal.yellowtree,
spawn_by = "default:dirt_with_snow", num_spawn_by = 8})
spawn_by = "default:snow", num_spawn_by = 8,
flags = "place_center_x, place_center_z, force_placement"})
-- crystal frost tree