Auto update mappings
This commit is contained in:
parent
595c9575b1
commit
4095a0b52d
79 changed files with 704 additions and 644 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue