Skip to content

Commit

Permalink
Fix space mining module not allowing insertion of plasma (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune authored Dec 12, 2023
1 parent 065b682 commit 0685ba6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.98:dev')
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.44.106:dev')
api('com.github.GTNewHorizons:TecTech:5.3.20:dev')
api('com.github.GTNewHorizons:Galaxy-Space-GTNH:1.2.14-GTNH:dev')
api('com.github.GTNewHorizons:GoodGenerator:0.7.10:dev')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,11 @@ public void construct(ItemStack stackSize, boolean hintsOnly) {
structureBuild_EM(STRUCTURE_PIECE_MAIN, 0, 1, 0, stackSize, hintsOnly);
}

@Override
protected boolean filtersFluid() {
return false;
}

/**
* Check if the structure of this machine is valid
*
Expand Down

0 comments on commit 0685ba6

Please sign in to comment.