-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Shane Jacobs edited this page Jul 21, 2026
·
1 revision
Welcome to the Stasis Mod wiki. This is a Create mod addon for Minecraft 1.21.1 that adds a simulation dimension for testing and running contraptions.
- Installation - How to install the mod
- Getting Started - Basic setup and usage
- Architecture - How the mod works internally
- Configuration - Server configuration options
- Troubleshooting - Common issues and solutions
Stasis Mod provides:
- A separate Simulation Dimension for testing contraptions
- Dynamic plot allocation for multiple players
- Invisible barrier walls to contain contraptions within plot boundaries
- Player state snapshots for safe entry/exit
- ComputerCraft integration via Lua programs for automation
A multiblock structure that:
- Consumes Forge Energy (FE) to activate
- Saves player state before teleporting to simulation
- Supports delayed teleport with fade animation
An item that:
- Restores player to original location
- Restores all inventory, armor, effects, and XP
- Preserves snapshots if restoration fails
- Automatic allocation of plots based on player UUIDs
- Grid-based layout for efficient space usage
- Configurable plot spacing and maximum players
- Invisible barrier blocks prevent escape
Current version: 0.0.3
- Minecraft 1.21.1
- Create 1.21.1
- NeoForge 21.1+
- Sable (Rapier 3D physics)
- Curios (optional, for armor slots)
- ComputerCraft (optional, for Lua automation)
Check the Troubleshooting page or review the mod logs if you encounter issues.