Recycler GUI now syncs "crafting" progress with client (#2385). Thanks to vhd
This commit is contained in:
parent
5fb8ec1bfa
commit
584e822fa3
1 changed files with 1 additions and 1 deletions
|
@ -63,6 +63,6 @@ public class RecyclerBlockEntity extends GenericMachineBlockEntity implements Bu
|
|||
return new ScreenHandlerBuilder("recycler").player(player.inventory).inventory().hotbar().addInventory()
|
||||
.blockEntity(this).slot(0, 55, 45, RecyclerBlockEntity::canRecycle)
|
||||
.outputSlot(1, 101, 45).energySlot(2, 8, 72).syncEnergyValue()
|
||||
.addInventory().create(this, syncID);
|
||||
.syncCrafterValue().addInventory().create(this, syncID);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue