- Added
fakeSneakingLadder
generic option, which toggles whethertweakFakeSneaking
should stop you from falling down ladders. - Added
permanentSneakFreeCamera
generic option, which toggles whethertweakPermanentSneak
should work while usingtweakFreeCamera
. - Added
tweakGravity
, which allows you to override your gravity attribute. Can be configured using thegravityOverride
generic option. - Added
tweakStepHeight
, which allows you to override your step height attribute. Can be configured using thestepHeightOverride
generic option. - Include the Crafter in
pistonFlexiblePlacementFix
. - Fix
disableExplosionKnockback
cancelling explosion knockback even whendisableKnockback
is off.
- Added
handRestockCreativeFix
, which disablestweakHandRestock
when the player is in creative mode. - Added
disableExplosionKnockback
generic setting. When set to true, also disables knockback from explosions whendisableKnockback
is enabled. - Improved boat jumping with
tweakBoats
. - The
{health}
placeholder now shows the correct decimal number. - The
{statuseffect}
placeholder now only shows effects that show particles. - Fixed a crash that could occur when
tweakRenderOperatorBlocks
is enabled. - Fixed the horse jump charge going down when holding the jump key for a while with
disableHorseJumpCharge
on. - Fixed
tweakNumberHud
not showing durability warnings for the 9th hotbar slot. - General code cleanup.
From 0.4.6-beta.2:
- When frozen, the health text now uses an aqua text colour with
tweakNumberHud
enabled. - Added
tweakLodestoneCompass
, which allows you to see the exact position of a lodestone compass by right-clicking it with the tweak enabled. - Added
disableOverlayRender
to disable rendering various overlays, such as the vignette, spyglass, carved pumpkin and powdered snow overlays. - Added
disableAllNamesInF1
, which hides all entity names when the HUD is disabled (vanilla Minecraft still renders the names of entities in teams).
From 0.4.6-beta.1:
- Status effect placeholder now works for all entities, but only for status effects showing particles.
- Removed
gammaOverrideFix
as it's now implemented in vanilla Tweakeroo. - Updated tooltip for
playerListBelowBossbar
. - Health of vehicles now shows in creative when using the number HUD tweak.
- Mod name is now included in config GUI.
- When frozen, the health text now uses an aqua text colour with
tweakNumberHud
enabled. - Added
tweakLodestoneCompass
, which allows you to see the exact position of a lodestone compass by right-clicking it with the tweak enabled. - Added
disableOverlayRender
to disable rendering various overlays, such as the vignette, spyglass, carved pumpkin and powdered snow overlays. - Added
disableAllNamesInF1
, which hides all entity names when the HUD is disabled (vanilla Minecraft still renders the names of entities in teams).
- Beta build for 1.20.5+6.
- Status effect placeholder now works for all entities, but only for status effects showing particles.
- Removed
gammaOverrideFix
as it's now implemented in vanilla Tweakeroo. - Updated tooltip for
playerListBelowBossbar
. - Health of vehicles now shows in creative when using the number HUD tweak.
- Mod name is now included in config GUI.
- Added
pistonFlexiblePlacementFix
- Added
tweakNumberHud
- Added
playerListBelowBossbar
- Added
disableOffhandUse
- Added
disableHorseJumpCharge
- Changed
{armor}
fancy name placeholder to show armor, armor toughness and EPF values - Fixed player notifications not always showing with
tweakPlayerInfoNotifications
tweakStatusEffectHud
now shows**:**
for effect durations over one hour
- Added
durabilityCheckPreventUseThreshold
- Added
slipperinessAffectVehicles
- Added
playerListOrder
option - Added
tweakBoats
disableWorldBorder
seems to work on vanilla servers and has therefore been unmarked as client-only- Added
{statuseffect}
,{horsestats}
and `{rawhorsestats} fancy name placeholders - The
{distance}
fancy name placeholder now uses the position of the camera - Updated to Tweakeroo 0.19.2
- Added
durabilityCheckPreventUseThreshold
- Added
slipperinessAffectVehicles
- Added
playerListOrder
option - Added
tweakBoats
disableWorldBorder
seems to work on vanilla servers and has therefore been unmarked as client-only- Added
{statuseffect}
,{horsestats}
and `{rawhorsestats} fancy name placeholders - The
{distance}
fancy name placeholder now uses the position of the camera
- Improved
tweakDurabilityCheck
slightly - Removed
playerListChangeMessages
option, which has been replaced bytweakPlayerInfoNotifications
- Added
tweakPlayerInfoNotifications
, which posts notifications in chat when the client receives a Player Info Update or a Player Info Remove packet. Can be configured inGeneric
:- If
playerAddRemoveNotification
is enabled, notifications will be posted in chat when a player info entry is added or removed. - If
playerGamemodeNotification
is enabled, notifications will be posted in chat when a player info entry changes gamemode. - If
playerListedNotification
is enabled, notifications will be posted in chat when a player info entry is added or removed from the player list. - If
playerDisplayNameNotification
is enabled, notifications will be posted in chat when a player info entry changes display name.
- If
- Modified fancy name
{name}
placeholder to respect formatted (player) display names - Added
{rawname}
fancy name placeholder, which replaces with raw, unformatted name/IGN of the mob/player. - Added
disableBedExplosions
yeet, which disables bed explosions in dimensions where beds don't work, by disabling clicking on them.