Fix Block Cable Painting Support.

This commit is contained in:
AlgorithmX2
2014-03-26 22:27:14 -05:00
parent f636dad621
commit 37b18d77f4
6 changed files with 46 additions and 10 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ public interface ICableBusContainer
SelectedPart selectPart(Vec3 v3);
boolean recolourBlock(ForgeDirection side, int colour);
boolean recolourBlock(ForgeDirection side, int colour, EntityPlayer who);
boolean isLadder(EntityLivingBase entity);