promotional bannermobile promotional banner

InvMove

Adds the ability to walk around while in inventories

File Details

v0.6.0 (1.18) [Fabric]

  • B
  • Feb 25, 2022
  • 105.67 KB
  • 1.0K
  • 1.18.1
  • Fabric

File Name

InvMove-1.18-0.6.0-Fabric.jar

Supported Versions

  • 1.18.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:invmove-581854:3661607"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Reworked "Allow Sneaking" toggle into a "Sneak Mode" option
    •     Off = No sneaking (previous behavior)
    •     Maintain = Keep sneaking if you were when the screen was opened (new default)
    •     Pressed = Sneak only while holding the sneak button
  • If movement is disabled after going into an inventory, sneak state is maintained if on Maintain or Pressed
    (eg. putting an item into an anvil with "text field disables movement" enabled)
  • Fixed shift clicking into an anvil causing a momentary sneak (gh-3)
  • Added an option for the background of screens that pause the game (eg. esc menu, advancements screen) (gh-4)
    •     Show = Always show the background of pause screens (even if the game isn't paused)
    •     ShowSP = Only show the background of pause screens if the game is paused (ie. in singleplayer)
    •     AllowHide = Allow the background of pause screens to be hidden (other settings can override)
  • Added keybind to toggle movement (unbound by default)
    •     (note: the toggle is set up so that it only actually changes the setting if it would have an impact, so for example, pressing it while in a text field has no effect)
  • Add config entry for advancements screen
  • Fix for toggling recipe book with space when trying to jump (gh-2)
  • Add handling for some vanilla screens that were unrecognized before (GameModeSwitcherScreen, GenericDirtMessageScreen)