VsnGamer / ElevatorMod

Port of the elevator from OpenBlocks for Minecraft 1.8+
https://minecraft.curseforge.com/projects/openblocks-elevator
MIT License
23 stars 23 forks source link
forge minecraft minecraft-forge minecraft-mod

ElevatorMod

GitHub CurseForge Modrinth

Port of the elevator from OpenBlocks to Minecraft 1.8+.

Crafting

The default recipe is the same as in OpenBlocks.

Example of the white elevator recipe:

Elevator recipe

You can also re-dye any elevator:

Dyeing

Usage

To use them place two or more elevators in the same X and Z coordinates, to move between them simply jump to go to the elevator above or sneak to go to the one below.

You can configure the range of the elevators and if they should require XP to teleport in the configuration file.

Options Interface

You can access the options interface by right-clicking on the elevator with an empty hand.

Options

Directional

When the Directional checkbox is enabled, the elevator will adjust the yaw rotation of players who teleport to it based on the configured direction.

You can change the direction by clicking on the desired direction button. The display order of the buttons will match the current direction the player is facing.

It will also show an arrow on the elevator to indicate the direction it is facing. You can hide it by selecting the Hide arrow checkbox.

Note: This has nothing to do with horizontal movement, it only changes the direction the player is facing.

Camouflage

You can use any solid block to camouflage the elevator, just right-click on the elevator with the desired block on your hand.

Most blocks can be used as camouflage with some exceptions. For example, you can't use a chest because it uses a different rendering method.

Configuration

The configuration file is per-world and is located at <world-directory>/serverconfig/elevatorid-server.toml.

Here are the default values: ```toml [General] #Should elevators have the same color in order to teleport ? sameColor = false #Elevator range #Range: 3 ~ 4064 range = 384 #Realign players to the center of elevator ? precisionTarget = true #Can mobs spawn on elevators ? mobSpawn = false #Reset pitch to 0 when teleporting to normal elevators ? resetPitchNormal = false #Reset pitch to 0 when teleporting to directional elevators ? resetPitchDirectional = true #Should teleporting require XP ? useXP = false #Amount of XP points to use when useXP is enabled #Note this is NOT experience levels #Range: > 1 XPPointsAmount = 1 ```

Thanks

Modpacks

Feel free to use this in any modpack.