feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[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