mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-13 05:40:38 +01:00
13 lines
260 B
Lua
13 lines
260 B
Lua
-- @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 = {
|
|
"default:dirt_with_grass",
|
|
},
|
|
deco_type = "simple",
|
|
flags = "all_floors"
|
|
})
|