sayofthelor / PickHaxe

Develop Minecraft mods using Haxe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PickHaxe

PickHaxe is a flexible, powerful Haxe framework to supercharge your Minecraft mod development. Build your mods in a high-level strictly-typed language and export to the Minecraft version and modding API of your choice.

Getting started is simple. Install Haxe and PickHaxe, then create a new mod project and get developing. When you're ready to test, PickHaxe will compile your mod for Fabric or Forge, for the Minecraft version of your choice.

Usage

Please see the tutorial on the wiki for more information on basic usage.

Support

If you have a question, please head to one of the official discussion areas:

Contributing

Contributions are highly welcome and greatly appreciated. See CONTRIBUTING.md for more information.

License

PickHaxe's tools and APIs are made available under the MIT License. See LICENSE.md for more details.

PickHaxe's Minecraft API is generated from official mapping names from Mojang for fields and methods in the Minecraft codebase. These names are covered by a specific license. All modders should be aware of this license. For the latest license text, refer to the mapping file itself, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md

PickHaxe's Minecraft API includes documentation gen

PickHaxe interoperates with the Fabric mod loader and the Forge mod loader respectively; these are licensed under the Apache v2 and LGPL licenses, respectively.

About

Develop Minecraft mods using Haxe.

License:MIT License


Languages

Language:Haxe 99.8%Language:Shell 0.1%Language:Batchfile 0.1%Language:JavaScript 0.0%