Skip to content

Commit

Permalink
Merge pull request #72 from telvarost/71-fix-bug-with-pickaxe-efficie…
Browse files Browse the repository at this point in the history
…ncy-being-buffed-for-wooden-pickaxes

ISSUE-71 - Fix bug where all pickaxes mined at the speed of the stone…
  • Loading branch information
telvarost authored Jan 20, 2024
2 parents 0f36f99 + 01ea47d commit 08f20b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=b1.7.3-build.2
loader_version=0.14.24-babric.1

# Mod Properties
mod_version=2.1.1
mod_version=2.1.2
maven_group=com.github.telvarost
archives_base_name=AnnoyanceFix

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class ToolBaseMixin extends ItemBase {

@Shadow private BlockBase[] effectiveBlocksBase;
@Shadow private float field_2713 = 4.0F;
@Shadow private float field_2713;
@Shadow private int field_2714;
@Shadow protected ToolMaterial toolMaterial;

Expand Down

0 comments on commit 08f20b3

Please sign in to comment.