Skip to content

Conversation

Just-Feeshy
Copy link

@Just-Feeshy Just-Feeshy commented Dec 14, 2023

The <mod-dependency /> tag would allow users to include custom APIs in their Minecraft mod using PickHaxe.

Preview example of how the tag works:

<!-- The project.xml -->
<mod-dependency value="./dependencies/mcutils.jar" externLib="true" />
<mod-dependency value="./dependencies/seedutils.jar" />
# The generated build.hxml
--java-lib-extern
./dependencies/mcutils.jar
--java-lib
./dependencies/seedutils.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant