1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-01-27 09:30:18 +01:00

tweak asparagus,ginger,spinach offset

This commit is contained in:
tenplus1 2024-11-03 08:16:06 +00:00
parent ba678f7bb6
commit 712005d2ac
3 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ minetest.register_decoration({
place_on = {"default:dirt_with_grass", "mcl_core:dirt_with_grass"}, place_on = {"default:dirt_with_grass", "mcl_core:dirt_with_grass"},
sidelen = 16, sidelen = 16,
noise_params = { noise_params = {
offset = -0.1, offset = 0,
scale = farming.asparagus, scale = farming.asparagus,
spread = {x = 100, y = 100, z = 100}, spread = {x = 100, y = 100, z = 100},
seed = 234, seed = 234,

View File

@ -89,7 +89,7 @@ minetest.register_decoration({
place_on = {"default:dirt_with_grass", "mcl_core:dirt_with_grass"}, place_on = {"default:dirt_with_grass", "mcl_core:dirt_with_grass"},
sidelen = 16, sidelen = 16,
noise_params = { noise_params = {
offset = -0.1, offset = 0,
scale = farming.eggplant, scale = farming.eggplant,
spread = {x = 100, y = 100, z = 100}, spread = {x = 100, y = 100, z = 100},
seed = 356, seed = 356,

View File

@ -89,7 +89,7 @@ minetest.register_decoration({
place_on = {"default:dirt_with_grass", "mcl_core:dirt_with_grass"}, place_on = {"default:dirt_with_grass", "mcl_core:dirt_with_grass"},
sidelen = 16, sidelen = 16,
noise_params = { noise_params = {
offset = -0.1, offset = 0,
scale = farming.spinach, scale = farming.spinach,
spread = {x = 100, y = 100, z = 100}, spread = {x = 100, y = 100, z = 100},
seed = 910, seed = 910,