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
|
// TilePowerAcceptor
|
||||||
@Override
|
@Override
|
||||||
public void tick() {
|
public void tick() {
|
||||||
|
super.tick();
|
||||||
|
|
||||||
if (world.isClient) {
|
if (world.isClient) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
super.tick();
|
|
||||||
this.charge(11);
|
this.charge(11);
|
||||||
|
|
||||||
for (int i = 0; i < 6; i++) {
|
for (int i = 0; i < 6; i++) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue