Skip to content
Jenki edited this page Aug 23, 2026 · 5 revisions

BioForge V2.0 Wiki

#BioForge #BioForge_V2_0 #Wiki #PlayerGuide #ModpackGuide #AddonDevelopment

Documentation snapshot: BioForge V2.0. Gameplay values described here are defaults and may be changed by server configuration or datapacks.

BioForge is a biomedical progression mod for Minecraft 1.20.1 Forge | 1.21.1 NeoForge . Its central loop joins field diagnosis, blood handling, infection research, cultivation, microscopy, CRISPR programming, pharmaceutical production, vaccination, containment, and environmental cleanup. The same systems are exposed to modpack authors through JSON and to addon developers through Java APIs.

Start here

  • Getting Started — installation, first equipment, and the shortest route into the laboratory.
  • Player Guide — the complete survival progression and connected gameplay loop.
  • Contents — the maintained map of this wiki.
  • FAQ and Glossary — quick answers and consistent terminology.
  • Compatibility and Requirements — supported runtime, optional integrations, and multiplayer expectations.

Complete catalogues

Configuration and extension

The connected gameplay loop

  1. Detect illness through symptoms, field tools, medical records, scanners, and environmental evidence.
  2. Collect blood or environmental samples while preventing cross-contamination.
  3. Separate, cultivate, and inspect samples in the Centrifuge, Incubator, and Microscope.
  4. Record strain evidence, prepare 15 CRISPR cartridges, and select a compatible Cas/PAM module.
  5. Reconstruct the observed strain in the Vaccine Maker correction matrix.
  6. Produce a full-strain vaccine, directed treatment, resistance pill, or symptom suppressant.
  7. Test uncertain treatment quality through a vaccinated-blood assay rather than receiving perfect information for free.
  8. Protect personnel, clean contaminated rooms, and monitor entrances while the infection incubates and adapts.

Knowledge and safety

BioForge deliberately hides some biological detail until the player performs the correct research. A Live Culture Vial, Virus Sample, vaccine, or unknown Gene Imprint should not reveal the complete strain by tooltip alone. Stored biological data uses stable IDs and obfuscated NBT, but worlds should still be backed up before replacing definitions, changing addon namespaces, or installing a new test build.

Clone this wiki locally