Skip to content

Commit

Permalink
Removed mattock and axe dispenser actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Waterpicker committed Nov 26, 2022
1 parent be7e1b3 commit ffd9878
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/slimeknights/tconstruct/tools/TinkerTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ void commonSetup(FMLCommonSetupEvent event) {
};

DispenserBlock.registerBehavior(TinkerTools.flintAndBrick, behavior);
DispenserBlock.registerBehavior(TinkerTools.mattock, behavior);
DispenserBlock.registerBehavior(TinkerTools.handAxe, behavior);
});

for (ConfigurableAction action : Config.COMMON.damageSourceTweaks) {
Expand Down

0 comments on commit ffd9878

Please sign in to comment.