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:
parent
ba678f7bb6
commit
712005d2ac
@ -95,7 +95,7 @@ minetest.register_decoration({
|
||||
place_on = {"default:dirt_with_grass", "mcl_core:dirt_with_grass"},
|
||||
sidelen = 16,
|
||||
noise_params = {
|
||||
offset = -0.1,
|
||||
offset = 0,
|
||||
scale = farming.asparagus,
|
||||
spread = {x = 100, y = 100, z = 100},
|
||||
seed = 234,
|
||||
|
@ -89,7 +89,7 @@ minetest.register_decoration({
|
||||
place_on = {"default:dirt_with_grass", "mcl_core:dirt_with_grass"},
|
||||
sidelen = 16,
|
||||
noise_params = {
|
||||
offset = -0.1,
|
||||
offset = 0,
|
||||
scale = farming.eggplant,
|
||||
spread = {x = 100, y = 100, z = 100},
|
||||
seed = 356,
|
||||
|
@ -89,7 +89,7 @@ minetest.register_decoration({
|
||||
place_on = {"default:dirt_with_grass", "mcl_core:dirt_with_grass"},
|
||||
sidelen = 16,
|
||||
noise_params = {
|
||||
offset = -0.1,
|
||||
offset = 0,
|
||||
scale = farming.spinach,
|
||||
spread = {x = 100, y = 100, z = 100},
|
||||
seed = 910,
|
||||
|
Loading…
Reference in New Issue
Block a user