This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/entangled-common.toml

19 lines
805 B
TOML
Raw Permalink Normal View History

2023-11-02 12:32:44 -05:00
[Client]
# When looking at an Entangled Block, should its bound block be highlighted?
# Allowed values: true, false - Default: true
renderBlockHighlight = true
# Should the block rendered inside entangled blocks rotate?
# Allowed values: true, false - Default: true
rotateRenderedBlock = true
[General]
# Can entangled blocks be bound between different dimensions? Previously bound entangled blocks won't be affected.
# Allowed values: true, false - Default: true
allowDimensional = true
# What is the max range in which entangled blocks can be bound? Only affects blocks in the same dimension. -1 for infinite range. Previously bound entangled blocks won't be affected.
# Allowed range: -1 ~ 2147483647 - Default: -1
maxDistance = -1