fix type
This commit is contained in:
parent
c7c1e258ab
commit
64dfa17d98
@ -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"})
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user