Mods in den Spieleordner reingeschoben. So richtig tief.

This commit is contained in:
N-Nachtigal 2025-05-08 22:41:25 +02:00
parent b4b6c08f4f
commit f7bc25a670
1674 changed files with 56056 additions and 530 deletions

View file

@ -0,0 +1,19 @@
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 = cucina_vegana.plant_settings.cucumber_scale,
spread = {x = 10, y = 10, z = 10},
seed = 8164,
octaves = 5,
persist = 0.6
},
y_min = 10,
y_max = 150,
decoration = "cucina_vegana:wild_cucumber",
})