2013-06-14 06:44:53 +00:00
|
|
|
package powercrystals.minefactoryreloaded.api;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @author PowerCrystals
|
2013-09-21 10:30:47 +00:00
|
|
|
* Defines a tool that can rotate MFR machines. Implement on an Item class. Requires no additional work on your part.
|
2013-06-14 06:44:53 +00:00
|
|
|
*/
|
2013-09-21 10:30:47 +00:00
|
|
|
public interface IToolHammer {
|
2013-06-14 06:44:53 +00:00
|
|
|
}
|