You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
gradle/wrapper | 5 years ago | |
src | 5 years ago | |
.gitignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
build.gradle | 5 years ago | |
gradlew | 5 years ago | |
gradlew.bat | 5 years ago | |
settings.gradle | 5 years ago |
README.md
SimpleMultipart
SimpleMultipart is a WIP/experimental multipart API for use with Fabric and the Minecraft 1.14 snapshots.
Usage
Add the Maven repository:
repositories {
maven {
url "https://maven.shadowfacts.net"
}
}
Add SimpleMultipart to your dependencies:
dependencies {
modCompile "net.shadowfacts.simplemultipart:SimpleMultipart:0.1.1"
}
You can find the latest version here.
Documentation
Everything you should need has JavaDocs. The test mod also has a variety of example multipart implementations.