A simple WIP/experimental multipart API for Fabric.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shadowfacts 9d3a80ddf5
Update to 19w03c
5 years ago
gradle/wrapper Initial commit 5 years ago
src Update to 19w03c 5 years ago
.gitignore Initial commit 5 years ago
LICENSE Replace Fabric example mod license with LGPL-3 5 years ago
README.md Bump version 5 years ago
build.gradle Update to 19w03c 5 years ago
gradlew Initial commit 5 years ago
gradlew.bat Initial commit 5 years ago
settings.gradle Initial commit 5 years ago

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.