diff options
| author | Lance5057 <Lance5057@gmail.com> | 2016-08-06 21:47:17 -0500 |
|---|---|---|
| committer | Lance5057 <Lance5057@gmail.com> | 2016-08-06 21:47:17 -0500 |
| commit | d10fd21692bad49e75a7d665005df940c91942f8 (patch) | |
| tree | fdc1be156df395c88a934f6f97487e78b36a8138 /src/api/java/buildcraft | |
| parent | ff41fd97eb377dd1ebd78b4b56e81c59ca786667 (diff) | |
Launch update
Only a week behind...
Diffstat (limited to 'src/api/java/buildcraft')
| -rw-r--r-- | src/api/java/buildcraft/api/tools/IToolWrench.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/api/java/buildcraft/api/tools/IToolWrench.java b/src/api/java/buildcraft/api/tools/IToolWrench.java index c5c9d86..e48ae06 100644 --- a/src/api/java/buildcraft/api/tools/IToolWrench.java +++ b/src/api/java/buildcraft/api/tools/IToolWrench.java @@ -13,7 +13,8 @@ import net.minecraft.entity.player.EntityPlayer; /*** * Implement this interface on subclasses of Item to have that item work as a wrench for buildcraft */ -public interface IToolWrench { +public interface IToolWrench +{ /*** * Called to ensure that the wrench can be used. To get the ItemStack that is used, check player.inventory.getCurrentItem() |
