Final fixes

main
Astoria 1 month ago
parent 30151a0b9e
commit f51f74b2fc

@ -22,7 +22,6 @@ public class CpuEntity extends Peripheral{
public static void tick(World world, BlockPos pos, BlockState state, CpuEntity be) {
if(be.notTicked) {
be.reset();
be.notTicked = false;
}
for(int i = 0; i < 500; i++)

Loading…
Cancel
Save