Skip to content

Commit

Permalink
feat: increase explosion resistance of Packed Flesh from 6 to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Jan 10, 2024
1 parent f4b0580 commit 3c633aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public static BlockBehaviour.Properties createFleshProperties() {
}

public static BlockBehaviour.Properties createToughFleshProperties() {
return createFleshProperties().strength(6f, 6f);
return createFleshProperties().strength(6f, 12f);
}

public static BlockBehaviour.Properties createFleshyBoneProperties() {
Expand Down

0 comments on commit 3c633aa

Please sign in to comment.