-
Notifications
You must be signed in to change notification settings - Fork 0
Compatibility and Requirements
Jenki edited this page Aug 23, 2026
·
1 revision
#BioForge #BioForge_V2_0 #Compatibility #Installation #Server
| Component | Supported target |
|---|---|
| Minecraft | 1.20.1 |
| Mod loader | Forge 47.4.10 |
| Java | 17 |
| BioForge addon API | 3 |
| Sides | Client and dedicated server |
BioForge V2.0 is not a drop-in NeoForge, Fabric, or Quilt mod. Ports require loader-specific source work and must not be described as compatible until they pass their own client/server regression.
- JEI 15.2.x: optional at runtime and recommended. BioForge registers categories for its custom stations when JEI is present.
- Curios 5.x: optional. Wearable integration is enabled when available; BioForge must continue to work without Curios.
- Datapacks: supported for definitions, recipes, research pages, lifecycle profiles, natural infections, CRISPR data, and vaccine data.
- Resource packs/addon resources: required for addon-owned translations, textures, models, and icons.
Install the same BioForge version and Java addons on both sides. Server configuration and biological decisions are server-authoritative. Test datapack reloads on a dedicated server because an integrated single-player server does not expose every classloading or synchronization error.
- BioForge recipes prefer tags where interchangeability is meaningful.
- Addons must use their own namespaces and stable IDs.
- Client-only rendering classes must never be loaded by dedicated-server code.
- Removing definitions that already exist in saved infections, reports, templates, or vaccines is a save migration, not a cosmetic change.
- Optional integrations must be tested both installed and absent.
BioForge V2.0
Catalogues
- Item Catalogue
- Block and Machine Catalogue
- Mechanics Index
- Mutation Catalogue
- Symptom Catalogue
- Transmission Catalogue
- Command Catalogue
Research
- Research Tablet Progression
- CRISPR Programming
- Vaccine Maker Pages and Inventory
- Vaccines and Immunity
- Containment and PPE
Customization
- Modpack Maker Guide
- Addon Developer Guide
- BioForge addon creation guide
- Localization and Translation
Project