Skip to content

Convert to MinecraftForge 1.21.1#240

Draft
Codetoil wants to merge 55 commits into
TeamOpenIndustry:1.21.1-forgefrom
Codetoil:1.21.1-forge
Draft

Convert to MinecraftForge 1.21.1#240
Codetoil wants to merge 55 commits into
TeamOpenIndustry:1.21.1-forgefrom
Codetoil:1.21.1-forge

Conversation

@Codetoil

Copy link
Copy Markdown

Description will be added when ready

@Codetoil Codetoil changed the base branch from 1.21.1-neoforge to 1.21.1-forge May 17, 2026 03:25
Comment thread src/main/resources/template/UMC.md
Comment thread src/main/java/cam72cam/mod/ModCore.java Outdated
Goldenfield192 and others added 28 commits May 29, 2026 18:48
This reverts commit 523ee93.
# Conflicts:
#	src/main/resources/template/build.gradle
#	src/main/resources/template/settings.gradle
}

tasks.named("assemble") {
dependsOn(tasks.named("shadowJar"))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This logic differs from 1.21.1-Neoforge, you're skipping the whole jvmdg output

Comment thread build.gradle
minecraftLibrary(shade group: 'javax.vecmath', name: 'vecmath', version: '1.5.2')
// implementation(shade group: 'at.yawk.lz4', name: 'lz4-java', version: '1.10.2')
implementation(jarJar('javax.vecmath:vecmath:1.5.2')) {
jarJar.configure(it) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We shade and relocate the dependencies, meaning that there maybe someone using the relocated one and it's a mismatch
Also I'm not in favor of jarinjar as I've encountered some weird bugs with it, but the bugs disappeared once switching back to shadow

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