This commit is contained in:
tenplus1 2024-08-19 12:48:35 +01:00
parent c7c1e258ab
commit 64dfa17d98
2 changed files with 2 additions and 2 deletions

View File

@ -219,7 +219,7 @@ register_decoration(1, {
-- jungle grass
register_decoration(ethereal.junglee, {
place_on = {"ethereal:jungle_dirt", "default:dirt_with_rainforest_litter"},
place_on = {"default:dirt_with_rainforest_litter"},
fill_ratio = 0.1,
biomes = {"junglee"},
decoration = "default:junglegrass"})

View File

@ -172,7 +172,7 @@ register_decoration(ethereal.grayness, {
-- default large pine tree for lower elevation
register_decoration(ethereal.snowy, {
place_on = "ethereal:dirt_with_coniferous_litter",
place_on = "default:dirt_with_coniferous_litter",
fill_ratio = 0.025,
biomes = {"coniferous_forest"},
y_min = 10, y_max = 40,