Fixed REI integration

This commit is contained in:
paulevsGitch 2021-07-08 01:22:57 +03:00
parent 80918ea7e4
commit c623da26ed
6 changed files with 4 additions and 10 deletions

View file

@ -139,6 +139,7 @@ public class PedestalBlockEntity extends BlockEntity implements Container, Block
if (blockEntity.age > blockEntity.maxAge) {
blockEntity.age = 0;
}
System.out.println(blockEntity.age);
}
}
}