Skip to content

Commit

Permalink
Merge pull request #775 from ValkyrienSkies/1.18.x/weight-reduction
Browse files Browse the repository at this point in the history
The Great Weightloss of 24
  • Loading branch information
ThePlasticPotato authored Mar 25, 2024
2 parents a585dff + e0fc053 commit 6d2685e
Show file tree
Hide file tree
Showing 13 changed files with 986 additions and 986 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
Loading

0 comments on commit 6d2685e

Please sign in to comment.