Перейти к содержимому
Mineforgian

Purpur Elevator

Purpur block + Redstone power = Teleporting elevator

Загрузки
119
Подписчики
1
Обновлён
28 мая 2026 г.
Лицензия
CC-BY-NC-SA-4.0

Опубликован 5 марта 2026 г.

A villager teleporting using a purpur elevator.

What is the point of turning Chorus into Purpur if you can't use its teleporting abilities?

About

By powering Purpur Blocks using redstone, you can create elevator platforms that teleport you in between them.

The mod supports a few different modes;

Passive (default)

Passive is the simplest mode, all you need to do is permanently power the Purpur Block with redstone, and it will teleport up by jumping, and down by crouching.

Naïve power

Naïve power activates on being powered by redstone. The moment it gets powered it will teleport all entities on top of it to the nearest platform.

Going up takes priority over going down, so if there are platforms both above and below, it will teleport you up.

Strength power

Strength power is similar to naïve power, but it uses the strength of the redstone signal to determine which platform to teleport to.

Depending on the strength of the redstone signal, it will teleport to the nth platform it can reach from there.

A signal strength of 1 will teleport to the lowest platform, and a signal strength of 15 will teleport to the 15th platform.


Configuration

On its own, the mod will not create a config file. To change settings, you can install Fzzy Config.

To load changes to the config file, you can use the vanilla /reload command.

# The mode in which the elevator operates. Modes: ('PASSIVE', 'NAIVE', 'STRENGTH').
mode = "PASSIVE"
# The maximum distance between two elevator platforms.
maxElevatorDistance = 16
# The cooldown in seconds after using an elevator platform during which you can't use another one.
elevatorCooldownSeconds = 0.05
# Whether an elevator should work while the player is sprinting.
activateWhileSprinting = false
# Whether players riding vehicles should be teleported by the elevator. e.g minecarts and boats
allowVehicles = true
# Whether players riding mounts should be teleported by the elevator. e.g horses and pigs
allowMounts = true

Центр версий

2 версий
  • Релиз19 КБ
  • Релиз18 КБ

Ченджлог

1.0.0+26.1.2Релиз26.1.2 · 28 мая 2026 г.

We're Going, up, up, Up!

  • Updated to 26.1.2
1.0.0+1.21.11Релиз1.21.11 · 6 марта 2026 г.

Review beta

  • Ported from Solute, it will be removed from it in a future update.
  • Added different modes for elevators; "PASSIVE", "NAIVE" and "STRENGTH".
  • Added logic to allow vehicles and mounts to be used on elevators.
  • Added config options for max distance, cooldown, sprinting, vehicles, and mounts.

Комментарии

Загружаем…