1
0
mirror of https://github.com/shadowfacts/SimpleMultipart.git synced 2024-12-28 22:55:41 +00:00
2019-01-01 18:54:08 -05:00
2018-12-19 19:39:10 -05:00
2018-12-19 19:39:10 -05:00
2019-01-01 18:41:49 -05:00
2018-12-19 19:39:10 -05:00
2018-12-19 19:39:10 -05:00
2018-12-19 19:39:10 -05:00
2019-01-01 18:54:08 -05:00
2018-12-19 19:39:10 -05:00

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.

Description
A simple WIP/experimental multipart API for Fabric.
Readme
Languages
Java 100%