From 6aea46ae35e9e4d30ea51abeefa9e59ed9563413 Mon Sep 17 00:00:00 2001 From: Snogard Date: Mon, 10 Feb 2025 00:59:43 +0100 Subject: [PATCH] config: removed chimes --- config/chimes-client.toml | 9 --------- config/chimes-common.toml | 9 --------- 2 files changed, 18 deletions(-) delete mode 100644 config/chimes-client.toml delete mode 100644 config/chimes-common.toml diff --git a/config/chimes-client.toml b/config/chimes-client.toml deleted file mode 100644 index 5e45d75..0000000 --- a/config/chimes-client.toml +++ /dev/null @@ -1,9 +0,0 @@ - -["Chimes Config"] - #Toggle Wind Chime Animations - Animations = true - #Toggle falling Bamboo Leaf particles from Bamboo Wind Chimes - "Bamboo Wind Chime Leaf Particles" = true - #Toggle on/off pre 1.20 Bamboo Wind Chime textures - "Previous Bamboo Wind Chime texture" = false - diff --git a/config/chimes-common.toml b/config/chimes-common.toml deleted file mode 100644 index 8b9b78a..0000000 --- a/config/chimes-common.toml +++ /dev/null @@ -1,9 +0,0 @@ - -["Chimes Config"] - #Customize the radius needed to repel Phantoms from a chiming Wind Chime. [Default is 25] - #Range: 0 ~ 35 - "Phantom Repel Radius Vertical" = 25 - #Customize the radius needed to repel Phantoms from a chiming Wind Chime. [Default is 10] - #Range: 0 ~ 20 - "Phantom Repel Radius Horizontal" = 10 -