Skip to content

Commit

Permalink
Merge branch 'Direwolf20-MC:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuijkYahus authored Oct 22, 2024
2 parents 3833ca7 + ba5a4f6 commit 40de114
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 @@ -32,7 +32,7 @@ mod_name=Just Dire Things
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=MIT
# The mod version. See https://semver.org/
mod_version=1.4.5
mod_version=1.4.6
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public BasePickaxe(Tier pTier, Item.Properties pProperties) {

@Override
public InteractionResult useOn(UseOnContext pContext) {
if (bindDrops(pContext))
if (pContext.getPlayer().isShiftKeyDown() && bindDrops(pContext))
return InteractionResult.SUCCESS;
useOnAbility(pContext);
return super.useOn(pContext);
Expand Down

0 comments on commit 40de114

Please sign in to comment.