Skip to content
Shane Jacobs edited this page Jul 21, 2026 · 1 revision

Stasis Mod Wiki

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.

Quick Links

Overview

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

Features

Activation Core

A multiblock structure that:

  • Consumes Forge Energy (FE) to activate
  • Saves player state before teleporting to simulation
  • Supports delayed teleport with fade animation

Exit Beacon

An item that:

  • Restores player to original location
  • Restores all inventory, armor, effects, and XP
  • Preserves snapshots if restoration fails

Plot System

  • 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

Version

Current version: 0.0.3

Dependencies

  • 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)

Getting Help

Check the Troubleshooting page or review the mod logs if you encounter issues.

Clone this wiki locally