Skip to content

Commit ba1dcd9

Browse files
committed
Add min minetest version
1 parent cbf39a8 commit ba1dcd9

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

concrete/mod.conf

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name = concrete
22
depends = default
33
optional_depends = basic_materials, moreblocks
4+
min_minetest_version = 5.0.0

extranodes/mod.conf

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name = extranodes
22
depends = default, technic_worldgen, basic_materials, concrete
33
optional_depends = unifieddyes, moreblocks, steel, streetsmod
4+
min_minetest_version = 5.0.0

technic/mod.conf

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name = technic
22
depends = default, pipeworks, technic_worldgen, basic_materials
33
optional_depends = bucket, screwdriver, mesecons, mesecons_mvps, digilines, digiline_remote, unified_inventory, vector_extras, dye
4+
min_minetest_version = 5.0.0

technic_chests/mod.conf

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name = technic_chests
22
depends = default, basic_materials
33
optional_depends = moreblocks, moreores, pipeworks, tubelib
4+
min_minetest_version = 5.0.0

technic_cnc/mod.conf

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name = technic_cnc
22
depends = default, basic_materials
33
optional_depends = technic
4+
min_minetest_version = 5.0.0

technic_worldgen/mod.conf

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name = technic_worldgen
22
depends = default, basic_materials
33
optional_depends = mg, doors, farming, glooptest, mesecons_doors, vessels, toolranks, stairs
4+
min_minetest_version = 5.0.0

wrench/mod.conf

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
name = wrench
22
depends = default
33
optional_depends = technic, technic_chests, technic_worldgen
4+
min_minetest_version = 5.0.0

0 commit comments

Comments
 (0)