Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 643 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 643 Bytes

ProbeDataProviderAPI

A Capability and associated gadgetry for providing structured data to mods, for automation, informational HUD elements, and much more.

Structured data is very useful!

Using ProbeDataProviderAPI

The IProbeDataProvider interface is intended to be used as a standard Forge capability. FruitPhone is essentially a reference implementation for a data reader.

Here's what you need to add to your build.gradle:

repositories {
	maven {
		url = 'https://repo.elytradev.com'
	}
}

dependencies {
	deobfCompile 'com.elytradev:probedataproviderapi:MC1.12_ver1.1.1'
}