staminadevelopment / minecraftapi

A cross-version compatible API for interacting with the Minecraft client.
MIT License
11 stars 2 forks source link

Add module system to allow projects to more easily use and extend Minecraft-API #10

Closed feature closed 6 years ago

feature commented 6 years ago

Minecraft-API only provides a simple API for interacting with the game, this is insufficient if you don't want to use it along with other APIs, such as Forge. We should therefore add a small system to allow people to create their own modules, as a way to more it easier to use this project.

feature commented 6 years ago

Closed as of #13