An open API service indexing awesome lists of open source software.

https://github.com/minecraftforge/forgespi

Forge SPI
https://github.com/minecraftforge/forgespi

Last synced: 2 months ago
JSON representation

Forge SPI

Awesome Lists containing this project

README

          

# Forge Service Provider Interfaces

Service providers, and other global API-like elements,
separated so dependencies don't need to be on the core forge system.

* ```net.minecraftforge.forgespi.ICoreMod*``` are interfaces for communication between
Forge and the coremod library.