From 74d31d92139e154c6a7767dba07a3ea310fae74b Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 8 Aug 2021 11:43:21 +0200 Subject: [PATCH] Move to new mod.conf format for all mods --- mods/achievements/depends.txt | 2 -- mods/achievements/mod.conf | 2 ++ mods/ambiance/depends.txt | 2 -- mods/ambiance/mod.conf | 3 +++ mods/armor/depends.txt | 4 ---- mods/armor/mod.conf | 2 ++ mods/bed/depends.txt | 5 ----- mods/bed/mod.conf | 3 +++ mods/book/depends.txt | 1 - mods/book/mod.conf | 2 ++ mods/builtin_item/depends.txt | 1 - mods/builtin_item/mod.conf | 2 ++ mods/crafting/depends.txt | 2 -- mods/crafting/mod.conf | 2 ++ mods/creative/depends.txt | 1 - mods/creative/mod.conf | 2 ++ mods/default/mod.conf | 1 + mods/door/depends.txt | 3 --- mods/door/mod.conf | 2 ++ mods/drop_items_on_die/depends.txt | 2 -- mods/drop_items_on_die/mod.conf | 2 ++ mods/farming/depends.txt | 4 ---- mods/farming/mod.conf | 2 ++ mods/give_initial/depends.txt | 2 -- mods/give_initial/mod.conf | 2 ++ mods/gold/depends.txt | 3 --- mods/gold/mod.conf | 2 ++ mods/goodies/depends.txt | 6 ------ mods/goodies/mod.conf | 3 +++ mods/headbars/depends.txt | 1 - mods/headbars/mod.conf | 2 ++ mods/hunger/depends.txt | 2 -- mods/hunger/mod.conf | 2 ++ mods/item_drop/depends.txt | 1 - mods/item_drop/mod.conf | 2 ++ mods/jewels/depends.txt | 4 ---- mods/jewels/mod.conf | 3 +++ mods/locks/depends.txt | 3 --- mods/locks/mod.conf | 2 ++ mods/lumien/depends.txt | 5 ----- mods/lumien/mod.conf | 2 ++ mods/mobs/depends.txt | 4 ---- mods/mobs/mod.conf | 2 ++ mods/music/depends.txt | 3 --- mods/music/mod.conf | 2 ++ mods/nav/depends.txt | 3 --- mods/nav/mod.conf | 2 ++ mods/parachute/depends.txt | 3 --- mods/parachute/mod.conf | 2 ++ mods/partialblocks/depends.txt | 2 -- mods/partialblocks/mod.conf | 2 ++ mods/player_effects/depends.txt | 1 - mods/player_effects/mod.conf | 2 ++ mods/player_skins/depends.txt | 3 --- mods/player_skins/mod.conf | 2 ++ mods/privs/mod.conf | 2 +- mods/show_wielded_item/depends.txt | 1 - mods/show_wielded_item/description.txt | 1 - mods/show_wielded_item/mod.conf | 2 ++ mods/testing/depends.txt | 1 - mods/testing/mod.conf | 2 ++ mods/tnt/depends.txt | 3 --- mods/tnt/mod.conf | 2 ++ mods/util/mod.conf | 1 + mods/vignette/depends.txt | 1 - mods/vignette/mod.conf | 2 ++ mods/village/depends.txt | 7 ------- mods/village/mod.conf | 3 +++ mods/weather/depends.txt | 1 - mods/weather/mod.conf | 2 ++ mods/wielditem/depends.txt | 1 - mods/wielditem/mod.conf | 2 ++ 72 files changed, 76 insertions(+), 90 deletions(-) delete mode 100644 mods/achievements/depends.txt create mode 100644 mods/achievements/mod.conf delete mode 100644 mods/ambiance/depends.txt create mode 100644 mods/ambiance/mod.conf delete mode 100644 mods/armor/depends.txt create mode 100644 mods/armor/mod.conf delete mode 100644 mods/bed/depends.txt create mode 100644 mods/bed/mod.conf delete mode 100644 mods/book/depends.txt create mode 100644 mods/book/mod.conf delete mode 100644 mods/builtin_item/depends.txt create mode 100644 mods/builtin_item/mod.conf delete mode 100644 mods/crafting/depends.txt create mode 100644 mods/crafting/mod.conf delete mode 100644 mods/creative/depends.txt create mode 100644 mods/creative/mod.conf create mode 100644 mods/default/mod.conf delete mode 100644 mods/door/depends.txt create mode 100644 mods/door/mod.conf delete mode 100644 mods/drop_items_on_die/depends.txt create mode 100644 mods/drop_items_on_die/mod.conf delete mode 100644 mods/farming/depends.txt create mode 100644 mods/farming/mod.conf delete mode 100644 mods/give_initial/depends.txt create mode 100644 mods/give_initial/mod.conf delete mode 100644 mods/gold/depends.txt create mode 100644 mods/gold/mod.conf delete mode 100644 mods/goodies/depends.txt create mode 100644 mods/goodies/mod.conf delete mode 100644 mods/headbars/depends.txt create mode 100644 mods/headbars/mod.conf delete mode 100644 mods/hunger/depends.txt create mode 100644 mods/hunger/mod.conf delete mode 100644 mods/item_drop/depends.txt create mode 100644 mods/item_drop/mod.conf delete mode 100644 mods/jewels/depends.txt create mode 100644 mods/jewels/mod.conf delete mode 100644 mods/locks/depends.txt create mode 100644 mods/locks/mod.conf delete mode 100644 mods/lumien/depends.txt create mode 100644 mods/lumien/mod.conf delete mode 100644 mods/mobs/depends.txt create mode 100644 mods/mobs/mod.conf delete mode 100644 mods/music/depends.txt create mode 100644 mods/music/mod.conf delete mode 100644 mods/nav/depends.txt create mode 100644 mods/nav/mod.conf delete mode 100644 mods/parachute/depends.txt create mode 100644 mods/parachute/mod.conf delete mode 100644 mods/partialblocks/depends.txt create mode 100644 mods/partialblocks/mod.conf delete mode 100644 mods/player_effects/depends.txt create mode 100644 mods/player_effects/mod.conf delete mode 100644 mods/player_skins/depends.txt create mode 100644 mods/player_skins/mod.conf delete mode 100644 mods/show_wielded_item/depends.txt delete mode 100644 mods/show_wielded_item/description.txt delete mode 100644 mods/testing/depends.txt create mode 100644 mods/testing/mod.conf delete mode 100644 mods/tnt/depends.txt create mode 100644 mods/tnt/mod.conf create mode 100644 mods/util/mod.conf delete mode 100644 mods/vignette/depends.txt create mode 100644 mods/vignette/mod.conf delete mode 100644 mods/village/depends.txt create mode 100644 mods/village/mod.conf delete mode 100644 mods/weather/depends.txt create mode 100644 mods/weather/mod.conf delete mode 100644 mods/wielditem/depends.txt create mode 100644 mods/wielditem/mod.conf diff --git a/mods/achievements/depends.txt b/mods/achievements/depends.txt deleted file mode 100644 index d6805cb..0000000 --- a/mods/achievements/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -crafting diff --git a/mods/achievements/mod.conf b/mods/achievements/mod.conf new file mode 100644 index 0000000..8ed72ec --- /dev/null +++ b/mods/achievements/mod.conf @@ -0,0 +1,2 @@ +name = achievements +depends = default, crafting diff --git a/mods/ambiance/depends.txt b/mods/ambiance/depends.txt deleted file mode 100644 index 1dd8595..0000000 --- a/mods/ambiance/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -weather? diff --git a/mods/ambiance/mod.conf b/mods/ambiance/mod.conf new file mode 100644 index 0000000..ace3cf3 --- /dev/null +++ b/mods/ambiance/mod.conf @@ -0,0 +1,3 @@ +name = ambiance +depends = default +optional_depends = weather diff --git a/mods/armor/depends.txt b/mods/armor/depends.txt deleted file mode 100644 index 306246d..0000000 --- a/mods/armor/depends.txt +++ /dev/null @@ -1,4 +0,0 @@ -default -drop_items_on_die -crafting -achievements diff --git a/mods/armor/mod.conf b/mods/armor/mod.conf new file mode 100644 index 0000000..b1cc0b2 --- /dev/null +++ b/mods/armor/mod.conf @@ -0,0 +1,2 @@ +name = armor +depends = default, drop_items_on_die, crafting, achievements diff --git a/mods/bed/depends.txt b/mods/bed/depends.txt deleted file mode 100644 index ce095d2..0000000 --- a/mods/bed/depends.txt +++ /dev/null @@ -1,5 +0,0 @@ -crafting -default -player_effects -achievements -farming? diff --git a/mods/bed/mod.conf b/mods/bed/mod.conf new file mode 100644 index 0000000..5008a3e --- /dev/null +++ b/mods/bed/mod.conf @@ -0,0 +1,3 @@ +name = bed +depends = crafting, default, player_effects, achievements +optional_depends = farming diff --git a/mods/book/depends.txt b/mods/book/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/book/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/book/mod.conf b/mods/book/mod.conf new file mode 100644 index 0000000..dbe24d9 --- /dev/null +++ b/mods/book/mod.conf @@ -0,0 +1,2 @@ +name = book +depends = default diff --git a/mods/builtin_item/depends.txt b/mods/builtin_item/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/builtin_item/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/builtin_item/mod.conf b/mods/builtin_item/mod.conf new file mode 100644 index 0000000..47b70ec --- /dev/null +++ b/mods/builtin_item/mod.conf @@ -0,0 +1,2 @@ +name = builtin_item +depends = default diff --git a/mods/crafting/depends.txt b/mods/crafting/depends.txt deleted file mode 100644 index d3fb0b4..0000000 --- a/mods/crafting/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -drop_items_on_die diff --git a/mods/crafting/mod.conf b/mods/crafting/mod.conf new file mode 100644 index 0000000..e621b17 --- /dev/null +++ b/mods/crafting/mod.conf @@ -0,0 +1,2 @@ +name = crafting +depends = default, drop_items_on_die diff --git a/mods/creative/depends.txt b/mods/creative/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/creative/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/creative/mod.conf b/mods/creative/mod.conf new file mode 100644 index 0000000..88cea3c --- /dev/null +++ b/mods/creative/mod.conf @@ -0,0 +1,2 @@ +name = creative +depends = default diff --git a/mods/default/mod.conf b/mods/default/mod.conf new file mode 100644 index 0000000..664a6e9 --- /dev/null +++ b/mods/default/mod.conf @@ -0,0 +1 @@ +name = default diff --git a/mods/door/depends.txt b/mods/door/depends.txt deleted file mode 100644 index 39f77f5..0000000 --- a/mods/door/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -crafting -achievements diff --git a/mods/door/mod.conf b/mods/door/mod.conf new file mode 100644 index 0000000..6a42087 --- /dev/null +++ b/mods/door/mod.conf @@ -0,0 +1,2 @@ +name = door +depends = default, crafting, achievements diff --git a/mods/drop_items_on_die/depends.txt b/mods/drop_items_on_die/depends.txt deleted file mode 100644 index 29bda9a..0000000 --- a/mods/drop_items_on_die/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -item_drop diff --git a/mods/drop_items_on_die/mod.conf b/mods/drop_items_on_die/mod.conf new file mode 100644 index 0000000..fac2809 --- /dev/null +++ b/mods/drop_items_on_die/mod.conf @@ -0,0 +1,2 @@ +name = drop_items_on_die +depends = default, item_drop diff --git a/mods/farming/depends.txt b/mods/farming/depends.txt deleted file mode 100644 index 7a4a435..0000000 --- a/mods/farming/depends.txt +++ /dev/null @@ -1,4 +0,0 @@ -default -weather -crafting -achievements diff --git a/mods/farming/mod.conf b/mods/farming/mod.conf new file mode 100644 index 0000000..3164afc --- /dev/null +++ b/mods/farming/mod.conf @@ -0,0 +1,2 @@ +name = farming +depends = default, weather, crafting, achievements diff --git a/mods/give_initial/depends.txt b/mods/give_initial/depends.txt deleted file mode 100644 index b7cc57f..0000000 --- a/mods/give_initial/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -util diff --git a/mods/give_initial/mod.conf b/mods/give_initial/mod.conf new file mode 100644 index 0000000..87e6508 --- /dev/null +++ b/mods/give_initial/mod.conf @@ -0,0 +1,2 @@ +name = give_initial +depends = default, util diff --git a/mods/gold/depends.txt b/mods/gold/depends.txt deleted file mode 100644 index 39f77f5..0000000 --- a/mods/gold/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -crafting -achievements diff --git a/mods/gold/mod.conf b/mods/gold/mod.conf new file mode 100644 index 0000000..a9373a6 --- /dev/null +++ b/mods/gold/mod.conf @@ -0,0 +1,2 @@ +name = gold +depends = default, crafting, achievements diff --git a/mods/goodies/depends.txt b/mods/goodies/depends.txt deleted file mode 100644 index c749d98..0000000 --- a/mods/goodies/depends.txt +++ /dev/null @@ -1,6 +0,0 @@ -default -farming -bed -mobs -gold? -jewels? diff --git a/mods/goodies/mod.conf b/mods/goodies/mod.conf new file mode 100644 index 0000000..b0aba5d --- /dev/null +++ b/mods/goodies/mod.conf @@ -0,0 +1,3 @@ +name = goodies +depends = default, farming, bed, mobs +optional_depends = gold, jewels diff --git a/mods/headbars/depends.txt b/mods/headbars/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/headbars/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/headbars/mod.conf b/mods/headbars/mod.conf new file mode 100644 index 0000000..61099d8 --- /dev/null +++ b/mods/headbars/mod.conf @@ -0,0 +1,2 @@ +name = headbars +depends = default diff --git a/mods/hunger/depends.txt b/mods/hunger/depends.txt deleted file mode 100644 index b72508e..0000000 --- a/mods/hunger/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -player_effects diff --git a/mods/hunger/mod.conf b/mods/hunger/mod.conf new file mode 100644 index 0000000..21da42d --- /dev/null +++ b/mods/hunger/mod.conf @@ -0,0 +1,2 @@ +name = hunger +depends = default, player_effects diff --git a/mods/item_drop/depends.txt b/mods/item_drop/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/item_drop/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/item_drop/mod.conf b/mods/item_drop/mod.conf new file mode 100644 index 0000000..d771d8b --- /dev/null +++ b/mods/item_drop/mod.conf @@ -0,0 +1,2 @@ +name = item_drop +depends = default diff --git a/mods/jewels/depends.txt b/mods/jewels/depends.txt deleted file mode 100644 index 60df447..0000000 --- a/mods/jewels/depends.txt +++ /dev/null @@ -1,4 +0,0 @@ -default -crafting -achievements -tt? diff --git a/mods/jewels/mod.conf b/mods/jewels/mod.conf new file mode 100644 index 0000000..9df4a69 --- /dev/null +++ b/mods/jewels/mod.conf @@ -0,0 +1,3 @@ +name = jewels +depends = default, crafting, achievements +optional_depends = tt diff --git a/mods/locks/depends.txt b/mods/locks/depends.txt deleted file mode 100644 index 39f77f5..0000000 --- a/mods/locks/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -crafting -achievements diff --git a/mods/locks/mod.conf b/mods/locks/mod.conf new file mode 100644 index 0000000..6807da2 --- /dev/null +++ b/mods/locks/mod.conf @@ -0,0 +1,2 @@ +name = locks +depends = default, crafting, achievements diff --git a/mods/lumien/depends.txt b/mods/lumien/depends.txt deleted file mode 100644 index ce962e4..0000000 --- a/mods/lumien/depends.txt +++ /dev/null @@ -1,5 +0,0 @@ -default -tnt -util -crafting -achievements diff --git a/mods/lumien/mod.conf b/mods/lumien/mod.conf new file mode 100644 index 0000000..951bb4a --- /dev/null +++ b/mods/lumien/mod.conf @@ -0,0 +1,2 @@ +name = lumien +depends = default, tnt, util, crafting, achievements diff --git a/mods/mobs/depends.txt b/mods/mobs/depends.txt deleted file mode 100644 index c4415ef..0000000 --- a/mods/mobs/depends.txt +++ /dev/null @@ -1,4 +0,0 @@ -default -util -crafting -achievements diff --git a/mods/mobs/mod.conf b/mods/mobs/mod.conf new file mode 100644 index 0000000..45e6b77 --- /dev/null +++ b/mods/mobs/mod.conf @@ -0,0 +1,2 @@ +name = mobs +depends = default, util, crafting, achievements diff --git a/mods/music/depends.txt b/mods/music/depends.txt deleted file mode 100644 index 1ba9334..0000000 --- a/mods/music/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -util -crafting diff --git a/mods/music/mod.conf b/mods/music/mod.conf new file mode 100644 index 0000000..dbd4f88 --- /dev/null +++ b/mods/music/mod.conf @@ -0,0 +1,2 @@ +name = music +depends = default, util, crafting diff --git a/mods/nav/depends.txt b/mods/nav/depends.txt deleted file mode 100644 index acb3fc8..0000000 --- a/mods/nav/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -util -achievements diff --git a/mods/nav/mod.conf b/mods/nav/mod.conf new file mode 100644 index 0000000..b6e0517 --- /dev/null +++ b/mods/nav/mod.conf @@ -0,0 +1,2 @@ +name = nav +depends = default, util, achievements diff --git a/mods/parachute/depends.txt b/mods/parachute/depends.txt deleted file mode 100644 index 39f77f5..0000000 --- a/mods/parachute/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -crafting -achievements diff --git a/mods/parachute/mod.conf b/mods/parachute/mod.conf new file mode 100644 index 0000000..9184f05 --- /dev/null +++ b/mods/parachute/mod.conf @@ -0,0 +1,2 @@ +name = parachute +depends = default, crafting, achievements diff --git a/mods/partialblocks/depends.txt b/mods/partialblocks/depends.txt deleted file mode 100644 index d6805cb..0000000 --- a/mods/partialblocks/depends.txt +++ /dev/null @@ -1,2 +0,0 @@ -default -crafting diff --git a/mods/partialblocks/mod.conf b/mods/partialblocks/mod.conf new file mode 100644 index 0000000..825a315 --- /dev/null +++ b/mods/partialblocks/mod.conf @@ -0,0 +1,2 @@ +name = partialblocks +depends = default, crafting diff --git a/mods/player_effects/depends.txt b/mods/player_effects/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/player_effects/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/player_effects/mod.conf b/mods/player_effects/mod.conf new file mode 100644 index 0000000..20d7190 --- /dev/null +++ b/mods/player_effects/mod.conf @@ -0,0 +1,2 @@ +name = player_effects +depends = default diff --git a/mods/player_skins/depends.txt b/mods/player_skins/depends.txt deleted file mode 100644 index 1332f76..0000000 --- a/mods/player_skins/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -wieldhand -util diff --git a/mods/player_skins/mod.conf b/mods/player_skins/mod.conf new file mode 100644 index 0000000..62cacb4 --- /dev/null +++ b/mods/player_skins/mod.conf @@ -0,0 +1,2 @@ +name = player_skins +depends = default, wieldhand, util diff --git a/mods/privs/mod.conf b/mods/privs/mod.conf index 37d8642..f60e9e8 100644 --- a/mods/privs/mod.conf +++ b/mods/privs/mod.conf @@ -1 +1 @@ -name=privs +name = privs diff --git a/mods/show_wielded_item/depends.txt b/mods/show_wielded_item/depends.txt deleted file mode 100644 index 3e1d5c2..0000000 --- a/mods/show_wielded_item/depends.txt +++ /dev/null @@ -1 +0,0 @@ -hudbars? diff --git a/mods/show_wielded_item/description.txt b/mods/show_wielded_item/description.txt deleted file mode 100644 index 361cab6..0000000 --- a/mods/show_wielded_item/description.txt +++ /dev/null @@ -1 +0,0 @@ -Displays the name of the wielded item. diff --git a/mods/show_wielded_item/mod.conf b/mods/show_wielded_item/mod.conf index fdedae0..36bd5d1 100644 --- a/mods/show_wielded_item/mod.conf +++ b/mods/show_wielded_item/mod.conf @@ -1 +1,3 @@ name = show_wielded_item +description = Displays the name of the wielded item. +optional_depends = hudbars diff --git a/mods/testing/depends.txt b/mods/testing/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/testing/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/testing/mod.conf b/mods/testing/mod.conf new file mode 100644 index 0000000..498a9f1 --- /dev/null +++ b/mods/testing/mod.conf @@ -0,0 +1,2 @@ +name = testing +depends = default diff --git a/mods/tnt/depends.txt b/mods/tnt/depends.txt deleted file mode 100644 index 39f77f5..0000000 --- a/mods/tnt/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -crafting -achievements diff --git a/mods/tnt/mod.conf b/mods/tnt/mod.conf new file mode 100644 index 0000000..f22d894 --- /dev/null +++ b/mods/tnt/mod.conf @@ -0,0 +1,2 @@ +name = tnt +depends = default, crafting, achievements diff --git a/mods/util/mod.conf b/mods/util/mod.conf new file mode 100644 index 0000000..0b05341 --- /dev/null +++ b/mods/util/mod.conf @@ -0,0 +1 @@ +name = util diff --git a/mods/vignette/depends.txt b/mods/vignette/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/vignette/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/vignette/mod.conf b/mods/vignette/mod.conf new file mode 100644 index 0000000..295d40b --- /dev/null +++ b/mods/vignette/mod.conf @@ -0,0 +1,2 @@ +name = vignette +depends = default diff --git a/mods/village/depends.txt b/mods/village/depends.txt deleted file mode 100644 index 3c2716a..0000000 --- a/mods/village/depends.txt +++ /dev/null @@ -1,7 +0,0 @@ -default -util -mobs -goodies -nav -privs -locks? diff --git a/mods/village/mod.conf b/mods/village/mod.conf new file mode 100644 index 0000000..965ad8d --- /dev/null +++ b/mods/village/mod.conf @@ -0,0 +1,3 @@ +name = village +depends = default, util, mobs, goodies, nav, privs +optional_depends = locks diff --git a/mods/weather/depends.txt b/mods/weather/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/weather/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/weather/mod.conf b/mods/weather/mod.conf new file mode 100644 index 0000000..37452fe --- /dev/null +++ b/mods/weather/mod.conf @@ -0,0 +1,2 @@ +name = weather +depends = default diff --git a/mods/wielditem/depends.txt b/mods/wielditem/depends.txt deleted file mode 100644 index 4ad96d5..0000000 --- a/mods/wielditem/depends.txt +++ /dev/null @@ -1 +0,0 @@ -default diff --git a/mods/wielditem/mod.conf b/mods/wielditem/mod.conf new file mode 100644 index 0000000..ef019b7 --- /dev/null +++ b/mods/wielditem/mod.conf @@ -0,0 +1,2 @@ +name = wielditem +depends = default