A stable modding interface between Techblox and mods
Go to file
Norbi Peti 269d30b0db Add support for connected bodies
Added center of mass
Removed delta velocities
2020-05-24 21:55:49 +02:00
Automation Add debug interface API and improve block API 2020-05-17 23:46:31 +02:00
docs Add links to documentation 2020-03-04 18:05:15 -05:00
GamecraftModdingAPI Add support for connected bodies 2020-05-24 21:55:49 +02:00
.gitattributes Create dependency gen 2019-12-12 21:00:11 -08:00
.gitignore Improve doc layout & style 2020-01-29 17:02:51 -05:00
doxygen.conf Integrate tweak and signal functionality into Blocks 2020-05-21 15:04:55 -04:00
doxygen.xml Improve doc layout & style 2020-01-29 17:02:51 -05:00
GamecraftModdingAPI.sln Convert Automation to something actually cross-platform 2020-05-15 17:42:04 -04:00
LICENSE Initial commit 2019-12-11 19:45:29 +00:00
README.md Add links to documentation 2020-03-04 18:05:15 -05:00

GamecraftModdingAPI

Unofficial Gamecraft modding API for interfacing Gamecraft from mods.

The GamecraftModdingAPI aims to simplify the mods in two ways:

  • Ease-of-Use The API provides convenient ways to do common tasks such as moving blocks and adding commands. All of the Harmony patching is done for you, so you can focus on writing your mod instead of reading swathes of undocumented code.
  • Stability The API aims to be reliable and consistent between versions. This means your code won't break when the GamecraftModdingAPI or Gamecraft updates.

For more info, please check out the official documentation.

For more support, join the ExMods Discord.

Installation

Please follow the official mod installation guide

External Libraries

GamecraftModdingAPI includes Harmony to modify the behaviour of existing Gamecraft code.

Disclaimer

This API is an unofficial modification of Gamecraft software, and is not endorsed or supported by FreeJam or Gamecraft. The GamecraftModdingAPI developer(s) claim no rights on the Gamecraft code referenced within this project.