Add new metal, wood, and leaves types for various mods including BetterEnd, Born in Chaos, and Rechiseled; expand allowed sounds for Sound Physics Remastered; update sort order for Jade configuration.

This commit is contained in:
Leonid Pershin
2026-05-08 10:40:34 +03:00
parent 8844bb0e61
commit e0c966d37f
207 changed files with 27608 additions and 1 deletions
+27
View File
@@ -0,0 +1,27 @@
#Which unit the fluid display in the keg should use.
#Should be 'liters', 'millibuckets' or 'droplets'
#1 L = 1 mB = 81 d
#Default: millibuckets
fluidDisplayUnit = "millibuckets"
#When the opposite fluid display unit should be shown.
#Should be one of 'never', 'advanced_tooltips' or 'always'
#Default: never
oppositeFluidDisplay = "never"
#Should the numbed hearts obtained from being damaged when Tipsy flicker when you are about to take damage?
#Default: true
numbedHeartFlickering = true
#Should the food bar have a yellow overlay when the player has the Intoxication effect?
#Default: true
intoxicationFoodOverlay = true
#Should the chat scramble when the player has the Tipsy effect?
#Default: true
scrambleChat = true
#Should other player's nametags scramble when the player has the Tipsy effect?
#Default: true
scrambleName = true
#Should signs scramble when the player has the Tipsy effect?
#Default: true
scrambleSign = true
#Should kegs render the fluid texture in the background of the fluid slot?
#Default: true
renderFluidInKeg = true