diff --git a/decor.lua b/decor.lua index e3483be..11bb6d0 100644 --- a/decor.lua +++ b/decor.lua @@ -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"}) diff --git a/schems.lua b/schems.lua index eeea571..1cfb2ed 100644 --- a/schems.lua +++ b/schems.lua @@ -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,