From c8db76c2dc564ce3502c54a9f23143ec45215c19 Mon Sep 17 00:00:00 2001 From: Niklp <89982526+Niklp09@users.noreply.github.com> Date: Fri, 15 Jul 2022 17:10:32 +0200 Subject: [PATCH] Replace deprecated .txt files with mod.conf (#22) --- description.txt | 1 - modpack.conf | 2 ++ modpack.txt | 0 my_castle_doors/depends.txt | 3 --- my_castle_doors/description.txt | 1 - my_castle_doors/mod.conf | 2 ++ my_cottage_doors/depends.txt | 3 --- my_cottage_doors/description.txt | 1 - my_cottage_doors/mod.conf | 2 ++ my_default_doors/depends.txt | 3 --- my_default_doors/description.txt | 1 - my_default_doors/mod.conf | 2 ++ my_door_wood/mod.conf | 3 +++ my_fancy_doors/depends.txt | 3 --- my_fancy_doors/description.txt | 1 - my_fancy_doors/mod.conf | 2 ++ my_future_doors/depends.txt | 1 - my_future_doors/description.txt | 1 - my_future_doors/mod.conf | 2 ++ my_garage_door/mod.conf | 1 + my_hidden_doors/depends.txt | 3 --- my_hidden_doors/description.txt | 1 - my_hidden_doors/mod.conf | 2 ++ my_misc_doors/depends.txt | 4 ---- my_misc_doors/description.txt | 1 - my_misc_doors/mod.conf | 2 ++ my_old_doors/depends.txt | 3 --- my_old_doors/description.txt | 1 - my_old_doors/mod.conf | 2 ++ my_saloon_doors/depends.txt | 3 --- my_saloon_doors/description.txt | 1 - my_saloon_doors/mod.conf | 2 ++ my_sliding_doors/description.txt | 1 - my_sliding_doors/mod.conf | 1 + 34 files changed, 25 insertions(+), 37 deletions(-) delete mode 100644 description.txt create mode 100644 modpack.conf delete mode 100644 modpack.txt delete mode 100644 my_castle_doors/depends.txt delete mode 100644 my_castle_doors/description.txt delete mode 100644 my_cottage_doors/depends.txt delete mode 100644 my_cottage_doors/description.txt delete mode 100644 my_default_doors/depends.txt delete mode 100644 my_default_doors/description.txt delete mode 100644 my_fancy_doors/depends.txt delete mode 100644 my_fancy_doors/description.txt delete mode 100644 my_future_doors/depends.txt delete mode 100644 my_future_doors/description.txt delete mode 100644 my_hidden_doors/depends.txt delete mode 100644 my_hidden_doors/description.txt delete mode 100644 my_misc_doors/depends.txt delete mode 100644 my_misc_doors/description.txt delete mode 100644 my_old_doors/depends.txt delete mode 100644 my_old_doors/description.txt delete mode 100644 my_saloon_doors/depends.txt delete mode 100644 my_saloon_doors/description.txt delete mode 100644 my_sliding_doors/description.txt diff --git a/description.txt b/description.txt deleted file mode 100644 index 3b8c6e5..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -Several different style doors. diff --git a/modpack.conf b/modpack.conf new file mode 100644 index 0000000..99d00b9 --- /dev/null +++ b/modpack.conf @@ -0,0 +1,2 @@ +name = mydoors +description = Several different style doors. \ No newline at end of file diff --git a/modpack.txt b/modpack.txt deleted file mode 100644 index e69de29..0000000 diff --git a/my_castle_doors/depends.txt b/my_castle_doors/depends.txt deleted file mode 100644 index 4f77cd1..0000000 --- a/my_castle_doors/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -my_door_wood -doors diff --git a/my_castle_doors/description.txt b/my_castle_doors/description.txt deleted file mode 100644 index 2e44599..0000000 --- a/my_castle_doors/description.txt +++ /dev/null @@ -1 +0,0 @@ -Castle style doors. diff --git a/my_castle_doors/mod.conf b/my_castle_doors/mod.conf index 0bbfec7..1f75b79 100644 --- a/my_castle_doors/mod.conf +++ b/my_castle_doors/mod.conf @@ -1 +1,3 @@ name = my_castle_doors +description = Castle style doors. +depends = default, my_door_wood, doors \ No newline at end of file diff --git a/my_cottage_doors/depends.txt b/my_cottage_doors/depends.txt deleted file mode 100644 index b58752b..0000000 --- a/my_cottage_doors/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -doors -my_door_wood diff --git a/my_cottage_doors/description.txt b/my_cottage_doors/description.txt deleted file mode 100644 index b497f0c..0000000 --- a/my_cottage_doors/description.txt +++ /dev/null @@ -1 +0,0 @@ -Cottage style doors. diff --git a/my_cottage_doors/mod.conf b/my_cottage_doors/mod.conf index 82b1da4..a3db8a3 100644 --- a/my_cottage_doors/mod.conf +++ b/my_cottage_doors/mod.conf @@ -1 +1,3 @@ name = my_cottage_doors +description = Cottage style doors. +depends = default, my_door_wood, doors \ No newline at end of file diff --git a/my_default_doors/depends.txt b/my_default_doors/depends.txt deleted file mode 100644 index b58752b..0000000 --- a/my_default_doors/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -doors -my_door_wood diff --git a/my_default_doors/description.txt b/my_default_doors/description.txt deleted file mode 100644 index d7bea0e..0000000 --- a/my_default_doors/description.txt +++ /dev/null @@ -1 +0,0 @@ -Doors made from default ores. Copper, bronze, gold, diamond and mese. diff --git a/my_default_doors/mod.conf b/my_default_doors/mod.conf index 732f2fa..b0eea35 100644 --- a/my_default_doors/mod.conf +++ b/my_default_doors/mod.conf @@ -1 +1,3 @@ name = my_default_doors +description = Doors made from default ores. Copper, bronze, gold, diamond and mese. +depends = default, my_door_wood, doors \ No newline at end of file diff --git a/my_door_wood/mod.conf b/my_door_wood/mod.conf index c4ec911..a9f09c2 100644 --- a/my_door_wood/mod.conf +++ b/my_door_wood/mod.conf @@ -1 +1,4 @@ name = my_door_wood +description = Doors made from default ores. Copper, bronze, gold, diamond and mese. +depends = default +optional_depends = stairs, moreblocks \ No newline at end of file diff --git a/my_fancy_doors/depends.txt b/my_fancy_doors/depends.txt deleted file mode 100644 index b58752b..0000000 --- a/my_fancy_doors/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -doors -my_door_wood diff --git a/my_fancy_doors/description.txt b/my_fancy_doors/description.txt deleted file mode 100644 index 3655a49..0000000 --- a/my_fancy_doors/description.txt +++ /dev/null @@ -1 +0,0 @@ -Fancy style doors. diff --git a/my_fancy_doors/mod.conf b/my_fancy_doors/mod.conf index 4fddff8..5208c4f 100644 --- a/my_fancy_doors/mod.conf +++ b/my_fancy_doors/mod.conf @@ -1 +1,3 @@ name = my_fancy_doors +description = Fancy style doors. +depends = default, my_door_wood, doors \ No newline at end of file diff --git a/my_future_doors/depends.txt b/my_future_doors/depends.txt deleted file mode 100644 index a0295b7..0000000 --- a/my_future_doors/depends.txt +++ /dev/null @@ -1 +0,0 @@ -my_door_wood diff --git a/my_future_doors/description.txt b/my_future_doors/description.txt deleted file mode 100644 index 90019b9..0000000 --- a/my_future_doors/description.txt +++ /dev/null @@ -1 +0,0 @@ -Futuristic style doors. diff --git a/my_future_doors/mod.conf b/my_future_doors/mod.conf index f78db03..6662068 100644 --- a/my_future_doors/mod.conf +++ b/my_future_doors/mod.conf @@ -1 +1,3 @@ name = my_future_doors +description = Futuristic style doors. +depends = my_door_wood \ No newline at end of file diff --git a/my_garage_door/mod.conf b/my_garage_door/mod.conf index 39155d7..529c80a 100644 --- a/my_garage_door/mod.conf +++ b/my_garage_door/mod.conf @@ -1 +1,2 @@ name = my_garage_door +description = A garage door. \ No newline at end of file diff --git a/my_hidden_doors/depends.txt b/my_hidden_doors/depends.txt deleted file mode 100644 index b58752b..0000000 --- a/my_hidden_doors/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -doors -my_door_wood diff --git a/my_hidden_doors/description.txt b/my_hidden_doors/description.txt deleted file mode 100644 index c69935b..0000000 --- a/my_hidden_doors/description.txt +++ /dev/null @@ -1 +0,0 @@ -These are doors that blend into the enviroment. diff --git a/my_hidden_doors/mod.conf b/my_hidden_doors/mod.conf index 1803e41..d203566 100644 --- a/my_hidden_doors/mod.conf +++ b/my_hidden_doors/mod.conf @@ -1 +1,3 @@ name = my_hidden_doors +description = These are doors that blend into the enviroment. +depends = default, my_door_wood, doors \ No newline at end of file diff --git a/my_misc_doors/depends.txt b/my_misc_doors/depends.txt deleted file mode 100644 index b678fab..0000000 --- a/my_misc_doors/depends.txt +++ /dev/null @@ -1,4 +0,0 @@ -default -doors -my_door_wood -wool diff --git a/my_misc_doors/description.txt b/my_misc_doors/description.txt deleted file mode 100644 index d1b81cd..0000000 --- a/my_misc_doors/description.txt +++ /dev/null @@ -1 +0,0 @@ -Some misc. doors. diff --git a/my_misc_doors/mod.conf b/my_misc_doors/mod.conf index c90c8cd..815c156 100644 --- a/my_misc_doors/mod.conf +++ b/my_misc_doors/mod.conf @@ -1 +1,3 @@ name = my_misc_doors +description = Some misc. doors. +depends = default, my_door_wood, doors, wool \ No newline at end of file diff --git a/my_old_doors/depends.txt b/my_old_doors/depends.txt deleted file mode 100644 index b58752b..0000000 --- a/my_old_doors/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -doors -my_door_wood diff --git a/my_old_doors/description.txt b/my_old_doors/description.txt deleted file mode 100644 index 2222ed0..0000000 --- a/my_old_doors/description.txt +++ /dev/null @@ -1 +0,0 @@ -Old style doors. diff --git a/my_old_doors/mod.conf b/my_old_doors/mod.conf index 7e738be..6a4e733 100644 --- a/my_old_doors/mod.conf +++ b/my_old_doors/mod.conf @@ -1 +1,3 @@ name = my_old_doors +description = Old style doors. +depends = default, my_door_wood, doors \ No newline at end of file diff --git a/my_saloon_doors/depends.txt b/my_saloon_doors/depends.txt deleted file mode 100644 index b58752b..0000000 --- a/my_saloon_doors/depends.txt +++ /dev/null @@ -1,3 +0,0 @@ -default -doors -my_door_wood diff --git a/my_saloon_doors/description.txt b/my_saloon_doors/description.txt deleted file mode 100644 index ba4ffe6..0000000 --- a/my_saloon_doors/description.txt +++ /dev/null @@ -1 +0,0 @@ -Saloon style doors. diff --git a/my_saloon_doors/mod.conf b/my_saloon_doors/mod.conf index f58b21e..7c87cad 100644 --- a/my_saloon_doors/mod.conf +++ b/my_saloon_doors/mod.conf @@ -1 +1,3 @@ name = my_saloon_doors +description = Saloon style doors. +depends = default, my_door_wood, doors \ No newline at end of file diff --git a/my_sliding_doors/description.txt b/my_sliding_doors/description.txt deleted file mode 100644 index 4e043ee..0000000 --- a/my_sliding_doors/description.txt +++ /dev/null @@ -1 +0,0 @@ -Shoji sliding doors and panels. diff --git a/my_sliding_doors/mod.conf b/my_sliding_doors/mod.conf index ffe352c..7bce9b8 100644 --- a/my_sliding_doors/mod.conf +++ b/my_sliding_doors/mod.conf @@ -1 +1,2 @@ name = my_sliding_doors +description = Shoji sliding doors and panels. \ No newline at end of file