Also update mods with only description.txt

In f44dcefdc6 the script used to migrate to mod.conf did not migrate
mods with only a description.txt file and no depends.txt file.  This
commit fixes that.
This commit is contained in:
Elias Åström 2021-05-02 10:52:05 +02:00
parent 5e9eee0b9d
commit 1800e79384
26 changed files with 16 additions and 13 deletions

View File

@ -1 +0,0 @@
Adds additional ways for nodes to be attached.

View File

@ -0,0 +1,2 @@
name = mcl_attached
description = Adds additional ways for nodes to be attached.

View File

@ -1 +0,0 @@
Initialization mod of MineClone 2. Defines some common shared variables and sets up initial default settings which have to be set at the beginning.

View File

@ -1 +1,2 @@
name = mcl_init
description = Initialization mod of MineClone 2. Defines some common shared variables and sets up initial default settings which have to be set at the beginning.

View File

@ -1 +0,0 @@
API for filling a chest with random treasures.

View File

@ -1 +1,2 @@
name = mcl_loot
description = API for filling a chest with random treasures.

View File

@ -1 +0,0 @@
Contains particle images of MineClone 2. No code.

View File

@ -1 +1,2 @@
name = mcl_particles
description = Contains particle images of MineClone 2. No code.

View File

@ -1 +0,0 @@
This mod contains the core sounds of MineClone 2 as well as helper function for mods to access them.

View File

@ -1 +1,2 @@
name = mcl_sounds
description = This mod contains the core sounds of MineClone 2 as well as helper function for mods to access them.

View File

@ -1 +0,0 @@
Falling node entities, Minecraft-style

View File

@ -1 +1,2 @@
name = mcl_falling_nodes
description = Falling node entities, Minecraft-style

View File

@ -1 +0,0 @@
Adds a mob API for mods to add animals or monsters, etc.

View File

@ -1,3 +1,4 @@
name = mcl_mobs
depends = mcl_particles
optional_depends = mcl_weather, mcl_explosions, mcl_hunger, mcl_worlds, invisibility, lucky_block, cmi, doc_identifier, mcl_armor, mcl_portals, mcl_experience
description = Adds a mob API for mods to add animals or monsters, etc.

View File

@ -1 +0,0 @@
Provides an extensible in-game help with texts about gameplay basics (such a crafting), items and advanced usage.

2
mods/HELP/doc/mod.conf Normal file
View File

@ -0,0 +1,2 @@
name = doc
description = Provides an extensible in-game help with texts about gameplay basics (such a crafting), items and advanced usage.

View File

@ -1 +0,0 @@
Provides core textures needed by Minetest.

View File

@ -1 +1,2 @@
name = mcl_base_textures
description = Provides core textures needed by Minetest.

View File

@ -1 +0,0 @@
Shows messages in chat when a player dies.

View File

@ -1 +1,2 @@
name = mcl_death_messages
description = Shows messages in chat when a player dies.

View File

@ -1 +0,0 @@
Adds a HUD bar displaying the current damage of the player's armor.

View File

@ -1,2 +1,3 @@
name = mcl_hbarmor
depends = hudbars, mcl_armor
description = Adds a HUD bar displaying the current damage of the player's armor.

View File

@ -1 +0,0 @@
Shared privileges in MineClone 2

View File

@ -0,0 +1,2 @@
name = mcl_privs
description = Shared privileges in MineClone 2

View File

@ -1 +0,0 @@
This mod makes it possible for multiple mods to modify player physics (speed, jumping strength, gravity) without conflict.

View File

@ -1 +1,2 @@
name = playerphysics
description = This mod makes it possible for multiple mods to modify player physics (speed, jumping strength, gravity) without conflict.