Fixed REI integration
This commit is contained in:
parent
80918ea7e4
commit
c623da26ed
6 changed files with 4 additions and 10 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue