forked from mtcontrib/farming
add mcl_grass as optional dependency
This commit is contained in:
@ -67,3 +67,4 @@ if farming.mcl then
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
2
mod.conf
2
mod.conf
@ -1,4 +1,4 @@
|
|||||||
name = farming
|
name = farming
|
||||||
description = Adds many new plants and food into Minetest.
|
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
|
min_minetest_version = 5.0
|
||||||
|
Reference in New Issue
Block a user