A simple WIP/experimental multipart API for Fabric.
Go to file
Juuxel 126b5b7482 Replace loot context type reflection with a mixin (#3)
* Add item settings

* Restore original build.gradle

* Replace loot context type reflection with a mixin
2019-01-11 19:30:26 -05:00
gradle/wrapper Initial commit 2018-12-19 19:39:10 -05:00
src Replace loot context type reflection with a mixin (#3) 2019-01-11 19:30:26 -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 19w02a 2019-01-09 18:06:09 -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.