Skip to content

Commit

Permalink
Update to 0.2.4-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Nov 21, 2024
1 parent 17e2b4d commit 343f6bc
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ repositories {
}

dependencies {
minecraft "com.cleanroommc:cleanroom:0.2.3-alpha"
minecraft "com.cleanroommc:cleanroom:0.2.4-alpha"

compileOnly fileTree('libs') { include '*.jar' }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ public class Reference {

// Dependencies
public static final String MOD_DEPENDENCIES =
"required-after:" + MOD_FORGE + "@[" + MOD_FORGE_VERSION_MIN + ",);required-after:cleanroom@[0.2.3-alpha,);";
"required-after:" + MOD_FORGE + "@[" + MOD_FORGE_VERSION_MIN + ",);required-after:cleanroom@[0.2.4-alpha,);";
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class FugueLoadingPlugin implements IFMLLoadingPlugin {
@Override
public String[] getASMTransformerClass() {
if (FugueConfig.modPatchConfig.enableTFCMedical) {
TransformerDelegate.registerExplicitTransformerByInstance(
TransformerDelegate.registerExplicitTransformer(
new CommonRegistrar$Transformer(),
"com.lumintorious.tfcmedicinal.CommonRegistrar$",
"com.lumintorious.tfcmedicinal.object.mpestle.MPestleRecipe$",
Expand Down
Loading

0 comments on commit 343f6bc

Please sign in to comment.