Skip to content

Commit

Permalink
Update MixedSlabBlock.java
Browse files Browse the repository at this point in the history
Signed-off-by: Wojciech Zięciak <[email protected]>
  • Loading branch information
xYundy committed May 19, 2024
1 parent 331fe61 commit 26fb254
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import org.jetbrains.annotations.Nullable;
import pl.xyundy.squaredadditions.block.entity.MixedSlabBlockEntity;


public class MixedSlabBlock extends Block implements BlockEntityProvider {

private BlockState topSlabState;
Expand Down Expand Up @@ -57,4 +56,4 @@ public float getBlastResistance() {
//TODO check if correct slabs are saved
return Math.max(this.topSlabState.getBlock().getBlastResistance(), this.bottomSlabState.getBlock().getBlastResistance());
}
}
}

0 comments on commit 26fb254

Please sign in to comment.