forked from Mineclonia/Mineclonia
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:
parent
5e9eee0b9d
commit
1800e79384
|
@ -1 +0,0 @@
|
|||
Adds additional ways for nodes to be attached.
|
|
@ -0,0 +1,2 @@
|
|||
name = mcl_attached
|
||||
description = Adds additional ways for nodes to be attached.
|
|
@ -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.
|
|
@ -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.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
API for filling a chest with random treasures.
|
|
@ -1 +1,2 @@
|
|||
name = mcl_loot
|
||||
description = API for filling a chest with random treasures.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Contains particle images of MineClone 2. No code.
|
|
@ -1 +1,2 @@
|
|||
name = mcl_particles
|
||||
description = Contains particle images of MineClone 2. No code.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
This mod contains the core sounds of MineClone 2 as well as helper function for mods to access them.
|
|
@ -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.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Falling node entities, Minecraft-style
|
|
@ -1 +1,2 @@
|
|||
name = mcl_falling_nodes
|
||||
description = Falling node entities, Minecraft-style
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Adds a mob API for mods to add animals or monsters, etc.
|
|
@ -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.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Provides an extensible in-game help with texts about gameplay basics (such a crafting), items and advanced usage.
|
|
@ -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.
|
|
@ -1 +0,0 @@
|
|||
Provides core textures needed by Minetest.
|
|
@ -1 +1,2 @@
|
|||
name = mcl_base_textures
|
||||
description = Provides core textures needed by Minetest.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Shows messages in chat when a player dies.
|
|
@ -1 +1,2 @@
|
|||
name = mcl_death_messages
|
||||
description = Shows messages in chat when a player dies.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Adds a HUD bar displaying the current damage of the player's armor.
|
|
@ -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.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Shared privileges in MineClone 2
|
|
@ -0,0 +1,2 @@
|
|||
name = mcl_privs
|
||||
description = Shared privileges in MineClone 2
|
|
@ -1 +0,0 @@
|
|||
This mod makes it possible for multiple mods to modify player physics (speed, jumping strength, gravity) without conflict.
|
|
@ -1 +1,2 @@
|
|||
name = playerphysics
|
||||
description = This mod makes it possible for multiple mods to modify player physics (speed, jumping strength, gravity) without conflict.
|
||||
|
|
Loading…
Reference in New Issue