Kap's libraries made easy !

Read the docs Go to github

Start your journey here :

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 !

Follow us on Twitter!

For announcement of latest features etc.

Read more …

This is the media section

Contributions welcome!

We do a Pull Request contributions workflow on GitHub. New users are always welcome!

Read more …

Follow us on Twitter!

For announcement of latest features etc.

Read more …

Join us on discord!

To chat with us!

Read more …