From dcf289ccab372505c99a633abe83a5bde7847639 Mon Sep 17 00:00:00 2001 From: Hexugory Date: Wed, 5 Jun 2024 19:12:34 -0500 Subject: [PATCH] remove obsolete config --- config/cofh_core-client.toml | 13 ------------- config/cofh_core-common.toml | 19 ------------------- index.toml | 8 -------- pack.toml | 2 +- 4 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 config/cofh_core-client.toml delete mode 100644 config/cofh_core-common.toml diff --git a/config/cofh_core-client.toml b/config/cofh_core-client.toml deleted file mode 100644 index f3c56e4..0000000 --- a/config/cofh_core-client.toml +++ /dev/null @@ -1,13 +0,0 @@ - -[Tooltips] - #If TRUE, Enchantment descriptions will be added to the tooltip for Enchanted Books containing only a single enchantment. - "Show Enchantment Descriptions" = true - #If TRUE, Items will be associated with various keywords which assist with searching in various menus such as JEI. - "Show Item Descriptions" = true - #If TRUE and Advanced Tooltips are enabled (F3+H), Tags will be will be added to item tooltips if possible. - "Show Item Tags" = true - #If TRUE, CoFH Items will always show full details (charge state, etc.) and will not require Shift to be held down. - "Always Show Item Details" = false - #If TRUE, CoFH Items will display a message prompting to hold Shift to see full details (charge state, etc.). This does not change the behavior, only if the informational message should display. - "Show 'Hold Shift for Details' Message" = true - diff --git a/config/cofh_core-common.toml b/config/cofh_core-common.toml deleted file mode 100644 index daa8f92..0000000 --- a/config/cofh_core-common.toml +++ /dev/null @@ -1,19 +0,0 @@ - -[Gameplay] - #If TRUE, dismantled blocks will be placed in the dismantling player's inventory if possible. - "Return Dismantle Drops" = false - - [Gameplay.Fishing] - #If TRUE, Fishing will cause exhaustion. - "Fishing Exhaustion" = false - #This option sets the amount of exhaustion caused by fishing, if enabled. - #Range: 0.0 ~ 10.0 - "Fishing Exhaustion Amount" = 0.125 - - [Gameplay.World] - #If TRUE, Sapling growth will be slowed by a configurable factor. - "Sapling Growth Reduction" = false - #This option sets the growth factor for saplings - they will only grow 1 in N times. - #Range: > 1 - "Sapling Growth Reduction Factor" = 4 - diff --git a/index.toml b/index.toml index f883752..6302859 100644 --- a/index.toml +++ b/index.toml @@ -44,14 +44,6 @@ hash = "ac4fad73b20151ee9f0de09dcc137310e5dcb44b68164c1d739eb562de848992" file = "config/caverns_and_chasms-common.toml" hash = "2697f81d15401de3729b765a4f5e80095e70710cfa4236c1e280cfaa9d1471fd" -[[files]] -file = "config/cofh_core-client.toml" -hash = "3d9a09da647fea2833998bce9608b9746d8a0ad27bb965b23f675d5ce9dde828" - -[[files]] -file = "config/cofh_core-common.toml" -hash = "e254fd10199336dd0e0c1c3f20a8daa1fdf9ca026b02dd9c0064ae1f058b9393" - [[files]] file = "config/configured-client.toml" hash = "9f506cbecac3f4383c61b00d82d86ffe92b111f0a75f8b471f9ad87c27a8ba2d" diff --git a/pack.toml b/pack.toml index f877c44..54ed62b 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "13377bd42c85181579fcca1905a690a642682e1cac7f57bfdf6037c1ada10332" +hash = "5a36b32483a9b61cc231e1df803253d908f4f8ae89c24194555e3a7410283926" [versions] forge = "43.3.13"