Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nahkd123/endrex
Make "The End" world less boring by adding structures and stuffs
https://github.com/nahkd123/endrex
addonjam-2020 slimefun
Last synced: about 1 month ago
JSON representation
Make "The End" world less boring by adding structures and stuffs
- Host: GitHub
- URL: https://github.com/nahkd123/endrex
- Owner: nahkd123
- License: gpl-3.0
- Created: 2020-04-04T02:12:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T14:05:00.000Z (over 3 years ago)
- Last Synced: 2023-03-10T01:52:13.960Z (almost 2 years ago)
- Topics: addonjam-2020, slimefun
- Language: Java
- Homepage:
- Size: 304 KB
- Stars: 1
- Watchers: 0
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Endrex
This is a Slimefun addon, that makes "The End" world less boring. You can explore this world, find some
wild purple trees, or just came here with GEO Miner to gather resources.## Builds
You can now download releases on [this](https://github.com/nahkd123/Endrex/releases) page.## Build it yourself
Endrex uses Maven to build, so you'll need Maven```
cd Endrex
mvn package
cd target
cp "Endrex v1.1.0.jar" "../../testServer/plugins"
```