1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-29 23:01:00 +02:00

placable mint and sunflower seeds, added waving to most crops

This commit is contained in:
tenplus1
2023-04-28 08:56:10 +01:00
parent c218d5aada
commit bf697555e0
22 changed files with 47 additions and 8 deletions

View File

@ -20,6 +20,7 @@ local def = {
walkable = false,
buildable_to = true,
drop = "",
waving = 1,
selection_box = farming.select,
groups = {
snappy = 3, flammable = 2, plant = 1, attached_node = 1,