Fix #1900
This commit is contained in:
parent
84e6246890
commit
4764271967
1 changed files with 2 additions and 2 deletions
|
@ -123,11 +123,11 @@ public class MatterFabricatorBlockEntity extends PowerAcceptorBlockEntity
|
|||
// TilePowerAcceptor
|
||||
@Override
|
||||
public void tick() {
|
||||
super.tick();
|
||||
|
||||
if (world.isClient) {
|
||||
return;
|
||||
}
|
||||
|
||||
super.tick();
|
||||
this.charge(11);
|
||||
|
||||
for (int i = 0; i < 6; i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue