Quartz Elevator
Adds quartz elevators.
Quartz Elevator
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.
<img src="https://i.imgur.com/Ol1Tcf8.png" alt="Requires Fabric API" width="128" />
Recipe
| Name | Type | Recipe | | ---------------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Quartz Elevator | Shaped Crafting | <img src="https://user-images.githubusercontent.com/38515249/210127085-f13c53e1-6a09-496c-b848-5b35c1c08e58.png" alt="Quartz Elevator Shaped Crafting Recipe" width="256" /> | | Quartz Elevator | Shapeless Crafting | <img src="https://user-images.githubusercontent.com/38515249/210127089-7cd29ec5-4105-48b1-821c-171617b5c4ee.png" alt="Quartz Elevator Shapeless Crafting Recipe" width="256" /> | | Smooth Quartz Elevator | Shapeless Crafting | <img src="https://user-images.githubusercontent.com/38515249/210127090-bbf49aaa-cfae-4c5e-8b15-871fd5383925.png" alt="Smooth Quartz Elevator Shapeless Crafting Recipe" width="256" /> | | Smooth Quartz Elevator | Smelting | <img src="https://user-images.githubusercontent.com/38515249/210127123-94de9640-6f4d-48cf-bc82-ca5a7a72ab49.png" alt="Smooth Quartz Elevator Smelting Recipe" width="256" /> |
Configure
You can configure from the Mod Menu 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 |