- Improved
tweakDurabilityCheck
. - Fixed
tweakAutoReconnect
breaking when resizing the window. - Added
playerListChangeMessages
generic option for thetweakPlayerList
tweak.- When enabled, messages will be displayed in the chat when an addition/removal is made to the player list.
- Useful for servers that hide join/leave messages, but do update the player list.
- Added
commandOnlyAdultPets
generic option, which toggles whether to only select adult pets withsitDownNearbyPets
andstandUpNearbyPets
hotkeys. - Added
tweakAutoReconnect
tweak, which automatically reconnects to a server after being disconnected from it, with a small delay.- Can be configured using the
autoReconnectTime
generic option
- Can be configured using the
- Added
disableItemCooldown
yeet, which disables the cooldown on ender pearls, goat horns, and more. May not work on servers. - Added
disableIllegalCharacterCheck
yeet, which allows using special characters as U+00A7 (§), U+007F and more in all text boxes. May not work on servers. - Added
disableWorldBorder
yeet, which disables all world border restrictions. May not work on servers. - Added
{distance}
fancy name placeholder, replaces with the distance to the mob/player. - Fixed
{attack}
fancy name placeholder not calculating enchantments and strength effect modifiers. {attack}
fancy name placeholder now shows the amount of damage a critical hit adds.- Can be disabled using the
attackPlaceholderShowCritical
generic option.
- Can be disabled using the
disableKnockback
now works on servers.- Improved
tweakDurabilityCheck
- Now shows a durability message whenever the item's durability is below 10% of its maximum durability, with a cooldown.
- Can be configured using the
durabilityWarningCooldown
option.
- Modified the colours of some fancy name placeholders, to make them more distinct.
- Added
tweakDurabilityCheck
tweak, which displays a message when an item you're using, or a piece of armour you're wearing, is close to breaking.- Can also disable using items that are close to breaking by setting
durabilityCheckPreventUse
totrue
inGeneric
.
- Can also disable using items that are close to breaking by setting
- Added
tweakStatusEffectHud
tweak, which modifies the way status effect icons are rendered to include duration time. - Fixed
{health}
fancy name placeholder sometimes not working right
- Added
tweakSlippery
tweak, mostly for fun, which overrides the slipperiness of every block, can be configured using theslipperiness
option inGeneric
. - Added
disableFogModifiers
yeet, which disables all fog modifiers (water, lava, powdered snow, darkness, etc.). - Added
gammaOverrideFix
fix, which fixes gamma override not applying when relaunching the game. - Added
disableArmorRestriction
yeet, which disables the restriction of armour slots in the inventory. May not work on servers. - Added
disableBindingCurse
yeet, which disables Curse of Binding. May not work on servers. - Added "fancy names" system to improve configurability of
playerListNames
,tweakPlayerNames
andtweakMobNames
- Added
tweakPlayerNames
tweak, which modifies the names rendered above players to include more information, such as their gamemode, ping, and health. - Added
tweakMobNames
tweak, which makes mob names always render, and includes health in them. - Added
disableKnockback
yeet, which disables taking knockback. - Added
tweakChatMessages
tweak, which tries to turn custom formatted chat messages into vanilla ones. It is a bit buggy at the moment, issues can occur.