Runic Blink

Quick rating

Runic Blink

No reviews yet

Teleportation mod for Minecraft

Magic
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
Chekote-blink-1.9.4-1.7.0.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

# Overview

This mod allows you to build "Runes", which are typically 5x5x1 blocks of obsidian. You then create a signature for the Rune, which binds it to other Runes with the same signature.

# Supported Minecraft Versions:

All feature updates and bug fixes will be made available for the following versions of Minecraft:

  • 1.7.10
  • 1.8.9
  • 1.9.4
  • 1.10.2
  • 1.11.2
  • 1.12
  • 1.12.1
  • 1.12.2

If you would like me to support any versions not listed here, please open an issue on the Github repo. Thanks!


# Blocks

This mod adds a single block: The Rune Core.

## Rune Core

Rune Core

The Rune Core is the primary component of a Rune. It stores the energy for the Rune and controls transmission and retrieval of Entities.

### Recipe:

Recipe


# Items

This mod does not add any new items.

## Structures

This mod adds a single structure: The Rune.

### Rune

Players construct the Rune and utilize it to teleport to other Runes with the same signature. A Rune is typically a 5x5x1 structure (horizontal). The following diagram outlines the structure of a Rune (note that the dirt blocks can actually be any material):

#### Recipe:

        

    Dirt    

  Dirt  Rune Core  Dirt  

    Dirt    

        

Runes are primarily constructed from Obsidian, with a Rune Core in the center. The Blocks immediately North, South, East and West of the Rune Core make up the Rune's signature.

The Signature components can be any block that you wish.


# Usage

To create a usable teleport, you will need to create two or more Runes with the same signature.

## Activation

Right clicking on the Rune Core of a completed Rune structure will activate the Rune. The Rune will draw energy from the surrounding environment, which you will observe as a lightning strike hitting the Rune.

If you do not see a Lightning strike when you attempt to activate the Rune, it means that the Rune is invalid. Check that your Rune structure matches the requirements defined above.

### Teleportation

Once you have constructed and activated two or more Runes with the same signature, you can teleport between them by right clicking the Rune Core in the center of the Rune.

When you use a Rune to teleport, you will be transported to the next Rune with the same signature. You will be transported to each Rune with the same signature in the same order that each Rune was activated.


# Configuration

## Rune Size

By default the rune size is 5. Values of 3 or more are supported. The value must be an odd integer. The smallest valid rune size is 3. You can change this value via the runeSize configuration option of the general section in the blink.cfg file:

general {
  # The size that valid runes must be. Must be an odd integer >= 3.
  I:runeSize=5
}

For example, a rune of size 3 would be constructed as follows:

#### Recipe:

  Dirt  

Dirt  Rune Core  Dirt

  Dirt  

### Burning on damage (Since 1.6.0)

By default the runes will catch on fire if they are damaged. The value must be a boolean. Damage is defined as being hit, regardless of whether or not a block breaks. You can disable this behavior via the burning configuration option of the general section in the blink.cfg file:

general {
  # Should the rune burn up on destruction?.
  B:burning=true
}

### Travel cost (Since 1.7.0)

By default, traveling via the runes is free. However, there are two configuration settings that you can set to apply a level cost for traveling:


general {
# How much should teleporting to a different dimension cost in levels?
# Must be an int >= 0
I:levelCostForDimensionTransit=0

# How much should teleporting to another rune cost in levels per meter?
# Must be a double >= 0.0
D:levelCostPerMeter=0.0
}

The level cost for dimension travel will be applied if the destination rune is not in the same dimension as the source rune.

The level cost per meter will be applied based on the distance between the two rune cores. The resulting double will be rounded up to the nearest int.

The total travel cost is the dimension travel (if applicable) added to the calculated distance cost rounded up to the nearest int.

If the player has enough levels to cover the travel cost, then they will be teleported and the cost deducted from their levels. If the player does not have enough levels to cover the travel cost, the teleportation will fail. This will be indicated by a fizzle sound and a puff of smoke coming out of the rune core.

Note: This config file will be generated when you first launch Minecraft with the mod installed.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~23,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works