forked from Mineclonia/Mineclonia
Move data from deprecated files to mod.conf
Move data from deprecated files (depends.txt and description.txt) into fields in mod.conf for all mods.
This commit is contained in:
parent
e9182a9506
commit
f44dcefdc6
|
@ -1 +0,0 @@
|
|||
MineClone 2 core mod which automatically adds groups to all items. Very important for digging times.
|
|
@ -1 +1,2 @@
|
|||
name = _mcl_autogroup
|
||||
description = MineClone 2 core mod which automatically adds groups to all items. Very important for digging times.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
mcl_init
|
|
@ -1 +0,0 @@
|
|||
Helper functions for MineClone 2.
|
|
@ -1 +1,3 @@
|
|||
name = mcl_util
|
||||
description = Helper functions for MineClone 2.
|
||||
depends = mcl_init
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
mcl_init
|
|
@ -1 +0,0 @@
|
|||
Utility functions for worlds and the “dimensions”.
|
|
@ -0,0 +1,3 @@
|
|||
name = mcl_worlds
|
||||
description = Utility functions for worlds and the “dimensions”.
|
||||
depends = mcl_init
|
|
@ -1 +0,0 @@
|
|||
mcl_core
|
|
@ -0,0 +1,2 @@
|
|||
name = drippingwater
|
||||
depends = mcl_core
|
|
@ -1,3 +0,0 @@
|
|||
mcl_player
|
||||
mcl_core?
|
||||
doc_identifier?
|
|
@ -1 +0,0 @@
|
|||
Adds drivable boats.
|
|
@ -1 +1,4 @@
|
|||
name = mcl_boats
|
||||
description = Adds drivable boats.
|
||||
depends = mcl_player
|
||||
optional_depends = mcl_core, doc_identifier
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
flowlib
|
||||
mcl_enchanting
|
|
@ -1 +0,0 @@
|
|||
Dropped items will be attracted to the player like a magnet.
|
|
@ -1 +1,3 @@
|
|||
name = mcl_item_entity
|
||||
description = Dropped items will be attracted to the player like a magnet.
|
||||
depends = flowlib, mcl_enchanting
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
mcl_explosions
|
||||
mcl_core
|
||||
mcl_sounds
|
||||
mcl_player
|
||||
mcl_achievements
|
||||
mcl_chests
|
||||
mcl_furnaces
|
||||
mesecons_commandblock
|
||||
mcl_hoppers
|
||||
mcl_tnt
|
||||
mesecons
|
||||
doc_identifier?
|
|
@ -1 +0,0 @@
|
|||
Minecarts are vehicles to move players quickly on rails.
|
|
@ -1 +1,4 @@
|
|||
name = mcl_minecarts
|
||||
description = Minecarts are vehicles to move players quickly on rails.
|
||||
depends = mcl_explosions, mcl_core, mcl_sounds, mcl_player, mcl_achievements, mcl_chests, mcl_furnaces, mesecons_commandblock, mcl_hoppers, mcl_tnt, mesecons
|
||||
optional_depends = doc_identifier
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
mcl_init
|
||||
mcl_particles
|
||||
default?
|
||||
mcl_mobs
|
||||
mcl_tnt?
|
||||
mcl_bows?
|
||||
mcl_throwing?
|
||||
mcl_fishing?
|
||||
bones?
|
||||
mesecons_materials?
|
||||
mobs_mc_gameconfig?
|
||||
doc_items?
|
|
@ -1 +0,0 @@
|
|||
Adds Minecraft-like monsters and animals.
|
|
@ -1 +1,4 @@
|
|||
name = mobs_mc
|
||||
description = Adds Minecraft-like monsters and animals.
|
||||
depends = mcl_init, mcl_particles, mcl_mobs
|
||||
optional_depends = default, mcl_tnt, mcl_bows, mcl_throwing, mcl_fishing, bones, mesecons_materials, mobs_mc_gameconfig, doc_items
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
mcl_init
|
||||
mcl_core
|
|
@ -0,0 +1,2 @@
|
|||
name = mobs_mc_gameconfig
|
||||
depends = mcl_init, mcl_core
|
|
@ -1,2 +0,0 @@
|
|||
mcl_fire
|
||||
mcl_death_messages?
|
|
@ -1 +0,0 @@
|
|||
A mod that adds thunder and lightning effects.
|
|
@ -1 +1,4 @@
|
|||
name = lightning
|
||||
description = A mod that adds thunder and lightning effects.
|
||||
depends = mcl_fire
|
||||
optional_depends = mcl_death_messages
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
mcl_worlds
|
||||
mcl_death_messages
|
|
@ -1 +0,0 @@
|
|||
Deal damage to entities stuck in the deep void
|
|
@ -1 +1,3 @@
|
|||
name = mcl_void_damage
|
||||
description = Deal damage to entities stuck in the deep void
|
||||
depends = mcl_worlds, mcl_death_messages
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
mcl_init
|
||||
mcl_worlds
|
||||
lightning?
|
|
@ -1 +0,0 @@
|
|||
Weather and sky handling: Rain, snow, thunderstorm, End and Nether ambience
|
|
@ -1 +1,4 @@
|
|||
name = mcl_weather
|
||||
description = Weather and sky handling: Rain, snow, thunderstorm, End and Nether ambience
|
||||
depends = mcl_init, mcl_worlds
|
||||
optional_depends = lightning
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
mcl_core
|
||||
mcl_compass
|
||||
mcl_clock
|
||||
doc
|
||||
sfinv?
|
||||
sfinv_buttons?
|
|
@ -1,2 +0,0 @@
|
|||
The most comprehensive Crafting Guide
|
||||
on Minetest.
|
|
@ -1 +1,5 @@
|
|||
name = mcl_craftguide
|
||||
description = The most comprehensive Crafting Guide
|
||||
on Minetest.
|
||||
depends = mcl_core, mcl_compass, mcl_clock, doc
|
||||
optional_depends = sfinv, sfinv_buttons
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
doc
|
||||
doc_items
|
|
@ -1 +0,0 @@
|
|||
This MineClone 2 mod sets up and configures the Help modpack mods to tailor the help towards MineClone 2.
|
|
@ -1 +1,3 @@
|
|||
name = mcl_doc
|
||||
description = This MineClone 2 mod sets up and configures the Help modpack mods to tailor the help towards MineClone 2.
|
||||
depends = doc, doc_items
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
tt
|
||||
mcl_enchanting
|
|
@ -0,0 +1,2 @@
|
|||
name = mcl_tt
|
||||
depends = tt, mcl_enchanting
|
|
@ -1,2 +0,0 @@
|
|||
sfinv?
|
||||
unified_inventory?
|
|
@ -1 +0,0 @@
|
|||
Adds achievements to Minetest, and an API to register new ones.
|
|
@ -5,3 +5,4 @@ description = Adds achievements to Minetest, and an API to register new ones.
|
|||
license = LGPL 2.1 or later
|
||||
forum = https://forum.minetest.net/viewtopic.php?t=4870
|
||||
version = 2.3.0
|
||||
optional_depends = sfinv, unified_inventory
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
awards
|
|
@ -1 +1,2 @@
|
|||
name = mcl_achievements
|
||||
depends = awards
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
mcl_init
|
|
@ -1 +1,2 @@
|
|||
name = mcl_formspec_prepend
|
||||
depends = mcl_init
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
mcl_init
|
||||
mcl_formspec
|
||||
mcl_player?
|
||||
_mcl_autogroup?
|
||||
mcl_armor?
|
||||
mcl_brewing?
|
||||
mcl_potions?
|
||||
mcl_enchanting
|
|
@ -1 +0,0 @@
|
|||
Adds the player inventory and creative inventory.
|
|
@ -1 +1,4 @@
|
|||
name = mcl_inventory
|
||||
description = Adds the player inventory and creative inventory.
|
||||
depends = mcl_init, mcl_formspec, mcl_enchanting
|
||||
optional_depends = mcl_player, _mcl_autogroup, mcl_armor, mcl_brewing, mcl_potions
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
hudbars?
|
|
@ -1 +0,0 @@
|
|||
Displays the name of the wielded item.
|
|
@ -1 +1,3 @@
|
|||
name = show_wielded_item
|
||||
description = Displays the name of the wielded item.
|
||||
optional_depends = hudbars
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
mesecons
|
||||
mcl_sounds
|
||||
doc?
|
||||
screwdriver?
|
|
@ -1 +1,3 @@
|
|||
name = mcl_comparators
|
||||
depends = mesecons, mcl_sounds
|
||||
optional_depends = doc, screwdriver
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
mcl_init
|
||||
mcl_formspec
|
||||
mesecons
|
||||
mcl_sounds
|
||||
mcl_tnt
|
||||
mcl_worlds
|
||||
mcl_core
|
||||
mcl_nether
|
||||
mcl_armor_stand
|
||||
mcl_armor
|
||||
doc?
|
||||
screwdriver?
|
|
@ -0,0 +1,3 @@
|
|||
name = mcl_dispensers
|
||||
depends = mcl_init, mcl_formspec, mesecons, mcl_sounds, mcl_tnt, mcl_worlds, mcl_core, mcl_nether, mcl_armor_stand, mcl_armor
|
||||
optional_depends = doc, screwdriver
|
|
@ -1,6 +0,0 @@
|
|||
mcl_init
|
||||
mcl_formspec
|
||||
mesecons
|
||||
mcl_util
|
||||
doc?
|
||||
screwdriver?
|
|
@ -0,0 +1,3 @@
|
|||
name = mcl_droppers
|
||||
depends = mcl_init, mcl_formspec, mesecons, mcl_util
|
||||
optional_depends = doc, screwdriver
|
|
@ -1,2 +0,0 @@
|
|||
mesecons
|
||||
mcl_util
|
|
@ -0,0 +1,2 @@
|
|||
name = mcl_observers
|
||||
depends = mesecons, mcl_util
|
|
@ -1,3 +0,0 @@
|
|||
mcl_sounds
|
||||
mcl_core
|
||||
doc?
|
|
@ -0,0 +1,3 @@
|
|||
name = mesecons
|
||||
depends = mcl_sounds, mcl_core
|
||||
optional_depends = doc
|
|
@ -1 +0,0 @@
|
|||
mesecons
|
|
@ -0,0 +1,2 @@
|
|||
name = mesecons_alias
|
||||
depends = mesecons
|
|
@ -1,2 +0,0 @@
|
|||
mesecons
|
||||
doc?
|
|
@ -0,0 +1,3 @@
|
|||
name = mesecons_button
|
||||
depends = mesecons
|
||||
optional_depends = doc
|
|
@ -1,3 +0,0 @@
|
|||
mesecons
|
||||
doc?
|
||||
doc_items?
|
|
@ -0,0 +1,3 @@
|
|||
name = mesecons_commandblock
|
||||
depends = mesecons
|
||||
optional_depends = doc, doc_items
|
|
@ -1,3 +0,0 @@
|
|||
mesecons
|
||||
doc?
|
||||
screwdriver?
|
|
@ -0,0 +1,3 @@
|
|||
name = mesecons_delayer
|
||||
depends = mesecons
|
||||
optional_depends = doc, screwdriver
|
|
@ -1,2 +0,0 @@
|
|||
mesecons
|
||||
doc?
|
|
@ -0,0 +1,3 @@
|
|||
name = mesecons_lightstone
|
||||
depends = mesecons
|
||||
optional_depends = doc
|
|
@ -1 +0,0 @@
|
|||
mesecons
|
|
@ -0,0 +1,2 @@
|
|||
name = mesecons_mvps
|
||||
depends = mesecons
|
|
@ -1,2 +0,0 @@
|
|||
mesecons
|
||||
mcl_particles
|
|
@ -0,0 +1,2 @@
|
|||
name = mesecons_noteblock
|
||||
depends = mesecons, mcl_particles
|
|
@ -1,5 +0,0 @@
|
|||
mesecons
|
||||
mesecons_mvps
|
||||
mcl_mobitems
|
||||
doc?
|
||||
screwdriver?
|
|
@ -0,0 +1,3 @@
|
|||
name = mesecons_pistons
|
||||
depends = mesecons, mesecons_mvps, mcl_mobitems
|
||||
optional_depends = doc, screwdriver
|
|
@ -1,2 +0,0 @@
|
|||
mesecons
|
||||
doc?
|
|
@ -0,0 +1,3 @@
|
|||
name = mesecons_pressureplates
|
||||
depends = mesecons
|
||||
optional_depends = doc
|
|
@ -1,2 +0,0 @@
|
|||
mesecons
|
||||
doc?
|
|
@ -0,0 +1,3 @@
|
|||
name = mesecons_solarpanel
|
||||
depends = mesecons
|
||||
optional_depends = doc
|
|
@ -1,3 +0,0 @@
|
|||
mesecons
|
||||
mcl_torches
|
||||
doc?
|
|
@ -0,0 +1,3 @@
|
|||
name = mesecons_torch
|
||||
depends = mesecons, mcl_torches
|
||||
optional_depends = doc
|
|
@ -1,2 +0,0 @@
|
|||
mesecons
|
||||
doc?
|
|
@ -0,0 +1,3 @@
|
|||
name = mesecons_walllever
|
||||
depends = mesecons
|
||||
optional_depends = doc
|
|
@ -1,2 +0,0 @@
|
|||
mesecons
|
||||
doc?
|
|
@ -0,0 +1,3 @@
|
|||
name = mesecons_wires
|
||||
depends = mesecons
|
||||
optional_depends = doc
|
|
@ -1,7 +0,0 @@
|
|||
mcl_init
|
||||
mcl_formspec
|
||||
mcl_sounds
|
||||
mcl_core?
|
||||
screwdriver?
|
||||
tt
|
||||
mcl_enchanting
|
|
@ -1 +1,3 @@
|
|||
name = mcl_anvils
|
||||
depends = mcl_init, mcl_formspec, mcl_sounds, tt, mcl_enchanting
|
||||
optional_depends = mcl_core, screwdriver
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
mcl_core
|
||||
mcl_player
|
||||
mcl_fire?
|
||||
ethereal?
|
||||
bakedclay?
|
||||
mcl_enchanting
|
|
@ -1 +0,0 @@
|
|||
Adds craftable armor that is visible to other players.
|
|
@ -0,0 +1,4 @@
|
|||
name = mcl_armor
|
||||
description = Adds craftable armor that is visible to other players.
|
||||
depends = mcl_core, mcl_player, mcl_enchanting
|
||||
optional_depends = mcl_fire, ethereal, bakedclay
|
|
@ -1,5 +0,0 @@
|
|||
mcl_armor
|
||||
mcl_core
|
||||
mcl_sounds
|
||||
mcl_stairs
|
||||
screwdriver?
|
|
@ -0,0 +1,3 @@
|
|||
name = mcl_armor_stand
|
||||
depends = mcl_armor, mcl_core, mcl_sounds, mcl_stairs
|
||||
optional_depends = screwdriver
|
|
@ -1,6 +0,0 @@
|
|||
mcl_sounds?
|
||||
mcl_core?
|
||||
mcl_wool?
|
||||
mcl_cauldrons?
|
||||
doc?
|
||||
screwdriver?
|
|
@ -1 +0,0 @@
|
|||
Adds decorative banners in different colors which can be emblazoned with patterns, offering a countless number of combinations.
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue