remove unused variable, and added lumen cable.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package appeng.parts.networking;
|
||||
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
||||
public class PartLumenCableSmart extends PartCableSmart
|
||||
{
|
||||
|
||||
public PartLumenCableSmart(ItemStack is) {
|
||||
super( is );
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user