A simple WIP/experimental multipart API for Fabric.
Go to file
Shadowfacts 132e4c92e2
Update README
2019-01-01 18:54:08 -05:00
gradle/wrapper Initial commit 2018-12-19 19:39:10 -05:00
src Fix mixin not using fully qualified method signature 2019-01-01 18:44:53 -05:00
.gitignore Initial commit 2018-12-19 19:39:10 -05:00
LICENSE Initial commit 2018-12-19 19:39:10 -05:00
README.md Update README 2019-01-01 18:54:08 -05:00
build.gradle Update build.gradle 2019-01-01 18:41:49 -05:00
gradlew Initial commit 2018-12-19 19:39:10 -05:00
gradlew.bat Initial commit 2018-12-19 19:39:10 -05:00
settings.gradle Initial commit 2018-12-19 19:39:10 -05:00

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.0"
}

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.