Skip to content

Commit

Permalink
♻️ 调整硬度为 9F
Browse files Browse the repository at this point in the history
  • Loading branch information
1024-byteeeee committed Nov 25, 2023
1 parent 85f5480 commit 3372b4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void getBlastResistance(CallbackInfoReturnable<Float> cir) {
&& stateManager.getDefaultState().getBlock() != Blocks.BEDROCK
)
) {
float BOOM = 3.0F;
float BOOM = 9.0F;
cir.setReturnValue(BOOM);
}

Expand Down

0 comments on commit 3372b4f

Please sign in to comment.