1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-07-03 00:30:39 +02:00

fix typo, tweak deco

This commit is contained in:
tenplus1
2024-09-25 10:21:16 +01:00
parent 2b31a87a32
commit 6356dfcdb5
3 changed files with 6 additions and 10 deletions

View File

@ -123,7 +123,7 @@ minetest.register_decoration({
octaves = 3,
persist = 0.6
},
y_min = 1, y_max = 6,
y_min = 1, y_max = 3,
decoration = "farming:pumpkin_8",
spawn_by = {"group:water", "group:sand"}, num_spawn_by = 1
})