Skip to content

Commit

Permalink
Wrench doesn't use durability anymore + update changelog. 1.2 done
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Nov 3, 2016
1 parent abef0f1 commit 3a00119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Refined Storage Changelog

### 1.2
- Added new autocrafting system (way2muchnoise, raoulvdberge)
- Added ore dictionary autocrafting (way2muchnoise, raoulvdberge)
- Added new autocrafting system (way2muchnoise)
- Added ore dictionary autocrafting (way2muchnoise)
- Added recipe transfer handler for Processing Pattern Encoder (way2muchnoise)
- Added void excess items functionality to storage blocks (geldorn, raoulvdberge, InusualZ)
- Added config option to configure RS to EU conversion rates (InusualZ)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public ItemWrench() {
super("wrench");

setMaxStackSize(1);
setMaxDamage(64);
}

@Override
Expand Down Expand Up @@ -112,8 +111,6 @@ public EnumActionResult onItemUse(ItemStack stack, EntityPlayer player, World wo
player.addChatComponentMessage(new TextComponentTranslation("item.refinedstorage:wrench.saved"));
}

stack.damageItem(1, player);

return EnumActionResult.SUCCESS;
}
}
Expand Down

0 comments on commit 3a00119

Please sign in to comment.