forked from VoxeLibre/VoxeLibre
Use mod.conf in all mods, part 1
This commit is contained in:
parent
713f933a99
commit
d57db0444f
|
@ -1 +1 @@
|
|||
A survival sandbox game. Survive, gather, hunt, mine, build, explore, and do much more. Faithful clone of Minecraft 1.11. This is a work in progress! Expect bugs!
|
||||
A survival sandbox game. Survive, gather, hunt, mine, build, explore, and do much more. Faithful clone of Minecraft 1.12. This is a work in progress! Expect bugs!
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
MineClone 2 core mod which automatically adds groups to all items. Very important for digging times.
|
|
@ -1 +1,3 @@
|
|||
name = _mcl_autogroup
|
||||
author = Wuzzy
|
||||
description = MineClone 2 core mod which automatically adds groups to all items. Very important for digging times.
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
name = biomeinfo
|
||||
author = Wuzzy
|
||||
description = Simple API to get data about biomes.
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
name=controls
|
||||
name = controls
|
||||
author = Arcelmi
|
||||
description = Controls framework by Arcelmi
|
||||
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
name = flowlib
|
||||
author = Qwertymine3
|
||||
description = Simple flow functions for use in Minetest mods by Qwertymine3
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Adds additional ways for nodes to be attached.
|
|
@ -0,0 +1,3 @@
|
|||
name = mcl_attached
|
||||
author = Wuzzy
|
||||
description = Adds additional ways for nodes to be attached.
|
|
@ -1,4 +1,5 @@
|
|||
name = mcl_explosions
|
||||
author = ryvnf
|
||||
description = A common API to create explosions.
|
||||
depends = mcl_particles
|
||||
optional_depends = mcl_fire
|
||||
|
|
|
@ -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,3 @@
|
|||
name = mcl_init
|
||||
author = Wuzzy
|
||||
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,3 @@
|
|||
name = mcl_loot
|
||||
author = Wuzzy
|
||||
description = API for filling a chest with random treasures.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Contains particle images of MineClone 2. No code.
|
|
@ -1 +1,3 @@
|
|||
name = mcl_particles
|
||||
author = Wuzzy
|
||||
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,3 @@
|
|||
name = mcl_sounds
|
||||
author = Wuzzy
|
||||
description = This mod contains the core sounds of MineClone 2 as well as helper function for mods to access them.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
mcl_init
|
|
@ -1 +0,0 @@
|
|||
Helper functions for MineClone 2.
|
|
@ -1 +1,4 @@
|
|||
name = mcl_util
|
||||
author = Wuzzy
|
||||
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,5 @@
|
|||
name = mcl_worlds
|
||||
author = Wuzzy
|
||||
description = Utility functions for worlds and the “dimensions”.
|
||||
depends = mcl_init
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
name = walkover
|
||||
author = lordfingle
|
||||
description = Some mode developers have shown an interest in having an `on_walk_over` event. This is useful for pressure-plates and the like.
|
||||
|
|
@ -1 +0,0 @@
|
|||
mcl_core
|
|
@ -0,0 +1,4 @@
|
|||
name = drippingwater
|
||||
author = kddekadenz
|
||||
description = Drops are generated rarely under solid nodes
|
||||
depends = mcl_core
|
|
@ -20,4 +20,4 @@ Authors include:
|
|||
* Various Minetest / Minetest Game developers and contributors (2012-2016)
|
||||
* maikerumine (2017)
|
||||
* Wuzzy (2017)
|
||||
|
||||
* Fleckenstein (2020-2021)
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
mcl_player
|
||||
mcl_core?
|
||||
doc_identifier?
|
|
@ -1 +0,0 @@
|
|||
Adds drivable boats.
|
|
@ -1 +1,7 @@
|
|||
name = mcl_boats
|
||||
author = PilzAdam
|
||||
description = Adds drivable boats.
|
||||
depends = mcl_player
|
||||
optional_depends = mcl_core, doc_identifier
|
||||
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Falling node entities, Minecraft-style
|
|
@ -1 +1,3 @@
|
|||
name = mcl_falling_nodes
|
||||
author = Wuzzy
|
||||
description = Falling node entities, Minecraft-style
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
flowlib
|
||||
mcl_enchanting
|
|
@ -1 +0,0 @@
|
|||
Dropped items will be attracted to the player like a magnet.
|
|
@ -1 +1,4 @@
|
|||
name = mcl_item_entity
|
||||
author = PilzAdam
|
||||
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,6 @@
|
|||
name = mcl_minecarts
|
||||
author = Krock
|
||||
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 +0,0 @@
|
|||
Adds a mob API for mods to add animals or monsters, etc.
|
|
@ -1,3 +1,5 @@
|
|||
name = mcl_mobs
|
||||
author = PilzAdam
|
||||
description = Adds a mob API for mods to add animals or monsters, etc.
|
||||
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
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
name = mcl_paintings
|
||||
author = Wuzzy
|
||||
description = The paintings mod for MCL2
|
||||
|
||||
|
|
|
@ -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,6 @@
|
|||
name = mobs_mc
|
||||
author = maikerumine
|
||||
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,4 @@
|
|||
name = mobs_mc_gameconfig
|
||||
author = Wuzzy
|
||||
description = mobs_mc game configuration for MCL2
|
||||
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,6 @@
|
|||
name = lightning
|
||||
author = sofar
|
||||
description = A mod that adds thunder and lightning effects.
|
||||
depends = mcl_fire
|
||||
optional_depends = mcl_death_messages
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
name = mcl_moon
|
||||
author = Wuzzy
|
||||
description = Adds moon phases to the game
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
mcl_worlds
|
||||
mcl_death_messages
|
|
@ -1 +0,0 @@
|
|||
Deal damage to entities stuck in the deep void
|
|
@ -1 +1,4 @@
|
|||
name = mcl_void_damage
|
||||
author = Wuzzy
|
||||
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,5 @@
|
|||
name = mcl_weather
|
||||
author = xeranas
|
||||
description = Weather and sky handling: Rain, snow, thunderstorm, End and Nether ambience
|
||||
depends = mcl_init, mcl_worlds
|
||||
optional_depends = lightning
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Provides an extensible in-game help with texts about gameplay basics (such a crafting), items and advanced usage.
|
|
@ -1,3 +1,4 @@
|
|||
name = doc
|
||||
optional_depends = unified_inventory, sfinv_buttons, central_message, inventory_plus
|
||||
author = Wuzzy
|
||||
description = A simple in-game documentation system which enables mods to add help entries based on templates.
|
||||
optional_depends = unified_inventory, sfinv_buttons, central_message, inventory_plus
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
name = doc_identifier
|
||||
author = Wuzzy
|
||||
description = Adds a tool which shows help entries about almost anything which it punches.
|
||||
depends = doc, doc_items
|
||||
optional_depends = doc_basics, mcl_core
|
||||
description = Adds a tool which shows help entries about almost anything which it punches.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
name = doc_items
|
||||
depends = doc
|
||||
author = Wuzzy
|
||||
description = Adds automatically generated help texts for items.
|
||||
depends = doc
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
name = doc
|
||||
description = Provides an extensible in-game help with texts about gameplay basics (such a crafting), items and advanced usage.
|
||||
|
|
|
@ -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
|
||||
author = kilbith
|
||||
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,4 @@
|
|||
name = mcl_doc
|
||||
author = Wuzzy
|
||||
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,3 +1,4 @@
|
|||
name = mcl_doc_basics
|
||||
depends = doc
|
||||
author = Wuzzy
|
||||
description = Adds some help texts explaining how to use MineClone 2.
|
||||
depends = doc
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
tt
|
||||
mcl_enchanting
|
|
@ -0,0 +1,4 @@
|
|||
name = mcl_tt
|
||||
author = Wuzzy
|
||||
description = Add MCL2 tooltips
|
||||
depends = tt, mcl_enchanting
|
|
@ -1,2 +1,3 @@
|
|||
name = tt
|
||||
author = Wuzzy
|
||||
description = Support for custom tooltip extensions for items
|
||||
|
|
|
@ -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,2 +1,3 @@
|
|||
name = hudbars
|
||||
author = Wuzzy
|
||||
description = Replaces the health and breath symbols in the HUD by “progress bars” and shows exact values. Other mods can add more progress bars for custom player stats.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
awards
|
|
@ -1 +1,4 @@
|
|||
name = mcl_achievements
|
||||
author = Wuzzy
|
||||
description = Adds MCL2 Archivements
|
||||
depends = awards
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Provides core textures needed by Minetest.
|
|
@ -1 +1,3 @@
|
|||
name = mcl_base_textures
|
||||
author = Wuzzy
|
||||
description = Provides core textures needed by Minetest.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Shows messages in chat when a player dies.
|
|
@ -1 +1,3 @@
|
|||
name = mcl_death_messages
|
||||
author = 4Evergreen4
|
||||
description = Shows messages in chat when a player dies.
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
name = mcl_experience
|
||||
author = oilboi
|
||||
description = eXPerience mod
|
|
@ -1 +1,3 @@
|
|||
name = mcl_formspec
|
||||
author = Wuzzy
|
||||
description = Helper mod to simplify creation of formspecs a little bit
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
mcl_init
|
|
@ -1 +1,4 @@
|
|||
name = mcl_formspec_prepend
|
||||
author = Wuzzy
|
||||
description = Formspec prepend for MCL2
|
||||
depends = mcl_init
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Adds a HUD bar displaying the current damage of the player's armor.
|
|
@ -1,2 +1,4 @@
|
|||
name = mcl_hbarmor
|
||||
author = BlockMen
|
||||
description = Adds a HUD bar displaying the current damage of the player's armor.
|
||||
depends = hudbars, mcl_armor
|
||||
|
|
|
@ -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,6 @@
|
|||
name = mcl_inventory
|
||||
author = BlockMen
|
||||
description = Adds the player inventory and creative inventory.
|
||||
depends = mcl_init, mcl_formspec
|
||||
optional_depends = mcl_player, _mcl_autogroup, mcl_armor, mcl_brewing, mcl_potions, mcl_enchanting
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
name = mcl_tmp_message
|
||||
author = Fleckenstein
|
||||
description = A simple API to show a temporary message to a player
|
|
@ -1 +0,0 @@
|
|||
hudbars?
|
|
@ -1 +0,0 @@
|
|||
Displays the name of the wielded item.
|
|
@ -1 +1,4 @@
|
|||
name = show_wielded_item
|
||||
author = 4aiman
|
||||
description = Displays the name of the wielded item.
|
||||
optional_depends = hudbars
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
mcl_init
|
||||
mcl_formspec
|
||||
mcl_sounds
|
||||
mcl_core?
|
||||
screwdriver?
|
||||
tt
|
||||
mcl_enchanting
|
|
@ -1 +1,5 @@
|
|||
name = mcl_anvils
|
||||
author = Wuzzy
|
||||
description = Anvils mods for MCL2
|
||||
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,5 @@
|
|||
name = mcl_armor
|
||||
author = stu
|
||||
description = Adds craftable armor that is visible to other players.
|
||||
depends = mcl_core, mcl_player, mcl_enchanting
|
||||
optional_depends = mcl_fire, ethereal, bakedclay
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue