cucina_vegana/asparagus.lua
= 763e2677ab Revert "Only mod farming is needed, farming_redo supports automatically farming."
This reverts commit 4629cdd3ef92fff39ad9be8ad8568dacb377e1cf.
2018-05-16 19:28:05 +02:00

20 lines
454 B
Lua

minetest.register_decoration({
deco_type = "simple",
place_on = {"default:dirt_with_grass", "default:dirt_with_rainforest_litter"},
spawn_by = {"default:tree", "default:aspen_tree", "default:jungletree"},
num_spawn_by = 2,
sidelen = 32,
noise_params = {
offset = 0,
scale = 0.01,
spread = {x = 10, y = 10, z = 10},
seed = 6349,
octaves = 4,
persist = 0.6
},
y_min = 10,
y_max = 120,
decoration = "cucina_vegana:wild_asparagus",
})