A simple WIP/experimental multipart API for Fabric.
Go to file
Shadowfacts c7a3d16920
Bump version
2019-01-05 10:01:56 -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 Bump version 2019-01-05 10:01:56 -05:00
build.gradle Bump version 2019-01-05 10:01:56 -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.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.