Skip to content

Capability which allows blocks to tell data consumers about themselves. Maintained by Falkreon.

License

Notifications You must be signed in to change notification settings

elytra/ProbeDataProvider

Repository files navigation

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'
}

About

Capability which allows blocks to tell data consumers about themselves. Maintained by Falkreon.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages