Skip to content

Commit

Permalink
Merge branch 'master' into me-part-retier
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master authored Jan 9, 2025
2 parents e7f6b38 + 374b972 commit 8661998
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
compileOnly('com.github.GTNewHorizons:HoloInventory:2.5.0-GTNH:dev') { transitive = false }
compileOnly rfg.deobf("curse.maven:extra-utilities-225561:2264384")
compileOnly rfg.deobf('curse.maven:minefactory-reloaded-66672:2366150')
compileOnly("com.github.GTNewHorizons:OpenComputers:1.11.2-GTNH:dev") {transitive = false}
compileOnly("com.github.GTNewHorizons:OpenComputers:1.11.3-GTNH:dev") {transitive = false}
// https://www.curseforge.com/minecraft/mc-mods/advancedsolarpanels
compileOnlyApi rfg.deobf('curse.maven:advsolar-362768:2885953')
compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.7.2-GTNH:dev') {transitive = false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@ public MTEHatchCraftingInputME(int aID, String aName, String aNameRegional, bool
"Processes patterns directly from ME",
supportFluids ? "It supports patterns including fluids"
: "It does not support patterns including fluids",
"Change ME connection behavior by right-clicking with wire cutter" });
"Change ME connection behavior by right-clicking with wire cutter",
"Ignores the contents of other buses or hatches", "Also ignores other patterns within the same bus" });
disableSort = true;
this.supportFluids = supportFluids;
}
Expand Down

0 comments on commit 8661998

Please sign in to comment.