mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-01 03:20:03 -04:00
address review requests
This commit is contained in:
parent
66b99686c0
commit
270b25a907
1 changed files with 3 additions and 3 deletions
|
@ -576,8 +576,8 @@ function default.register_ores()
|
||||||
},
|
},
|
||||||
-- Only where default:dirt is present as surface material
|
-- Only where default:dirt is present as surface material
|
||||||
biomes = {"taiga", "snowy_grassland", "grassland", "coniferous_forest",
|
biomes = {"taiga", "snowy_grassland", "grassland", "coniferous_forest",
|
||||||
"deciduous_forest", "deciduous_forest_shore", "rainforest",
|
"deciduous_forest", "deciduous_forest_shore", "rainforest",
|
||||||
"rainforest_swamp", "floatland_coniferous_forest"}
|
"rainforest_swamp", "floatland_coniferous_forest"}
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Gravel
|
-- Gravel
|
||||||
|
@ -1799,7 +1799,7 @@ local function register_dry_grass_decoration(offset, scale, length)
|
||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
name = "default:dry_grass_" .. length,
|
name = "default:dry_grass_" .. length,
|
||||||
deco_type = "simple",
|
deco_type = "simple",
|
||||||
place_on = {"default:dirt_with_dry_grass", "default:dry_dirt_with_dry_grass"},
|
place_on = {"default:dry_dirt_with_dry_grass"},
|
||||||
sidelen = 16,
|
sidelen = 16,
|
||||||
noise_params = {
|
noise_params = {
|
||||||
offset = offset,
|
offset = offset,
|
||||||
|
|
Loading…
Add table
Reference in a new issue