PickHaxe icon indicating copy to clipboard operation
PickHaxe copied to clipboard

Develop Minecraft mods using Haxe.

Results 12 PickHaxe issues
Sort by recently updated
recently updated
newest added

The `` tag would allow users to include custom APIs in their Minecraft mod using PickHaxe. Preview example of how the tag works: ```xml ``` ```hxml # The generated build.hxml...

Due to the Unix OS requiring administrative access to write to the user directory, I relied on the Unix commands to copy the file and turn off administrative permission to...

enhancement
blocked-by-haxe

If two mods made with PickHaxe are installed on Forge, the shared `haxe` classes will cause a classpath overlap and crash. The required fix involves making the built-in shading macro...

bug
blocked-by-haxe

Implement support for both [Fabric](https://fabricmc.net/wiki/tutorial:datagen_setup) and [Forge](https://docs.minecraftforge.net/en/1.20.x/datagen/).

enhancement
blocked-by-haxe