Skip to content

History

Showing with 77 additions and 9 deletions.
  1. +16 −1 LitematicaAdditions.md
  2. +1 −1 MiniHUDAdditions.md
  3. +60 −7 TweakerooAdditions.md
17 changes: 16 additions & 1 deletion LitematicaAdditions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# LitematicaAdditions
## Features

## Configuration Options
### materialListIgnoreBlockState
Ignores block state for material list counts.
* Category: `Generic`
* Type: `Boolean`
* Default Value: `false`

### renderHeldItemOnly
Enables rendering of only the held item.
* Category: `Generic`
* Type: `Boolean`
* Default Value: `false`
* Default Hotkey: `None`

## Additional Features
* Adds `Open Schematics Folder` button to the `Main Menu`
* Adds the ability to drag and drop .litematic files and save them into your schematics folder.
- Drag and drop works on the `Main Menu` screen, the `Schematic Manager` screen, and the `Load Schematic` screen.
2 changes: 1 addition & 1 deletion MiniHUDAdditions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MiniHUDAdditions
# MiniHUDAdditions (1.16-1.17)
## **Warning: This mod will modify your MiniHUD configuration file. It is recommended to create a backup of your configuration file before using.**

## Configuration Options
Expand Down
67 changes: 60 additions & 7 deletions TweakerooAdditions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Down Expand 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 Down Expand 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 Down Expand 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).
* Category: `Hotkeys`
Expand Down