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

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-07-24 13:06:40 +02:00
2 changed files with 3 additions and 0 deletions

View File

@ -139,6 +139,7 @@ local def = {
type = "fixed",
fixed = {-0.3, -0.5, -0.3, 0.3, 0.5, 0.3}
},
drop = {},
groups = {
snappy = 3, flammable = 2, plant = 1, growing = 1,
not_in_creative_inventory = 1, leafdecay = 1, leafdecay_drop = 1

View File

@ -72,6 +72,8 @@ if minetest.get_modpath("lucky_block") then
{name = "farming:seed_rice", max = 15},
{name = "farming:seed_oat", max = 15},
{name = "farming:soil_wet", max = 10},
{name = "farming:cotton_wild", max = 5},
{name = "farming:grapebush", max = 5},
}},
})
end