13 lines
608 B
TOML
13 lines
608 B
TOML
|
|
[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
|
|
|