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

Elevator

A simple Elevator Mod for Fabric Minecraft

Загрузки
1K
Подписчики
3
Обновлён
16 июня 2026 г.
Лицензия
AGPL-3.0-or-later

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

Elevator

Elevator

A simple elevator mod for Fabric.

Jump → go up. Sneak → go down

Features

Feature Description
Elevator up Stand on the elevator block and jump → teleport to the block above
Elevator down Stand on the elevator block and sneak → teleport to the block below
Redstone base The elevator block must be placed on top of a redstone block
Multiple block types Configure multiple elevator blocks while keeping travel within the same block type
Carpet hiding Place a carpet on top of the elevator block — it still works!
Particles Configurable visual particle effect on teleport
Sound Configurable entity sound on teleport
Cooldown Configurable cooldown between teleports
Safety check Only teleport if the destination has enough headroom
Mod Menu support Optional client config screen when Mod Menu is installed

How to use

  1. Place a redstone block on the floor.
  2. Place one of the configured elevator blocks (default: iron block) on top of the redstone block.
  3. Repeat on each floor.
  4. Travel only works between elevator platforms made from the same block type.
  5. Leave at least 2 free blocks of space above each elevator block.
  6. Stand on the elevator block and:
    • Jump → go up
    • Sneak → go down

Tip: hide the elevator block by placing a carpet on top of it!

Configuration

The config file is created automatically on first Minecraft start: config/elevator.json

{
  "elevatorBlocks": ["minecraft:iron_block", "minecraft:gold_block", "minecraft:sea_lantern"],
  "maxElevatorHeight": 50,
  "particlesEnabled": true,
  "particleType": "minecraft:portal",
  "soundEnabled": true,
  "soundEvent": "minecraft:entity.enderman.teleport",
  "cooldownTicks": 20,
  "safetyEnabled": true
}

With Mod Menu + Cloth Config installed on the client, you get a full in-game config screen.

Option Description
elevatorBlocks List of allowed elevator block IDs
maxElevatorHeight Maximum distance (in blocks) to search for the next elevator block
particlesEnabled Show particles on teleport
particleType Minecraft particle ID used when particles are enabled
soundEnabled Play sound on teleport
soundEvent Minecraft sound event ID used when sound is enabled
cooldownTicks Ticks between teleports (20 = 1 second)
safetyEnabled Skip destination if headroom is blocked

Commands

Command Description Permission
/elevator info Shows the configured elevator blocks and reminds that travel only works between matching block types Everyone
/elevator reload Reload the config file OP

🏜️ Test Server

Feel free to join my Minecraft server to test my mods: play.swordfishbe.eu

Ченджлог

1.1.5Релиз26.2 · 16 июня 2026 г.

Updated to Minecraft 26.2

1.1.5Релиз26.1.2 · 16 апреля 2026 г.

Stability and compatibility update

1.1.4Релиз26.1.1, 26.1.2 · 6 апреля 2026 г.

Add configurable elevator blocks, particles, and sounds; harden config loading.

1.1.3Релиз26.1.1 · 4 апреля 2026 г.

Adds optional Mod Menu integration with Cloth Config support for an in-game config screen on clients.

1.1.2Релиз26.1, 26.1.1 · 30 марта 2026 г.
  • added update check
1.1.1Релиз26.1 · 28 марта 2026 г.

Changelog

  • Added /elevator info so every player can see which block is configured as the elevator block
  • Kept /elevator reload restricted to OP/moderator permissions
  • Cleaned up config/block validation and logging
  • Bumped version to 1.1.1
1.1.0Релиз26.1 · 24 марта 2026 г.
  • Ported to Minecraft 26.1
  • Updated Fabric Loader/API. Java 25
1.0.0Релиз1.21.11 · 11 марта 2026 г.

Initial Release

Комментарии

Загружаем…