Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/extracraftx/vanillaendervators
Adds server-side Endervators that are compatible with vanilla clients
https://github.com/extracraftx/vanillaendervators
fabricmc fabricmc-mod minecraft-mod
Last synced: 28 days ago
JSON representation
Adds server-side Endervators that are compatible with vanilla clients
- Host: GitHub
- URL: https://github.com/extracraftx/vanillaendervators
- Owner: ExtraCrafTX
- License: other
- Created: 2019-06-30T15:24:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T23:56:27.000Z (over 5 years ago)
- Last Synced: 2024-11-10T21:12:20.278Z (3 months ago)
- Topics: fabricmc, fabricmc-mod, minecraft-mod
- Language: Java
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VanillaEndervators
***Requires*** *[ServerAdditionsUtil](https://www.curseforge.com/minecraft/mc-mods/serveradditionsutil) and [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api)*
This mod adds server-side Endervators (elevators) to Minecraft. Simply jump or sneak to teleport between Endervators that are in line vertically!
*Note: If the client does have fabric installed, then the mod will still need to be installed*
### Crafting
![Crafting recipe](https://i.imgur.com/lO7AxdA.png)
Other coloured Endervators can be crafted in a similar fashion, or a White Endervator may be dyed by crafting it with a dye.## Configuration
By default Endervators have no maximum range, do 1 heart of damage every time you use one, only connect to Endervators of the same colour, and don't teleport when the player is sprinting.This can ALL be configured! The config file is called vanillaendervators_config.json and is in the config folder which should appear alongside your mods folder. When you run the mod, if a config file doesn't already exist, it will generate the default one which can then be edited to suit your needs. Here is the default config:
```json
{
"teleportDamage": 2,
"maxRange": 256,
"sameColourOnly": true,
"teleportWhileSprinting": false
}
```