Move to new mod.conf format for all mods
This commit is contained in:
parent
6758d10b57
commit
74d31d9213
@ -1,2 +0,0 @@
|
||||
default
|
||||
crafting
|
2
mods/achievements/mod.conf
Normal file
2
mods/achievements/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = achievements
|
||||
depends = default, crafting
|
@ -1,2 +0,0 @@
|
||||
default
|
||||
weather?
|
3
mods/ambiance/mod.conf
Normal file
3
mods/ambiance/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = ambiance
|
||||
depends = default
|
||||
optional_depends = weather
|
@ -1,4 +0,0 @@
|
||||
default
|
||||
drop_items_on_die
|
||||
crafting
|
||||
achievements
|
2
mods/armor/mod.conf
Normal file
2
mods/armor/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = armor
|
||||
depends = default, drop_items_on_die, crafting, achievements
|
@ -1,5 +0,0 @@
|
||||
crafting
|
||||
default
|
||||
player_effects
|
||||
achievements
|
||||
farming?
|
3
mods/bed/mod.conf
Normal file
3
mods/bed/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = bed
|
||||
depends = crafting, default, player_effects, achievements
|
||||
optional_depends = farming
|
@ -1 +0,0 @@
|
||||
default
|
2
mods/book/mod.conf
Normal file
2
mods/book/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = book
|
||||
depends = default
|
@ -1 +0,0 @@
|
||||
default
|
2
mods/builtin_item/mod.conf
Normal file
2
mods/builtin_item/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = builtin_item
|
||||
depends = default
|
@ -1,2 +0,0 @@
|
||||
default
|
||||
drop_items_on_die
|
2
mods/crafting/mod.conf
Normal file
2
mods/crafting/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = crafting
|
||||
depends = default, drop_items_on_die
|
@ -1 +0,0 @@
|
||||
default
|
2
mods/creative/mod.conf
Normal file
2
mods/creative/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = creative
|
||||
depends = default
|
1
mods/default/mod.conf
Normal file
1
mods/default/mod.conf
Normal file
@ -0,0 +1 @@
|
||||
name = default
|
@ -1,3 +0,0 @@
|
||||
default
|
||||
crafting
|
||||
achievements
|
2
mods/door/mod.conf
Normal file
2
mods/door/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = door
|
||||
depends = default, crafting, achievements
|
@ -1,2 +0,0 @@
|
||||
default
|
||||
item_drop
|
2
mods/drop_items_on_die/mod.conf
Normal file
2
mods/drop_items_on_die/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = drop_items_on_die
|
||||
depends = default, item_drop
|
@ -1,4 +0,0 @@
|
||||
default
|
||||
weather
|
||||
crafting
|
||||
achievements
|
2
mods/farming/mod.conf
Normal file
2
mods/farming/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = farming
|
||||
depends = default, weather, crafting, achievements
|
@ -1,2 +0,0 @@
|
||||
default
|
||||
util
|
2
mods/give_initial/mod.conf
Normal file
2
mods/give_initial/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = give_initial
|
||||
depends = default, util
|
@ -1,3 +0,0 @@
|
||||
default
|
||||
crafting
|
||||
achievements
|
2
mods/gold/mod.conf
Normal file
2
mods/gold/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = gold
|
||||
depends = default, crafting, achievements
|
@ -1,6 +0,0 @@
|
||||
default
|
||||
farming
|
||||
bed
|
||||
mobs
|
||||
gold?
|
||||
jewels?
|
3
mods/goodies/mod.conf
Normal file
3
mods/goodies/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = goodies
|
||||
depends = default, farming, bed, mobs
|
||||
optional_depends = gold, jewels
|
@ -1 +0,0 @@
|
||||
default
|
2
mods/headbars/mod.conf
Normal file
2
mods/headbars/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = headbars
|
||||
depends = default
|
@ -1,2 +0,0 @@
|
||||
default
|
||||
player_effects
|
2
mods/hunger/mod.conf
Normal file
2
mods/hunger/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = hunger
|
||||
depends = default, player_effects
|
@ -1 +0,0 @@
|
||||
default
|
2
mods/item_drop/mod.conf
Normal file
2
mods/item_drop/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = item_drop
|
||||
depends = default
|
@ -1,4 +0,0 @@
|
||||
default
|
||||
crafting
|
||||
achievements
|
||||
tt?
|
3
mods/jewels/mod.conf
Normal file
3
mods/jewels/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = jewels
|
||||
depends = default, crafting, achievements
|
||||
optional_depends = tt
|
@ -1,3 +0,0 @@
|
||||
default
|
||||
crafting
|
||||
achievements
|
2
mods/locks/mod.conf
Normal file
2
mods/locks/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = locks
|
||||
depends = default, crafting, achievements
|
@ -1,5 +0,0 @@
|
||||
default
|
||||
tnt
|
||||
util
|
||||
crafting
|
||||
achievements
|
2
mods/lumien/mod.conf
Normal file
2
mods/lumien/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = lumien
|
||||
depends = default, tnt, util, crafting, achievements
|
@ -1,4 +0,0 @@
|
||||
default
|
||||
util
|
||||
crafting
|
||||
achievements
|
2
mods/mobs/mod.conf
Normal file
2
mods/mobs/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = mobs
|
||||
depends = default, util, crafting, achievements
|
@ -1,3 +0,0 @@
|
||||
default
|
||||
util
|
||||
crafting
|
2
mods/music/mod.conf
Normal file
2
mods/music/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = music
|
||||
depends = default, util, crafting
|
@ -1,3 +0,0 @@
|
||||
default
|
||||
util
|
||||
achievements
|
2
mods/nav/mod.conf
Normal file
2
mods/nav/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = nav
|
||||
depends = default, util, achievements
|
@ -1,3 +0,0 @@
|
||||
default
|
||||
crafting
|
||||
achievements
|
2
mods/parachute/mod.conf
Normal file
2
mods/parachute/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = parachute
|
||||
depends = default, crafting, achievements
|
@ -1,2 +0,0 @@
|
||||
default
|
||||
crafting
|
2
mods/partialblocks/mod.conf
Normal file
2
mods/partialblocks/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = partialblocks
|
||||
depends = default, crafting
|
@ -1 +0,0 @@
|
||||
default
|
2
mods/player_effects/mod.conf
Normal file
2
mods/player_effects/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = player_effects
|
||||
depends = default
|
@ -1,3 +0,0 @@
|
||||
default
|
||||
wieldhand
|
||||
util
|
2
mods/player_skins/mod.conf
Normal file
2
mods/player_skins/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = player_skins
|
||||
depends = default, wieldhand, util
|
@ -1 +1 @@
|
||||
name=privs
|
||||
name = privs
|
||||
|
@ -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 +0,0 @@
|
||||
default
|
2
mods/testing/mod.conf
Normal file
2
mods/testing/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = testing
|
||||
depends = default
|
@ -1,3 +0,0 @@
|
||||
default
|
||||
crafting
|
||||
achievements
|
2
mods/tnt/mod.conf
Normal file
2
mods/tnt/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = tnt
|
||||
depends = default, crafting, achievements
|
1
mods/util/mod.conf
Normal file
1
mods/util/mod.conf
Normal file
@ -0,0 +1 @@
|
||||
name = util
|
@ -1 +0,0 @@
|
||||
default
|
2
mods/vignette/mod.conf
Normal file
2
mods/vignette/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = vignette
|
||||
depends = default
|
@ -1,7 +0,0 @@
|
||||
default
|
||||
util
|
||||
mobs
|
||||
goodies
|
||||
nav
|
||||
privs
|
||||
locks?
|
3
mods/village/mod.conf
Normal file
3
mods/village/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = village
|
||||
depends = default, util, mobs, goodies, nav, privs
|
||||
optional_depends = locks
|
@ -1 +0,0 @@
|
||||
default
|
2
mods/weather/mod.conf
Normal file
2
mods/weather/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = weather
|
||||
depends = default
|
@ -1 +0,0 @@
|
||||
default
|
2
mods/wielditem/mod.conf
Normal file
2
mods/wielditem/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = wielditem
|
||||
depends = default
|
Loading…
Reference in New Issue
Block a user