A stable modding interface between Techblox and mods
Go to file
Norbi Peti cae626197f Implement Equals for the OOPs & fix Player properties
Fixed setting player properties
Changed player rotation to float3
Added constructor for BlockColor with an index param
Improved Player.Exists() ~~hopefully~~
2020-06-05 00:20:35 +02:00
Automation Add debug interface API and improve block API 2020-05-17 23:46:31 +02:00
docs Fix expired discord invite 2020-06-04 08:31:09 -04:00
GamecraftModdingAPI Implement Equals for the OOPs & fix Player properties 2020-06-05 00:20:35 +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 Add player health and block-in-hand 2020-05-29 21:30:24 -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.