1.2 KiB
1.2 KiB
Canaplia survival obtainment tables for Codex
These files describe how already-implemented hemp crops can be obtained in survival.
Design summary
- The crop blocks and item variants already exist in the mod.
- The missing part is the survival obtainment loop.
- Wild green variants are discovered from biome flora.
- Colorful variants mostly come from breeding / mutation.
lunaris a timed special harvest.emberis Nether-only.indigois End-only.
Files
canaplia_codex_variants_catalog.csv: one row per variantcanaplia_codex_discovery_sources.csv: world blocks / plants that can drop seedscanaplia_codex_hybrid_rules.csv: breeding and mutation outputscanaplia_codex_special_rules.csv: night / Nether / End rulescanaplia_codex_survival_obtainment.xlsx: workbook version of the same data
Intended Codex usage
Use these files as the survival design source-of-truth for:
- loot/drop tables for biome flora
- breeding logic between mature adjacent crops
- special timed harvest rules
- dimension-exclusive obtainment rules
Internal key alignment
- Runtime enum keys must match the mod item/block ids: use
pinkinstead ofrosy, andvarieginstead ofvariegated.