LinuxMod (1.7)
Curse Maven Snippet
What's new
✨ New Features & Events
- Critical Error Event: "Disk Full"
- Randomly triggers during gameplay and notifies the player via chat.
- Massively slows down compilation speed when active.
- Fix: Players must free up space by deleting items from their inventory using the
rm <slot_number>orrm allterminal commands.
- Network Error Event: "WiFi Disconnected"
- Randomly triggers and drops the network connection.
- Prevents downloading packages (blocks
apt installcommands). - Fix: Players must reconnect manually by running
nmcli connectin the terminal.
- Dangerous Command:
rm -rf /- Added support for
rm -rf /(andrm -rf /*) in the terminal. - Executing this command applies a permanent +50% time penalty to all future compilation tasks.
- Added support for
🛠️ Enhancements
- Advanced Cron Scheduling:
- Upgraded the
croncommand parser to support standard time units. - Players can now schedule tasks using seconds (
s), minutes (m), or hours (h) (e.g.,cron 10s compile chest,cron 1h rm all).
- Upgraded the
🐛 Bug Fixes
- Background Cron Execution: Fixed a major bug where
cronjobs would silently fail to execute if the terminal GUI was closed when the timer finished. Scheduled tasks now run seamlessly in the background and modify player state/inventory correctly. - Cron Crafting Validation: Fixed an issue where
cronwould falsely report a successful execution (e.g.,[CRON] Executed: compile chest) even if the player lacked the necessary ingredients. Cron will now correctly halt and output[CRON] COMPILE ERROR: Missing ingredients. - Custom Item Crafting Exploit: Patched an exploit where custom mod items (RAM sticks, ROM chips, Flash Drives) could be compiled completely for free. Hardcoded ingredient requirements have been added to ensure all terminal-crafted items consume proper resources.
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

