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

add weed and weed bale

This commit is contained in:
tenplus1
2025-02-14 13:23:41 +00:00
parent 08cdf0ef52
commit 2752ad259c
9 changed files with 89 additions and 20 deletions

View File

@ -105,5 +105,6 @@ lucky_block:add_blocks({
{name = "farming:grapebush", max = 5},
{name = "farming:asparagus", max = 7}
}},
{"dro", {"farming:chili_powder"}, 5}
{"dro", {"farming:chili_powder"}, 5},
{"dro", {"farming:weed"}, 9},
})