package powercrystals.minefactoryreloaded.api.rednet.connectivity; /** * This must be implemented on your Block class. * <p> * RedNet cables will treat your block similar to a vanilla block that's not redstone active. */ public interface IRedNetDecorative { }