From 59dcfc30f2e101665cf00c1ed0deb2dc00f5bf34 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Wed, 31 Jul 2024 22:13:29 +0200 Subject: [PATCH] updat :3 --- .../extra/config/passthroughsigns-common.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/defaultoptions/extra/config/passthroughsigns-common.toml diff --git a/config/defaultoptions/extra/config/passthroughsigns-common.toml b/config/defaultoptions/extra/config/passthroughsigns-common.toml new file mode 100644 index 0000000..e9e7712 --- /dev/null +++ b/config/defaultoptions/extra/config/passthroughsigns-common.toml @@ -0,0 +1,13 @@ + +[general] + #Whether to ignore wall signs when attached to an interactable block or not. + "Ignore wall signs" = true + #Whether to ignore banners when attached to an interactable block or not. + "Ignore banners" = false + #Whether to ignore item frames when attached to an interactable block or not. + "Ignore item frames" = true + #Whether to ignore paintings when attached to an interactable block or not. + "Ignore paintings" = false + #Disable default behaviour of item frames rotation display, when not sneaking (Recommended when ignoring item frames is enabled) + "Turn off item rotation" = true +