Skip to content

Commit 060b4db

Browse files
committed
- TE5 的修复的 UT 兼容。
1 parent 52d4a77 commit 060b4db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
// Project properties
1414
group = "github.kasuminova.stellarcore"
15-
version = "1.3.2"
15+
version = "1.3.3"
1616

1717
// Set the toolchain version to decouple the Java we run Gradle with from the Java used to compile and run the mod
1818
java {

src/main/java/github/kasuminova/stellarcore/mixin/StellarCoreLateMixinLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class StellarCoreLateMixinLoader implements ILateMixinLoader {
6464
addModdedMixinCFG("mixins.stellar_core_techguns.json", "techguns");
6565
addModdedMixinCFG("mixins.stellar_core_theoneprobe.json", "theoneprobe");
6666
addModdedMixinCFG("mixins.stellar_core_thermaldynamics.json", "thermaldynamics");
67-
addModdedMixinCFG("mixins.stellar_core_thermalexpansion.json", "thermalexpansion");
67+
addModdedMixinCFG("mixins.stellar_core_thermalexpansion.json", "thermalexpansion", () -> StellarCoreConfig.BUG_FIXES.thermalExpansion.containerSatchelFilter);
6868
addModdedMixinCFG("mixins.stellar_core_vintagefix.json", "vintagefix");
6969
}
7070

0 commit comments

Comments
 (0)