Skip to content

Improve Gradle configuration & Rerun datagen#101

Open
tmvkrpxl0 wants to merge 5 commits into
Aztech-Modding:mainfrom
coding-1ab:main
Open

Improve Gradle configuration & Rerun datagen#101
tmvkrpxl0 wants to merge 5 commits into
Aztech-Modding:mainfrom
coding-1ab:main

Conversation

@tmvkrpxl0
Copy link
Copy Markdown

I recently installed this mod in my server and noticed datapack error.
It was because cookie dough item is deleted and its advancement is now invalid. I see that there is intention to re-add it back to other mod but considering datagen output is auto generated, if it is not here now, then its output should not include it.

This PR also tweaks some configurations in build.gradle so that:

  • It uses localRuntime instead of runtimeOnly. It should uselocalRuntime when intention is just to include other mod to Minecraft, not depend on it.
  • Updated Gradle to 9.x.
  • Switch to semver4j instead of gradle internal semver parser. It was deprecated and it is not available on Gradle 9.x.

tmvkrpxl0 and others added 5 commits May 12, 2026 20:23
# Conflicts:
#	src/generated/resources/.cache/8360b56ed49e5e74b2d001f2139fc65c7861c482
#	src/generated/resources/.cache/9833d8c585dbb9d02ddaa2f15e4cf4ccb8f5b99f
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.

2 participants