Files
mechanical-smp-v1/web/pack/config/easy_villagers-client.toml
2025-07-26 15:09:57 +02:00

19 lines
697 B
TOML

[villager]
#If villagers should be able to be picked up by sneaking and right-clicking
sneak_pick_up = true
#The volume of every villager related sound in this mod
# Default: 1.0
# Range: 0.0 ~ 1.0
volume = 1.0
#The location of the cycle trades button
#Allowed Values: TOP_LEFT, TOP_RIGHT, NONE
cycle_trades_button_location = "TOP_LEFT"
#Disables rendering any contents of the villager blocks when set to false
#Set to false if you have performance issues with the mod
render_block_contents = true
#The distance in blocks at which the block contents are rendered
#This has no effect if 'render_block_contents' is disabled
# Default: 32
# Range: 1 ~ 256
block_render_distance = 32