Skip to content

Commit

Permalink
Add min minetest version
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Aug 12, 2020
1 parent cbf39a8 commit ba1dcd9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions concrete/mod.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name = concrete
depends = default
optional_depends = basic_materials, moreblocks
min_minetest_version = 5.0.0
1 change: 1 addition & 0 deletions extranodes/mod.conf
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions technic/mod.conf
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions technic_chests/mod.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name = technic_chests
depends = default, basic_materials
optional_depends = moreblocks, moreores, pipeworks, tubelib
min_minetest_version = 5.0.0
1 change: 1 addition & 0 deletions technic_cnc/mod.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name = technic_cnc
depends = default, basic_materials
optional_depends = technic
min_minetest_version = 5.0.0
1 change: 1 addition & 0 deletions technic_worldgen/mod.conf
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions wrench/mod.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name = wrench
depends = default
optional_depends = technic, technic_chests, technic_worldgen
min_minetest_version = 5.0.0

0 comments on commit ba1dcd9

Please sign in to comment.