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

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:

# 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:





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:



### 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.
AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.