Skip to content

Instantly share code, notes, and snippets.

@Froussios
Last active July 26, 2020 22:10
Show Gist options
  • Save Froussios/d6d12a7419613d7b5b7221f6dd3b17d6 to your computer and use it in GitHub Desktop.
Save Froussios/d6d12a7419613d7b5b7221f6dd3b17d6 to your computer and use it in GitHub Desktop.
Factorio - Compact Kovarex Enrichment

A simple implementation of Kovarex enrichment. The centrifuge sits between a belt of uranium-235 and a belt of uranium-238. It balances the belts by converting uranium-238 to uranium-235.

The blueprint includes two centrifuges, but using only one also works.

Advantages of this implementation:

  • Compact and space efficient.
  • Minimal management of the different uranium versions: just split into different belts.

Disadvantages:

  • On rare occasions, e.g. on a poorly timed energy outage, the uranium-238 recycling belt can get clogged, breaking the cycle. An alarm fires to notify you of this event. Clear the belt to unclog.
  • The same alarm can fire when enrichment stops because the uranium-235 belt is blocked. Clearing the recycling belt will silence the alarm. Encrichment will resume when the uranium-235 belt has free space again.
0eNrtWe2OqzYQfZUr/w4VtsnHRmpfoI9QrZADTmItYGSb9KYr3r1jWMIuS7jj2161UfsniDFz7DnMnDHOKzkUjayNqhzZvxKV6cqS/W+vxKpTJQpvc9dakj1RTpZkRSpR+rtMVs6oY3OSpF0RVeXyK9nTdvVNx8aISjVlxPj6nSdrn1cEIJVTsp+/u7mmVVMepAHoG4ADAFtr46KDLBwA19qCm678lAAVrVfkChcO6LkyMuvHNn5tE1CGB03QoBwPytGgCR6UoUHXeFCKBt2gQWM05haNiV/nDo2JJ/QJjYlPJxqjQfHpRMdyOgrrIlVZaRyM3K0m1s7BjAVknchelnCSJRw+pyv3MGKID6JTnbi86Isw8mskK6OycwneUW10Jq0Ff6881jvbWso8KnXeFDLiXm7mVpFMojmqAmJZCooPQX1gHHB6117JBnGcl8DnuZWMlVnK3D8qCwCHCKNaF/J+0c/HtQmO6w2OTjJpRaA9OKOL9CDP4qK08Q6ZMlmjXAr0ylQfU11LI3oP4GcYNVLk6VlUeeoxYIlAjjONHJ/oBrvHPFLXTfx8VT999x6p/zEyf98hFNzRHfDYomnf3aF91BnIoZMRZSkOkDCQPeJllic6vv8lZmAsv/kdlbEuRXfJHenB4dX5Fu0Z1WUtgGE/B/mlG36bx5tL2TMwNOL0IqDBp8qmtXLZmeyPorDSN14L9PuC6Rj0KqOd7Nlsw5n/OHVdiOsBUi296KLxAQFRN9up0AdRFNfbUuBG/55CZl/rs64Ge+sHIEGnUZ3h2W5gyJ/Ooqu0FPVg8tuYN4q7VeJY7qcrQTvEyQ//2mvLl1FbvhwKnb0AC7N1tgvup/STcCylkax8Oqa5sv56ow9fYYP9e6vsfSvpDNuJgcc+G+a4eUIpPP2hAs9ibNeLF+SUUXTTo0swLFSV2Y9pNowHql7ynxc9tvlf9IbsSQK3KnypJtahNcEfbKMyZM5f26iwTeiHxmM1Grae9BXGp40mudNo2LiH++b+Nv5ICvvXZs3dtsp2+GhpULR/o3rHE/X+mbShoa+IvkhjFLyBThhgLX/AnHyOknGnYetCObewcac/rRHnOXHoti4OUqN/fFe3mxbbJ8P2Tvpxikg//mC1dk9ZOEMH+6CllgSWGueIUksCKi0JbGuPVWhs+vnE2dRA7+XeOvT4myHo3oQef2NAt6HH3xjQXejxNwb0KfCkGoGZxIEn1RhMGnhSjcFkgYfKnzCf+49vABj/P1qRQgDI7EcEDIKs2M57y2P6tGGUbzdt+ydB+R4U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment