Skip to content

Commit

Permalink
sample
Browse files Browse the repository at this point in the history
  • Loading branch information
trainvoi committed Oct 21, 2024
1 parent e31457a commit 510c082
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ public boolean isMultiblockPartWeatherResistant(@Nonnull IMultiblockPart part) {
return true;
}

@Override
public boolean getIsWeatherOrTerrainResistant() {
return true;
}

@Override
public boolean allowsExtendedFacing() {
return false;
}


protected @NotNull BlockPattern createStructurePattern() {
return FactoryBlockPattern.start(RIGHT, FRONT, UP)
Expand Down

0 comments on commit 510c082

Please sign in to comment.