You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -52,6 +52,24 @@ If enabled, then hand restocking is attempted every tick, whereas normally it on
* Type: `Boolean`
* Default Value: `False`
### gridRestrictX
If enabled, then grid restriction will work along the X axis.
* Category: `Generic`
* Type: `Boolean`
* Default Value: `True`
### gridRestrictY
If enabled, then grid restriction will work along the Y axis.
* Category: `Generic`
* Type: `Boolean`
* Default Value: `True`
### gridRestrictZ
If enabled, then grid restriction will work along the Z axis.
* Category: `Generic`
* Type: `Boolean`
* Default Value: `True`
### scoreboardSidebarMaxLength
This controls the maximum length of the scoreboard sidebar. The default length in vanilla is 15.
* Category: `Generic`
Expand DownExpand Up
@@ -197,20 +215,41 @@ Disables rendering of scoreboard sidebar.
* Default Value: `False`
* Default Hotkey: `None`
### disableSleepingNotification
Prevents the sleeping status from being displayed in the action bar.
* Category: `Disable`
* Type: `Boolean`
* Default Value: `False`
* Default Hotkey: `None`
### disableSlimeBlockBouncing
Prevents player from bouncing on slime blocks.
* Category: `Disable`
* Type: `Boolean`
* Default Value: `False`
* Default Hotkey: `None`
### disableSnowLayerStacking
Prevents player from placing multiple snow layers in a block.
* Category: `Disable`
* Type: `Boolean`
* Default Value: `False`
* Default Hotkey: `None`
### disableSprintingUnderwater
Prevents player from sprinting while underwater with `disableSwimming`. Note: Sprinting underwater is not possible in Vanilla Minecraft in 1.13+. **Also, prevents player from sprinting in one block tall water with the Permanent Sprint tweak, which is not possible in Vanilla, if enabled. See this [GitHub issue](https://github.com/maruohon/tweakeroo/issues/214) for more info.**
* Category: `Disable`
* Type: `Boolean`
* Default Value: `true`
* Default Hotkey: `None`
### disableStuckArrowsRendering
Disables rendering of stuck arrows.
* Category: `Disable`
* Type: `Boolean`
* Default Value: `False`
* Default Hotkey: `None`
### disableSwimming
Disables swimming while sprinting underwater.
* Category: `Disable`
Expand DownExpand Up
@@ -260,13 +299,34 @@ Allows the player to control Llamas while riding them. Ported from [1.12 Tweaker
* Default Value: `False`
* Default Hotkey: `None`
### tweakMovementHold
Emulates holding down the movement keys that were currently pressed when the tweak is enabled.
* Category: `FeatureToggle`
* Type: `Boolean`
* Default Value: `False`
* Default Hotkey: `None`
### tweakNameTagPiglins
Only allows player to use name tags on adult piglins holding swords.
* Category: `FeatureToggle`
* Type: `Boolean`
* Default Value: `False`
* Default Hotkey: `None`
### tweakOneHitKill
Enables one hit killing attacked living entities if player is in creative. Requires operator permission to use the /kill command.
* Category: `FeatureToggle`
* Type: `Boolean`
* Default Value: `False`
* Default Hotkey: `None`
### tweakOverrideSkyTime
Overrides the day time used for rendering the sky. Inspired by `tweakDayCycleOverride` in [Tweakfork](https://github.com/Andrews54757/tweakfork) by [Andrews54757](https://github.com/Andrews54757). Unlike `tweakDayCycleOverride`, this tweak allows you to see the actual time through mods such as MiniHUD or by using the Clock item.
* Category: `FeatureToggle`
* Type: `Boolean`
* Default Value: `False`
* Default Hotkey: `None`
### tweakOverrideWindowTitle
Replaces the current window title with the string specified in the `windowTitleOverride` generic config.
* Category: `FeatureToggle`
Expand DownExpand Up
@@ -302,13 +362,6 @@ Enables automatic respawning on death. This feature is originally from [UsefulMo
* Default Value: `False`
* Default Hotkey: `None`
### tweakOverrideSkyTime
Overrides the day time used for rendering the sky. Inspired by `tweakDayCycleOverride` in [Tweakfork](https://github.com/Andrews54757/tweakfork) by [Andrews54757](https://github.com/Andrews54757). Unlike `tweakDayCycleOverride`, this tweak allows you to see the actual time through mods such as MiniHUD or by using the Clock item.
* Category: `FeatureToggle`
* Type: `Boolean`
* Default Value: `False`
* Default Hotkey: `None`
### blinkDrive
Teleports the player (using a /tp command) to the location the player is looking at. Requires operator permission to use the /tp command. Ported from [1.12 Tweakeroo](https://github.com/maruohon/tweakeroo/tree/liteloader_1.12.2).