File Details
Fossil Ore - 2.3.0
- R
- May 19, 2026
- 41.85 KB
- 150
- 1.21.1
- Fabric
File Name
fossil-ore-fabric-mc1.21.1-2.3.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
[2.3.0] - 2026-05-19
🔥 BREAKING CHANGES
- Mod Rebranding & ID Change: Renamed the mod ID from
cobblemon_fossil_oretofossil_oreand the mod name toFossil Ore.- Migration Note: Existing worlds containing blocks from the old mod namespace
cobblemon_fossil_orewill see them disappear or turn into missing blocks. You must replace them with the new blocks under thefossil_orenamespace. - Changed configuration file from
config/cobblemon-fossil-ore.jsontoconfig/fossil-ore.json.
- Migration Note: Existing worlds containing blocks from the old mod namespace
Changed
- Directory & Package Restructuring:
- Moved Java packages from
com.cobblemon.fossiloretocom.fossilore. - Renamed the main entrypoint class from
CobblemonFossilOretoFossilOre. - Renamed resources namespaces from
cobblemon_fossil_oretofossil_ore. - Updated all translation keys to use
block.fossil_ore.*anditemGroup.fossil_ore.*.
- Moved Java packages from
- Ignore Local Configurations:
- Added the
config/directory to.gitignoreto prevent tracking of local testing configurations. - Removed existing config files from version control tracking.
- Added the
Technical
- Updated dependencies group and archive names in
gradle.propertiesandsettings.gradle. - Updated all JSON resource files (recipes, blockstates, models, configured features, placed features, block tags) to reference the new namespace
fossil_ore. - Retained external references to the
cobblemonnamespace (e.g. dropped items and recipes) to keep compatibility.

