1
0
mirror of https://github.com/shadowfacts/SimpleMultipart.git synced 2024-12-28 22:55:41 +00:00
2018-12-19 19:39:10 -05:00
2019-01-07 20:46:05 -05:00
2018-12-19 19:39:10 -05:00
2019-01-07 20:39:42 -05:00
2018-12-19 19:39:10 -05:00
2018-12-19 19:39:10 -05:00
2019-01-05 10:01:56 -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.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.

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