forked from VoxeLibre/VoxeLibre
Add more mushroom surfaces
This commit is contained in:
parent
041c164f0d
commit
69dfc49e37
|
@ -678,7 +678,7 @@ local function register_mgv6_decorations()
|
||||||
-- Mushrooms next to trees
|
-- Mushrooms next to trees
|
||||||
minetest.register_decoration({
|
minetest.register_decoration({
|
||||||
deco_type = "simple",
|
deco_type = "simple",
|
||||||
place_on = {"mcl_core:dirt_with_grass", "mcl_core:dirt", "mcl_core:stone", "mcl_core:andesite", "mcl_core:diorite", "mcl_core:granite"},
|
place_on = {"mcl_core:dirt_with_grass", "mcl_core:dirt", "mcl_core:podzol", "mcl_core:mycelium", "mcl_core:stone", "mcl_core:andesite", "mcl_core:diorite", "mcl_core:granite"},
|
||||||
sidelen = 16,
|
sidelen = 16,
|
||||||
noise_params = {
|
noise_params = {
|
||||||
offset = 0,
|
offset = 0,
|
||||||
|
|
Loading…
Reference in New Issue