Cosmonautics: Warp Drive

⭐ — (6 endorsements) 📥 2,245 downloads 📌 v1.1.0 📅 7/31/2026
🟡 Updated this year

By waco0311 · mobs

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 8/26/2026 📅 Created: 7/31/2026
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.3% endorsement rate

📋 About This Mod

✅ drive's current location, pick a saved destination, and warp the entire
✅ physicalized structure it's attached to — including across dimensions. The
✅ console screen shows live info (FE, countdown, coordinates, or the selected
✅ point's name — configurable).
✅ Moon. Registers and stores points just like a Warp Crystal, but can't
✅ trigger a warp on its own — copy its points onto a Warp Crystal with a

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/7P3L5C_MfzU" title="YouTubeプレイヤー" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> # Cosmonautics: Warp Drive Warp your Sable-physicalized ships and stations to any recorded location — in any dimension — using stored electrical power. An addon for the **Create + Cosmonautics** ecosystem, built on **Sable**'s physics/sub-level system. ## ✨ Features - **Warp Drive** — insert a Warp Crystal (or Memory Card), register the drive's current location, pick a saved destination, and warp the entire physicalized structure it's attached to — including across dimensions. The console screen shows live info (FE, countdown, coordinates, or the selected point's name — configurable). - **Warp Crystal** — the data core. Only a Warp Crystal can actually trigger a warp. - **Memory Card** — a cheaper way to record locations without a trip to the Moon. Registers and stores points just like a Warp Crystal, but can't trigger a warp on its own — copy its points onto a Warp Crystal with a Crystal Driver first. Storage capacity is configurable. - **Crystal Driver** — copy a saved location from one Warp Crystal or Memory Card onto another, or delete one you no longer need. - **Moon Crystal** — a new resource found only in Cosmonautics' Moon dimension. Mine the ore, then refine it with Create's Sand Paper. - **Hyperspace jump effect** — a short charge-up before each warp, with a screen-distortion effect (visible only to players actually riding the ship) and a converging particle effect (visible to everyone nearby). - Fully configurable: FE cost per warp, charge-up time, particle count, console display mode, and Memory Card capacity. - **CC: Tweaked support** — the Warp Drive works as a peripheral, so computers can read its status and drive it from Lua. Optional; the mod works fine without CC: Tweaked installed. ## 🚀 How to use it 1. Mine **Moon Crystal Ore** on the Moon (diamond pickaxe required) for **Raw Moon Crystal**. 2. Refine it into a **Moon Crystal** with Create's Sand Paper. 3. Craft a **Warp Crystal** — or a cheaper **Memory Card** if you don't want to make the trip yet — then a **Warp Drive**, and install the drive on a Sable-physicalized structure (e.g. a Create airship). 4. Insert the crystal/card and press **Register Here** to save that location. 5. Fly elsewhere, register another location on the same (or a different) crystal/card — rename entries from the Warp Drive's GUI to keep track of them. 6. Select a destination and press **Warp**. The drive spends FE, plays a short hyperspace sequence, and moves the whole structure there. (Using a Memory Card? Copy its points onto a Warp Crystal with a Crystal Driver first — Warp only works from a Warp Crystal.) Use a **Crystal Driver** to duplicate a saved location across crystals/cards, or to delete one. ## 📦 Requirements - NeoForge for **1.21.1** - (https://www.curseforge.com/minecraft/mc-mods/create) - (https://cosmonauticsteam.github.io/) — provides the Moon dimension, Titanium items, and the Dimensional Sable support this mod's cross-dimension warp relies on - (https://modrinth.com/mod/sable) - (https://modrinth.com/mod/dimensional-sable) — usually already present via Create Cosmonautics' own bundled copy > This mod does **not** generate FE on its own — bring your own power source > (Create generators, or any other FE-producing mod). Optional: - CC: Tweaked — enables the Warp Drive's computer peripheral. With CC: Tweaked installed, a Warp Drive can be used as a peripheral of type `warp_drive` — attach a computer directly or over a wired modem. Available methods: getEnergy, getEnergyCapacity, getWarpCost, hasCrystal, getWarpPoints, getSelectedPoint, selectPoint, registerHere, renamePoint, warp, isCharging, getChargeSeconds. `warp()` begins the charge-up rather than jumping instantly, exactly like pressing Warp in the GUI, and returns either true or false plus a reason string. Two example programs are included in the GitHub repository: warp.lua prints the drive's status and warps to a chosen point, and warp_monitor.lua draws a touch-controlled interface on an Advanced Monitor. Both are starting points to edit rather than finished programs — the peripheral deliberately exposes data and controls only, so the interface is yours to design. Full method reference is in the README on GitHub. ## ⚙️ Configuration | Option | Default | Description | | ----------------------- | --------- | ---------------------------------------------------------------------- | | `warpCostFE` | 2,000,000 | FE consumed per Warp Drive activation | | `warpChargeTicks` | 60 (3s) | Delay between pressing Warp and the actual jump

# Cosmonautics: Warp Drive

Warp your Sable-physicalized ships and stations to any recorded location — in any dimension — using stored electrical power.

An addon for the Create + Cosmonautics ecosystem, built on Sable's physics/sub-level system.

## ✨ Features

  • Warp Drive — insert a Warp Crystal (or Memory Card), register the
  • drive's current location, pick a saved destination, and warp the entire
  • physicalized structure it's attached to — including across dimensions. The
  • console screen shows live info (FE, countdown, coordinates, or the selected
  • point's name — configurable).
  • Warp Crystal — the data core. Only a Warp Crystal can actually trigger
  • a warp.
  • Memory Card — a cheaper way to record locations without a trip to the
  • Moon. Registers and stores points just like a Warp Crystal, but can't
  • trigger a warp on its own — copy its points onto a Warp Crystal with a
  • Crystal Driver first. Storage capacity is configurable.
  • Crystal Driver — copy a saved location from one Warp Crystal or Memory
  • Card onto another, or delete one you no longer need.
  • Moon Crystal — a new resource found only in Cosmonautics' Moon
  • dimension. Mine the ore, then refine it with Create's Sand Paper.
  • Hyperspace jump effect — a short charge-up before each warp, with a
  • screen-distortion effect (visible only to players actually riding the ship)
  • and a converging particle effect (visible to everyone nearby).
  • Fully configurable: FE cost per warp, charge-up time, particle count,
  • console display mode, and Memory Card capacity.
  • CC: Tweaked support — the Warp Drive works as a peripheral, so computers can read its status and drive it from Lua. Optional; the mod works fine without CC: Tweaked installed.
  • ## 🚀 How to use it

1. Mine Moon Crystal Ore on the Moon (diamond pickaxe required) for Raw Moon Crystal. 2. Refine it into a Moon Crystal with Create's Sand Paper. 3. Craft a Warp Crystal — or a cheaper Memory Card if you don't want to make the trip yet — then a Warp Drive, and install the drive on a Sable-physicalized structure (e.g. a Create airship). 4. Insert the crystal/card and press Register Here to save that location. 5. Fly elsewhere, register another location on the same (or a different) crystal/card — rename entries from the Warp Drive's GUI to keep track of them. 6. Select a destination and press Warp. The drive spends FE, plays a short hyperspace sequence, and moves the whole structure there. (Using a Memory Card? Copy its points onto a Warp Crystal with a Crystal Driver first — Warp only works from a Warp Crystal.)

Use a Crystal Driver to duplicate a saved location across crystals/cards, or to delete one.

## 📦 Requirements

  • NeoForge for 1. 21. 1
  • (https://www.curseforge.com/minecraft/mc-mods/create)
  • (https://cosmonauticsteam.github.io/) — provides the
  • Moon dimension, Titanium items, and the Dimensional Sable support this mod's
  • cross-dimension warp relies on
  • (https://modrinth.com/mod/sable)
  • (https://modrinth.com/mod/dimensional-sable) — usually
  • already present via Create Cosmonautics' own bundled copy

> This mod does not generate FE on its own — bring your own power source > (Create generators, or any other FE-producing mod). Optional: - CC: Tweaked — enables the Warp Drive's computer peripheral.

With CC: Tweaked installed, a Warp Drive can be used as a peripheral of type `warp_drive` — attach a computer directly or over a wired modem.

Available methods: getEnergy, getEnergyCapacity, getWarpCost, hasCrystal, getWarpPoints, getSelectedPoint, selectPoint, registerHere, renamePoint, warp, isCharging, getChargeSeconds.

`warp()` begins the charge-up rather than jumping instantly, exactly like pressing Warp in the GUI, and returns either true or false plus a reason string.

Two example programs are included in the GitHub repository: warp.lua prints the drive's status and warps to a chosen point, and warp_monitor.lua draws a touch-controlled interface on an Advanced Monitor. Both are starting points to edit rather than finished programs — the peripheral deliberately exposes data and controls only, so the interface is yours to design.

Full method reference is in the README on GitHub. ## ⚙️ Configuration

| Option | Default | Description | | ----------------------- | --------- | ---------------------------------------------------------------------- | | `warpCostFE` | 2,000,000 | FE consumed per Warp Drive activation | | `warpChargeTicks` | 60 (3s) | Delay between pressing Warp and the actual jump

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
waco0311
Version
1.1.0
Downloads
2,245
Endorsements
6
Category
mobs
Created
7/31/2026
Updated
8/26/2026
Game Versions
1.21.1
Tags
mobs

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Cosmonautics: Warp Drive support?

The author lists 1.21.1. Other versions may work but are untested by the author.

What is the latest version of Cosmonautics: Warp Drive?

Version 1.1.0, published 2026-08-26 with 2,245 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More mobs 👤 More by waco0311 🔎 Similar Mods 🌐 Best mobs (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods