3f29590fad
Paint balls now color sheep. The Color Applicator can now accept snow balls. Snowballs can be used to clean paint balls, and to clean cables ( restore fluix ) Tweaks to Color API.
10 lines
246 B
Java
10 lines
246 B
Java
package appeng.helpers;
|
|
|
|
import appeng.api.implementations.tiles.IColorableTile;
|
|
import appeng.api.networking.IGridHost;
|
|
import appeng.api.parts.IPartHost;
|
|
|
|
public interface AEMultiTile extends IGridHost, IPartHost, IColorableTile
|
|
{
|
|
|
|
}
|