2024-12-19 12:55:40 +01:00
|
|
|
-- @reviewer: couldn't even find using biome_lib
|
|
|
|
minetest.register_decoration({
|
|
|
|
decoration = {"dryplants:grass_short"},
|
|
|
|
fill_ratio = 0.8,
|
|
|
|
y_min = 1,
|
|
|
|
y_max = 40,
|
|
|
|
place_on = {
|
2020-10-26 17:38:53 +01:00
|
|
|
"default:dirt_with_grass",
|
|
|
|
},
|
2024-12-19 12:55:40 +01:00
|
|
|
deco_type = "simple",
|
|
|
|
flags = "all_floors"
|
|
|
|
})
|