mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-15 19:50:19 +01:00
Add min minetest version
This commit is contained in:
parent
c2f02dc0cd
commit
a104c143be
@ -1,3 +1,4 @@
|
|||||||
name = concrete
|
name = concrete
|
||||||
depends = default
|
depends = default
|
||||||
optional_depends = basic_materials, moreblocks
|
optional_depends = basic_materials, moreblocks
|
||||||
|
min_minetest_version = 5.0.0
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
name = extranodes
|
name = extranodes
|
||||||
depends = default, technic_worldgen, basic_materials, concrete
|
depends = default, technic_worldgen, basic_materials, concrete
|
||||||
optional_depends = unifieddyes, moreblocks, steel, streetsmod
|
optional_depends = unifieddyes, moreblocks, steel, streetsmod
|
||||||
|
min_minetest_version = 5.0.0
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
name = technic
|
name = technic
|
||||||
depends = default, pipeworks, technic_worldgen, basic_materials
|
depends = default, pipeworks, technic_worldgen, basic_materials
|
||||||
optional_depends = bucket, screwdriver, mesecons, mesecons_mvps, digilines, digiline_remote, unified_inventory, vector_extras, dye
|
optional_depends = bucket, screwdriver, mesecons, mesecons_mvps, digilines, digiline_remote, unified_inventory, vector_extras, dye
|
||||||
|
min_minetest_version = 5.0.0
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
name = technic_chests
|
name = technic_chests
|
||||||
depends = default, basic_materials
|
depends = default, basic_materials
|
||||||
optional_depends = moreblocks, moreores, pipeworks, tubelib
|
optional_depends = moreblocks, moreores, pipeworks, tubelib
|
||||||
|
min_minetest_version = 5.0.0
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
name = technic_cnc
|
name = technic_cnc
|
||||||
depends = default, basic_materials
|
depends = default, basic_materials
|
||||||
optional_depends = technic
|
optional_depends = technic
|
||||||
|
min_minetest_version = 5.0.0
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
name = technic_worldgen
|
name = technic_worldgen
|
||||||
depends = default, basic_materials
|
depends = default, basic_materials
|
||||||
optional_depends = mg, doors, farming, glooptest, mesecons_doors, vessels, toolranks, stairs
|
optional_depends = mg, doors, farming, glooptest, mesecons_doors, vessels, toolranks, stairs
|
||||||
|
min_minetest_version = 5.0.0
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
name = wrench
|
name = wrench
|
||||||
depends = default
|
depends = default
|
||||||
optional_depends = technic, technic_chests, technic_worldgen
|
optional_depends = technic, technic_chests, technic_worldgen
|
||||||
|
min_minetest_version = 5.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user