Skip to content

AutoModpack Support#715

Merged
BluSpring merged 3 commits intoKiltMC:version/1.20.1from
Acuadragon100:version/1.20.1-fix-automodpack
Apr 1, 2026
Merged

AutoModpack Support#715
BluSpring merged 3 commits intoKiltMC:version/1.20.1from
Acuadragon100:version/1.20.1-fix-automodpack

Conversation

@Acuadragon100
Copy link
Copy Markdown
Contributor

There are currently 2 issues preventing AutoModpack from working properly with Kilt.

  1. Kilt does not load forge mods from AutoModpack's selected modpack directory. This is fixed with an implementation of the Knit service API (depends on Add API service for Knit extensions. KnitLoader#1).
  2. Kilt rejects vanilla clients, which prevents AutoModpack from sending modpacks to the client unless Kilt is installed. This is fixed by enabling vanilla clients to connect (depends on Add ability to disable vanilla client rejection completely. NeoForge#10).

@BluSpring
Copy link
Copy Markdown
Member

Requesting pull from current main branch of Knit Loader

Comment thread compat/fabric-compats/gradle.properties
@Acuadragon100
Copy link
Copy Markdown
Contributor Author

Ah, will do. Was otherwise thinking of pulling both forge and loader at once.

@Acuadragon100 Acuadragon100 force-pushed the version/1.20.1-fix-automodpack branch from 1081215 to 8e8205d Compare March 31, 2026 11:33
@Acuadragon100 Acuadragon100 force-pushed the version/1.20.1-fix-automodpack branch from 8e8205d to 413bf75 Compare March 31, 2026 11:42

object KiltAutoModpackCompat {

fun getModpackDir(): Path? {
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 could be made into a val instead:

val modpackDir: Path?
  get() = GlobalVariables.selectedModpackDir

@Acuadragon100 Acuadragon100 requested a review from BluSpring March 31, 2026 12:06
@BluSpring BluSpring merged commit 26dbb0c into KiltMC:version/1.20.1 Apr 1, 2026
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