https://github.com/chaosunity/ekilib
A new generation of station system library in Minecraft!
https://github.com/chaosunity/ekilib
minecraft-library
Last synced: 11 days ago
JSON representation
A new generation of station system library in Minecraft!
- Host: GitHub
- URL: https://github.com/chaosunity/ekilib
- Owner: ChAoSUnItY
- Created: 2020-08-25T13:06:35.000Z (almost 6 years ago)
- Default Branch: 1.16-forge
- Last Pushed: 2021-01-19T18:14:48.000Z (over 5 years ago)
- Last Synced: 2025-03-05T21:41:44.576Z (over 1 year ago)
- Topics: minecraft-library
- Language: Java
- Homepage:
- Size: 375 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eki Lib
A minecraft library provides modern station system.
### features
* **Station System** -
*Don't have a proper way to maintain your railway system?
Try this one! This system will define a **working** station to handle several service in you **real** block stsation.*
* **Ticket System** -
*Having trouble to keep up railway without fine income?
Don't worry! Now you can have sell ticket and force them to pass the ticket gate!*
### Adding Eki Lib to your project
Firstly, Eki Lib doesn't have a maven repo. Instead, you can use JitPack to include the library in your mod.
Step 1: Add the following code to your build.gradle without modified any other setting from ForgeGradle
```
repositories {
maven { url 'https://jitpack.io' }
}
```
Step 2: Add target version of Eki Lib, see Releases in [Eki Lib]("https://github.com/ChAoSUnItY/EkiLib") for versions.
```
dependencies {
compile fg.deobf('com.github.ChAoSUnItY:EkiLib:EKI_LIB_VERSION_HERE')
}
```
Step 3: Refresh your gradle, after it's done, you can now code with Eki Lib!