Skip to content

Commit

Permalink
Reverted default weight to 100kg
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePlasticPotato committed Mar 25, 2024
1 parent 1d478eb commit e0fc053
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ object DefaultBlockStateInfoProvider : BlockStateInfoProvider {

override fun getBlockStateMass(blockState: BlockState): Double {
if (blockState.isAir) return 0.0
// By default make blocks weight 1000 kg
return 1000.0
// By default make blocks weight 100 kg
return 100.0
}

override fun getBlockStateType(blockState: BlockState): BlockType {
Expand Down

0 comments on commit e0fc053

Please sign in to comment.