A collection of MelonLoader mods for the game Little Rocket Lab.
Increases the maximum stack size for all stackable items to 999.
- Automatically patches all inventory items when they're loaded or used
- Works with existing saves and new items
- Warning: If you remove this mod, loading a save will reset all item quantities above the default stack size to the default maximum (e.g., items with 50+ will be reduced to the vanilla stack limit)
Split item stacks easily using the mouse scroll wheel.
- Scroll up on a stack to pick up items form hovered slot
- Scroll down to place items into empty slots or matching stacks
Enables the run speed boost for faster player movement.
- Lightweight mod with no debug console or extra features
- Perfect for players who just want to move faster
Save your game at any time with a configurable hotkey (default: F5).
- Bypass normal save restrictions
- Configurable keybinding via MelonLoader preferences
- Useful for saving progress at critical moments
Adjust the game speed in real-time with configurable hotkeys.
- Increase speed: Numpad + (default)
- Decrease speed: Numpad - (default)
- Reset to normal: Numpad * (default)
- Speed range: 0.5x to 10x
Enables the mech (Toasty) to destroy rocks with the hammer action.
- Destroy tier 1 rocks (stone, copper, iron, coal)
- Tier 2 and 3 rocks are protected from destruction
- Little Rocket Lab (Steam)
- MelonLoader v0.7.2-ci.2341 Open-Beta
- This version is tested and confirmed working
- Recommended for compatibility with these mods
- Install in the game directory
-
Clone the repository
git clone <repository-url> cd LittleRocketLabMods
-
Configure game path
Copy
Directory.Build.props.user.exampletoDirectory.Build.props.user:cp Directory.Build.props.user.example Directory.Build.props.user
Edit
Directory.Build.props.userand set theGamePathto your game installation:<Project> <PropertyGroup> <GamePath>C:\Path\To\Your\Little Rocket Lab</GamePath> </PropertyGroup> </Project>
-
Build the solution
dotnet build LittleRocketLabMods.sln
The mods will automatically be copied to
<GamePath>\Mods\after building.
If you just want to use pre-built mods:
- Download the mod DLL files
- Place them in
<GamePath>\Mods\folder - Launch the game with MelonLoader
All mods with configurable hotkeys can be customized via the MelonLoader preferences file:
- Run the game once with the mod(s) installed
- Edit
<GamePath>\UserData\MelonPreferences.cfg - Find the relevant section and modify the keybindings:
SaveAnyTime
[SaveAnyTime]sectionSaveKey(default: F5)
SpeedControl
[SpeedControl]sectionIncreaseKey(default: KeypadPlus)DecreaseKey(default: KeypadMinus)ResetKey(default: KeypadMultiply)