This site provides explanation to use kaptainwutax’s libraries.
The first thing you should do is create a new project in a folder by doing gradle init
.
Then you add those lines in your build.gradle:
repositories {
mavenCentral()
maven {
url "https://jitpack.io"
}
}
dependencies {
implementation 'com.github.KaptainWutax:SEED:master-SNAPSHOT'
}
Batteries included !
The librairies mimic enterely the Minecraft part use for world generation which allow to find specific seed and/or formation.
Contributions welcome!
I would love your feedback and your input on what to do next, please head over to Github to learn how !
This is the media section
Contributions welcome!
We do a Pull Request contributions workflow on GitHub. New users are always welcome!