diff --git a/concrete/mod.conf b/concrete/mod.conf index df9a461..08e9d1b 100644 --- a/concrete/mod.conf +++ b/concrete/mod.conf @@ -1,3 +1,4 @@ name = concrete depends = default optional_depends = basic_materials, moreblocks +min_minetest_version = 5.0.0 diff --git a/extranodes/mod.conf b/extranodes/mod.conf index e340ba8..54190b5 100644 --- a/extranodes/mod.conf +++ b/extranodes/mod.conf @@ -1,3 +1,4 @@ name = extranodes depends = default, technic_worldgen, basic_materials, concrete optional_depends = unifieddyes, moreblocks, steel, streetsmod +min_minetest_version = 5.0.0 diff --git a/technic/mod.conf b/technic/mod.conf index 1557462..5233a7c 100644 --- a/technic/mod.conf +++ b/technic/mod.conf @@ -1,3 +1,4 @@ name = technic depends = default, pipeworks, technic_worldgen, basic_materials optional_depends = bucket, screwdriver, mesecons, mesecons_mvps, digilines, digiline_remote, unified_inventory, vector_extras, dye +min_minetest_version = 5.0.0 diff --git a/technic_chests/mod.conf b/technic_chests/mod.conf index f29884a..d0dc299 100644 --- a/technic_chests/mod.conf +++ b/technic_chests/mod.conf @@ -1,3 +1,4 @@ name = technic_chests depends = default, basic_materials optional_depends = moreblocks, moreores, pipeworks, tubelib +min_minetest_version = 5.0.0 diff --git a/technic_cnc/mod.conf b/technic_cnc/mod.conf index 4e0f940..dac1440 100644 --- a/technic_cnc/mod.conf +++ b/technic_cnc/mod.conf @@ -1,3 +1,4 @@ name = technic_cnc depends = default, basic_materials optional_depends = technic +min_minetest_version = 5.0.0 diff --git a/technic_worldgen/mod.conf b/technic_worldgen/mod.conf index cf597f6..dacf341 100644 --- a/technic_worldgen/mod.conf +++ b/technic_worldgen/mod.conf @@ -1,3 +1,4 @@ name = technic_worldgen depends = default, basic_materials optional_depends = mg, doors, farming, glooptest, mesecons_doors, vessels, toolranks, stairs +min_minetest_version = 5.0.0 diff --git a/wrench/mod.conf b/wrench/mod.conf index e664750..a3015f1 100644 --- a/wrench/mod.conf +++ b/wrench/mod.conf @@ -1,3 +1,4 @@ name = wrench depends = default optional_depends = technic, technic_chests, technic_worldgen +min_minetest_version = 5.0.0