Skip to content

Commit

Permalink
Fix incorrect injected interface path in Brewing module.
Browse files Browse the repository at this point in the history
  • Loading branch information
MerchantPug committed Dec 6, 2024
1 parent a7eb10c commit 1de63bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ allprojects {

// property replacement is a bit too eager
class_5124: "\$class_5124",
class_56: "\$class_56"
class_56: "\$class_56",
class_9665: "\$class_9665"
]

properties.forEach(inputs::property)
Expand Down
2 changes: 1 addition & 1 deletion modules/brewing/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"custom": {
"loom:injected_interfaces": {
"net/minecraft/class_1845": ["io/github/fabricators_of_create/porting_lib/brewing/ext/PotionBrewingExt"],
"net/minecraft/class_1845/class_9665": ["io/github/fabricators_of_create/porting_lib/brewing/ext/PotionBrewingBuilderExt"]
"net/minecraft/class_1845$class_9665": ["io/github/fabricators_of_create/porting_lib/brewing/ext/PotionBrewingBuilderExt"]
}
}
}

0 comments on commit 1de63bb

Please sign in to comment.