diff --git a/misc/mod.conf b/misc/mod.conf index 6e5cacf..204a77c 100644 --- a/misc/mod.conf +++ b/misc/mod.conf @@ -1,3 +1,4 @@ name = misc -description = Add various things to the server +title = NALC misc +description = Add various things from MFF depends = interact diff --git a/nalc_awards/depends.txt b/nalc_awards/depends.txt deleted file mode 100644 index 0c79f17..0000000 --- a/nalc_awards/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -nalc_lib -nalc_technic -awards diff --git a/nalc_awards/mod.conf b/nalc_awards/mod.conf new file mode 100644 index 0000000..6492e73 --- /dev/null +++ b/nalc_awards/mod.conf @@ -0,0 +1,4 @@ +name = nalc_awards +title = NALC Awards +description = Add NALC awards +depends = nalc_lib,nalc_technic,awards diff --git a/nalc_beds/depends.txt b/nalc_beds/depends.txt deleted file mode 100644 index 667f2ce..0000000 --- a/nalc_beds/depends.txt +++ /dev/null @@ -1 +0,0 @@ -beds diff --git a/nalc_beds/mod.conf b/nalc_beds/mod.conf new file mode 100644 index 0000000..39c0cd7 --- /dev/null +++ b/nalc_beds/mod.conf @@ -0,0 +1,4 @@ +name = nalc_beds +title = NALC Beds +description = Add new colored beds +depends = beds diff --git a/nalc_boats/depends.txt b/nalc_boats/depends.txt deleted file mode 100644 index 8a4e32b..0000000 --- a/nalc_boats/depends.txt +++ /dev/null @@ -1 +0,0 @@ -boats diff --git a/nalc_boats/mod.conf b/nalc_boats/mod.conf new file mode 100644 index 0000000..1637b80 --- /dev/null +++ b/nalc_boats/mod.conf @@ -0,0 +1,4 @@ +name = nalc_boats +title = NALC Boats +description = Add new boats +depends = boats diff --git a/nalc_bucket/depends.txt b/nalc_bucket/depends.txt deleted file mode 100644 index 14c228e..0000000 --- a/nalc_bucket/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -nalc_default -bucket diff --git a/nalc_bucket/mod.conf b/nalc_bucket/mod.conf new file mode 100644 index 0000000..dc54ac3 --- /dev/null +++ b/nalc_bucket/mod.conf @@ -0,0 +1,4 @@ +name = nalc_bucket +title = NALC Buckets +description = Add sand and acid source +depends = nalc_default,bucket diff --git a/nalc_carts/depends.txt b/nalc_carts/depends.txt deleted file mode 100644 index 40f13ed..0000000 --- a/nalc_carts/depends.txt +++ /dev/null @@ -1 +0,0 @@ -boost_cart diff --git a/nalc_carts/mod.conf b/nalc_carts/mod.conf new file mode 100644 index 0000000..dab5201 --- /dev/null +++ b/nalc_carts/mod.conf @@ -0,0 +1,5 @@ +name = nalc_carts +title = NALC Carts +description = Customize cart mod +depends = boost_cart + diff --git a/nalc_default/depends.txt b/nalc_default/depends.txt deleted file mode 100644 index a770cbb..0000000 --- a/nalc_default/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -toolranks? diff --git a/nalc_default/mod.conf b/nalc_default/mod.conf new file mode 100644 index 0000000..f60e3fa --- /dev/null +++ b/nalc_default/mod.conf @@ -0,0 +1,5 @@ +name = nalc_default +title = NALC Default +description = Customize default mod +depends = default +optional_depends = toolranks diff --git a/nalc_diet/depends.txt b/nalc_diet/depends.txt deleted file mode 100644 index df8c1b0..0000000 --- a/nalc_diet/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -diet -farming? -mtfoods? diff --git a/nalc_diet/mod.conf b/nalc_diet/mod.conf new file mode 100644 index 0000000..c14512f --- /dev/null +++ b/nalc_diet/mod.conf @@ -0,0 +1,5 @@ +name = nalc_diet +title = NALC Diet +description = Customize diet mod +depends = diet +optional_depends = farming,mtfoods diff --git a/nalc_doors/depends.txt b/nalc_doors/depends.txt deleted file mode 100644 index cad013c..0000000 --- a/nalc_doors/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -doors - diff --git a/nalc_doors/mod.conf b/nalc_doors/mod.conf new file mode 100644 index 0000000..56f7a1f --- /dev/null +++ b/nalc_doors/mod.conf @@ -0,0 +1,4 @@ +name = nalc_doors +title = NALC Doors +description = Add new doors +depends = doors diff --git a/nalc_flowers/depends.txt b/nalc_flowers/depends.txt deleted file mode 100644 index abb01ae..0000000 --- a/nalc_flowers/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -flowers diff --git a/nalc_flowers/mod.conf b/nalc_flowers/mod.conf index db6a4e8..6fc715d 100644 --- a/nalc_flowers/mod.conf +++ b/nalc_flowers/mod.conf @@ -1,3 +1,4 @@ name = nalc_flowers -description = NALC mod: nalc_flowers +title = NALC Flowers +description = Add lilypad depends = default,flowers diff --git a/nalc_hell/mod.conf b/nalc_hell/mod.conf index e437b8f..f9ebf9b 100644 --- a/nalc_hell/mod.conf +++ b/nalc_hell/mod.conf @@ -1,3 +1,4 @@ name = nalc_hell +title = NALC Hell description = Add toolranks support to hell mod depends = hell,toolranks diff --git a/nalc_lib/mod.conf b/nalc_lib/mod.conf index 68894a9..5ad84e3 100644 --- a/nalc_lib/mod.conf +++ b/nalc_lib/mod.conf @@ -1,2 +1,3 @@ name = nalc_lib -description = NALC library +title = NALC Lib +description = NALC library diff --git a/nalc_locks/depends.txt b/nalc_locks/depends.txt deleted file mode 100644 index f30b9db..0000000 --- a/nalc_locks/depends.txt +++ /dev/null @@ -1 +0,0 @@ -locks diff --git a/nalc_locks/mod.conf b/nalc_locks/mod.conf new file mode 100644 index 0000000..5b95b76 --- /dev/null +++ b/nalc_locks/mod.conf @@ -0,0 +1,4 @@ +name = nalc_locks +title = NALC Locks +description = Customize locks mod +depends = locks diff --git a/nalc_maptools/depends.txt b/nalc_maptools/depends.txt deleted file mode 100644 index db0eb77..0000000 --- a/nalc_maptools/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -nalc_default -nalc_moreores -maptools diff --git a/nalc_maptools/mod.conf b/nalc_maptools/mod.conf new file mode 100644 index 0000000..a19a282 --- /dev/null +++ b/nalc_maptools/mod.conf @@ -0,0 +1,4 @@ +name = nalc_maptools +title = NALC Maptools +description = Customize maptools mod +depends = nalc_default,nalc_moreores,maptools diff --git a/nalc_mediterranean/mod.conf b/nalc_mediterranean/mod.conf index 04d58cc..92cfe32 100644 --- a/nalc_mediterranean/mod.conf +++ b/nalc_mediterranean/mod.conf @@ -1,3 +1,5 @@ name = nalc_mediterranean +title = NALC Mediterranean +description = Add mediterranean biome depends = default optional_depends = snow,bonemeal diff --git a/nalc_mesecons/depends.txt b/nalc_mesecons/depends.txt deleted file mode 100644 index 02976bf..0000000 --- a/nalc_mesecons/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -mesecons_detector -digilines diff --git a/nalc_mesecons/mod.conf b/nalc_mesecons/mod.conf new file mode 100644 index 0000000..81323d0 --- /dev/null +++ b/nalc_mesecons/mod.conf @@ -0,0 +1,4 @@ +name = nalc_mesecons +title = NALC Mesecons +description = Customize mesecons mod +depends = mesecons_detector,digilines diff --git a/nalc_mobs/depends.txt b/nalc_mobs/depends.txt deleted file mode 100644 index ffc5d5f..0000000 --- a/nalc_mobs/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -mobs -toolranks? diff --git a/nalc_mobs/mod.conf b/nalc_mobs/mod.conf new file mode 100644 index 0000000..b3eb19f --- /dev/null +++ b/nalc_mobs/mod.conf @@ -0,0 +1,5 @@ +name = nalc_mobs +title = NALC Mobs +description = Customize mobs mod +depends = mobs +optional_depends = toolranks diff --git a/nalc_moognu/depends.txt b/nalc_moognu/depends.txt deleted file mode 100644 index dbb9510..0000000 --- a/nalc_moognu/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -moognu -toolranks? diff --git a/nalc_moognu/mod.conf b/nalc_moognu/mod.conf new file mode 100644 index 0000000..c9ea556 --- /dev/null +++ b/nalc_moognu/mod.conf @@ -0,0 +1,5 @@ +name = nalc_moognu +title = NALC Moognu +description = Customize moognu mod +depends = moognu +optional_depends = toolranks diff --git a/nalc_moreblocks/depends.txt b/nalc_moreblocks/depends.txt deleted file mode 100644 index 30bf095..0000000 --- a/nalc_moreblocks/depends.txt +++ /dev/null @@ -1 +0,0 @@ -moreblocks diff --git a/nalc_moreblocks/mod.conf b/nalc_moreblocks/mod.conf new file mode 100644 index 0000000..a3e550b --- /dev/null +++ b/nalc_moreblocks/mod.conf @@ -0,0 +1,4 @@ +name = nalc_moreblocks +title = NALC Moreblocks +description = Customize moreblocks mod +depends = moreblocks diff --git a/nalc_moreores/depends.txt b/nalc_moreores/depends.txt deleted file mode 100644 index efb4cf4..0000000 --- a/nalc_moreores/depends.txt +++ /dev/null @@ -1 +0,0 @@ -moreores diff --git a/nalc_moreores/mod.conf b/nalc_moreores/mod.conf new file mode 100644 index 0000000..4d6121f --- /dev/null +++ b/nalc_moreores/mod.conf @@ -0,0 +1,4 @@ +name = nalc_moreores +title = NALC Moreores +description = Customize moreores mod +depends = moreores diff --git a/nalc_moretrees/mod.conf b/nalc_moretrees/mod.conf index 9d753b1..55a9f4f 100644 --- a/nalc_moretrees/mod.conf +++ b/nalc_moretrees/mod.conf @@ -1,3 +1,4 @@ name = nalc_moretrees +title = NALC Moretrees +description = Customize moretrees mod depends = moretrees, nalc_riesenpilz, nalc_mediterranean, snow -optional_depends = diff --git a/nalc_riesenpilz/mod.conf b/nalc_riesenpilz/mod.conf index 7046e78..d6172e0 100644 --- a/nalc_riesenpilz/mod.conf +++ b/nalc_riesenpilz/mod.conf @@ -1,4 +1,5 @@ name = nalc_riesenpilz +title = NALC Riesenpilz description = Generate mushroom biomes with schematics in Minetest. depends = default,riesenpilz,stairs optional_depends = bonemeal diff --git a/nalc_technic/depends.txt b/nalc_technic/depends.txt deleted file mode 100644 index b88d3ff..0000000 --- a/nalc_technic/depends.txt +++ /dev/null @@ -1 +0,0 @@ -technic diff --git a/nalc_technic/mod.conf b/nalc_technic/mod.conf new file mode 100644 index 0000000..dcf2e0b --- /dev/null +++ b/nalc_technic/mod.conf @@ -0,0 +1,4 @@ +name = nalc_technic +title = NALC Technic +description = Customize technic mod +depends = technic diff --git a/nalc_trm/depends.txt b/nalc_trm/depends.txt deleted file mode 100644 index bf8e8e0..0000000 --- a/nalc_trm/depends.txt +++ /dev/null @@ -1,9 +0,0 @@ -treasurer -default - - - - - - - diff --git a/nalc_trm/mod.conf b/nalc_trm/mod.conf new file mode 100644 index 0000000..04ae211 --- /dev/null +++ b/nalc_trm/mod.conf @@ -0,0 +1,4 @@ +name = nalc_trm +title = NALC TRM +description = Add items for various trm like mods +depends = treasurer,default diff --git a/nalc_unified_inventory/mod.conf b/nalc_unified_inventory/mod.conf index 80bfd5a..943756a 100644 --- a/nalc_unified_inventory/mod.conf +++ b/nalc_unified_inventory/mod.conf @@ -1,2 +1,3 @@ name = nalc_unified_inventory +title = NALC Unified Inventory description = Correctifs/changements du mod unified_inventory pour NALC