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 +