You are viewing a potentially older version of this package. View all versions.
TeeTeeArrr-HandsReequip-1.0.0 icon

HandsReequip

Automatically re-equips the previously selected item when you release Push (hands out). No more manually re-selecting your item after putting your hands down.

Date uploaded 5 days ago
Version 1.0.0
Download link TeeTeeArrr-HandsReequip-1.0.0.zip
Downloads 63
Dependency string TeeTeeArrr-HandsReequip-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

HandsReequip

Automatically re-equips your previously selected item when you release Push (putting your hands down) in Burglin' Gnomes.

What It Does

When playing with the hands/push mechanic, the game unequips your currently selected item the moment you extend your hands. When you release Push and bring your hands back, the game leaves the equipment slot empty — forcing you to manually re-select the item you just had.

This mod fixes that. It remembers what item you had equipped before you pushed your hands out, and automatically restores it the moment you release Push.

  • Event-driven — hooks into the game's existing equipment update cycle. No polling, no timers.
  • Safe restoration — only restores the item if it's still valid in that slot. If the item was consumed, dropped, or moved, it does nothing.
  • Zero configuration — install and forget. No settings menu, no config file.

Requirements

Installation

  1. Install BepInEx via r2modman or Thunderstore Mod Manager.
  2. Install this mod via r2modman or Thunderstore Mod Manager.
  3. Launch the game — the mod loads automatically.

Support

If you run into any issues, have questions, or want to suggest improvements, feel free to reach out on Discord: @teeteearrr

CHANGELOG

Changelog

1.0.0

  • Initial release.
  • Automatically re-equips the previously selected item when Push (hands out) is released.
  • Event-driven detection via HandleEquipping prefix patch — no polling.
  • Safe restoration: only restores if the item is still valid in the saved slot.