mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-07-05 09:40:36 +02:00
add mcl_grass as optional dependency
This commit is contained in:
@ -67,3 +67,4 @@ if farming.mcl then
|
||||
}
|
||||
})
|
||||
end
|
||||
|
||||
|
2
mod.conf
2
mod.conf
@ -1,4 +1,4 @@
|
||||
name = farming
|
||||
description = Adds many new plants and food into Minetest.
|
||||
optional_depends = default, mcl_core, mcl_sounds, mcl_farming, mcl_stairs, stairs, lucky_block, toolranks
|
||||
optional_depends = default, mcl_core, mcl_sounds, mcl_farming, mcl_stairs, mcl_flowers, stairs, lucky_block, toolranks
|
||||
min_minetest_version = 5.0
|
||||
|
Reference in New Issue
Block a user