← Назад к ресурсам

Quartz Elevator

Adds quartz elevators.

Modrinth cursed transportation

Описание

[![Mod Loader: Fabric](https://img.shields.io/static/v1?label=modloader&message=fabric&color=brightgreen)](https://modrinth.com/mod/fabric-api) ![Mod Environment](https://img.shields.io/static/v1?label=environment&message=client%2Fserver&color=yellow) [![MIT License](https://img.shields.io/static/v1?label=licence&message=MIT&color=blue)](https://raw.githubusercontent.com/Aton-Kish/quartz-elevator/1.19/LICENSE) [![Ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/atonkish) # Quartz Elevator The Quartz Elevator mod adds Quartz Elevator and Smooth Quartz Elevator. You can teleport vertically between elevators with the same (x, z) coordinates: jump to go up and crouch to go down. [](https://modrinth.com/mod/fabric-api) ## Recipe | Name | Type | Recipe | | ---------------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Quartz Elevator | Shaped Crafting | | | Quartz Elevator | Shapeless Crafting | | | Smooth Quartz Elevator | Shapeless Crafting | | | Smooth Quartz Elevator | Smelting | | ## Configure You can configure from the [Mod Menu](https://modrinth.com/mod/modmenu) or by editing `config/quartzelv.json` directly. | Key | Type | Default | Description | | ------------------------------ | ------- | ------- | ------------------------------------------------- | | `quartzElevatorDistance` | int | `16` | the max distance of Quartz Elevator | | `smoothQuartzElevatorDistance` | int | `64` | the max distance of Smooth Quartz Elevator | | `mixTypes` | boolean | `false` | teleportable between elevators of different types | | `isPlayerOnly` | boolean | `false` | only player entites can teleport | | `displayParticles` | boolean | `true` | display particles of Elevator Blocks |