Auto update mappings

This commit is contained in:
modmuss50 2016-05-06 22:13:24 +01:00
parent 595c9575b1
commit 4095a0b52d
79 changed files with 704 additions and 644 deletions

View file

@ -79,9 +79,9 @@ public class ContainerRollingMachine extends RebornContainer
@Override
public void detectAndSendChanges()
{
for (int i = 0; i < this.crafters.size(); i++)
for (int i = 0; i < this.listeners.size(); i++)
{
ICrafting crafting = this.crafters.get(i);
ICrafting crafting = this.listeners.get(i);
if (this.currentItemBurnTime != tile.runTime)
{
crafting.sendProgressBarUpdate(this, 0, tile.runTime);