Hopefully finish off the migration of side configuration

This commit is contained in:
Aidan C. Brady 2015-03-19 19:31:17 -04:00
parent 6bea59ab5e
commit b096202137

View file

@ -158,6 +158,11 @@ public class TileComponentConfig implements ITileComponent
for(int i = 0; i < 6; i++)
{
bytes[i] = nbtTags.getByte("config"+i);
if(bytes[i] > 0)
{
bytes[i]--;
}
}
sideConfigs.put(TransmissionType.ITEM.ordinal(), bytes);