https://github.com/minecraftforge/forgespi
Forge SPI
https://github.com/minecraftforge/forgespi
Last synced: 2 months ago
JSON representation
Forge SPI
- Host: GitHub
- URL: https://github.com/minecraftforge/forgespi
- Owner: MinecraftForge
- License: lgpl-2.1
- Created: 2017-12-09T05:05:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T18:36:31.000Z (over 1 year ago)
- Last Synced: 2025-01-29T18:38:18.422Z (11 months ago)
- Language: Java
- Size: 343 KB
- Stars: 12
- Watchers: 13
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-header.txt
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.