Skip to content

Commit

Permalink
Fix dependency overrides not applying to nested mods.
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Nov 30, 2021
1 parent 8ccda57 commit 2c2521c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ group = net.fabricmc
description = The mod loading component of Fabric
url = https://github.com/FabricMC/fabric-loader

version = 0.12.7
version = 0.12.8
asm_version = 9.2
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ public void apply(Collection<ModCandidate> mods) {

for (ModCandidate mod : mods) {
apply(mod.getMetadata());
apply(mod.getNestedMods());
}
}

Expand Down

0 comments on commit 2c2521c

Please sign in to comment.