neuralgia/config/additionalplacements-common.toml
Pyritie ec2e3cd3c4
Alpha Release: 0.9.0 (#849)
Signed-off-by: Pyritie <pyritie@gmail.com>
Signed-off-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: Xikaro <os.valerievich@ya.ru>
Co-authored-by: Nebby <78170922+Nebby1999@users.noreply.github.com>
Co-authored-by: Redeix <brayden.j.m.ford@gmail.com>
Co-authored-by: TomPlop <tomdidome@gmail.com>
Co-authored-by: aidie8 <aidenvanzuilen@gmail.com>
Co-authored-by: Xikaro <55663835+Xikaro@users.noreply.github.com>
Co-authored-by: Zleub <debray.arnaud@gmail.com>
2025-04-15 23:27:17 +05:00

51 lines
2.4 KiB
TOML

#Common settings
[common]
#Show tooltip when a block has additional placements
tooltip = true
#Check for and notify of mismatching tags. Only works when the same option in the server/world config is true.
check_tags = true
#Automatically rebuild and reload the generated tags datapack when a tagging mismatch is detected. Only works when the same option in the server/world config is true.
auto_rebuild_tags = true
#Log missing or additional tags on generated blocks.
log_tag_mismatch = false
#The thread priority of the mismatched tag checker. 1 is lowest, 10 is highest, 5 is normal.
#Range: 1 ~ 10
checker_priority = 1
#Fix incorrect states. Adds a slight bit of additional overhead to chunk loading.
#You should only disable this if the worlds you are using were not made using an older version of Additional Placements AND you are not changing the possible placement states of any stair blocks after they were created.
fix_states = true
#Upgrade the blockstates from older versions of Additional Placements. Adds a slight bit of additional overhead to chunk loading - more than having JUST fix_states on. Does nothing if fix_states is off.
#You should only disable this if the worlds you are using were not made using an older version of Additional Placements.
fix_old_states = true
#Options for registered block types for additional placement generation.
[common.types]
[common.types.additionalplacements]
#Slabs
[common.types.additionalplacements.slab]
#Whether or not to allow for manual placement of the additional placement variants of this block type.
enable_placement = true
#Stairs
[common.types.additionalplacements.stairs]
#Whether or not to allow for manual placement of the additional placement variants of this block type.
enable_placement = true
#Carpets
[common.types.additionalplacements.carpet]
#Whether or not to allow for manual placement of the additional placement variants of this block type.
enable_placement = true
#Regular pressure plates
[common.types.additionalplacements.pressure_plate]
#Whether or not to allow for manual placement of the additional placement variants of this block type.
enable_placement = true
#Weighted pressure plates
[common.types.additionalplacements.weighted_pressure_plate]
#Whether or not to allow for manual placement of the additional placement variants of this block type.
enable_placement = true