Version 0.4.0 #25
EliteMasterEric
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This version was a long time in the making, in part due to issues with the Haxe compiler itself; now, most of those are resolved. Fabric 1.16.5-1.20.2 (+ snapshots!) as well as Forge 1.18.2-1.20.2 are now fully supported and have working builds, and the tools for developing for both have greatly improved.
Added
pickhaxe runClient
commmand.pickhaxe template
command.pickhaxe init
command, allowing you to download a sample project and get started with PickHaxe immediately.pickhaxe template --list
to peruse the list of official sample projects andpickhaxe template <id>
to download one.--shading
and--no-shading
arguments to the Build command.--make
argument to the Build command.pickhaxe make
with your chosen settings.mod-authors
andmod-contributors
tags.trace
in Haxe now properly usesslf4j
to output a debug log.Changed
5.0.0-alpha
. This is due to a long list of recent fixes made to the JVM target that enable PickHaxe to function..vscode/settings.json
and changeterminal.integrated.env.windows
to addpickhaxe build
command has been improved; it now cleanly handles multiple versions of Minecraft, and runs way faster on repeat builds for the same version.pickhaxe init
command now includes the.vscode/settings.json
and.gitignore
files.--verbose
turned on.[EXCEPTION ###]
) to assist with diagnosis, and for the most part better convey the issue.Fixed
resources/assets/<modid>_icon.png
so it works.build --make
.project.xml
.Removed
Known Issues
This discussion was created from the release Version 0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions