A simple WIP/experimental multipart API for Fabric.
Go to file
Shadowfacts 9d3a80ddf5
Update to 19w03c
2019-01-19 11:59:58 -05:00
gradle/wrapper Initial commit 2018-12-19 19:39:10 -05:00
src Update to 19w03c 2019-01-19 11:59:58 -05:00
.gitignore Initial commit 2018-12-19 19:39:10 -05:00
LICENSE Replace Fabric example mod license with LGPL-3 2019-01-05 10:16:35 -05:00
README.md Bump version 2019-01-05 10:01:56 -05:00
build.gradle Update to 19w03c 2019-01-19 11:59:58 -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.