[go: up one dir, main page]

PickHaxe

A Haxe framework to build Minecraft mods. Fabric, Forge, and more.
https://github.com/EliteMasterEric/pickhaxe

To install, run:

haxelib install PickHaxe 0.4.1 

See using Haxelib in Haxelib documentation for more information.

README.md

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 (or download a sample project) and get developing. When you're ready to test, PickHaxe will compile your mod for any of several several versions of Minecraft on multiple different mod loaders. PickHaxe currently supports Fabric 1.16.5-1.20.2, as well as Forge 1.18.2-1.20.2, and all your code can be shared in a single project!

Usage

Download PickHaxe via haxelib:

haxelib install pickhaxe
haxelib run pickhaxe help

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

Also see the available sample projects, available in their own repo.

Support

If you have a question, please head to one of the official discussion areas: - The PickHaxe Discussions page. - The forum thread on the official Haxe Discord. - The Issues tab.

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 sample projects are made available under the LGPLv3 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 generated from the Parchment mappings, which are made available under a CC0 1.0 Universal license. See LICENSE.txt for more details.

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

Contributors
MasterEric
Version
0.4.1
Published
2 years ago
Dependencies
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub