Tags
Creators
Details
1.0.5
Compatibility
Required content
Changes
On-Ancient-Ground-Core
1.0.5
Disclaimer: this mod is intended for use in a modpack, things may not fully work outside that environment.
1.0.4 was published, with a modpack release in mind, and that never was released. So this changelog will include 1.0.4 and 1.0.5 updated changes for brevity’s sake about what new additions the modpack (alpha-3) will see.
Additions
- Massive amount of entries were added to the custom guide book, still unfinished.
- The modpack's custom guide book now opens when pressing TFC field guide button.
- By default, "`" how opens the custom guide book, and "P" opens TFC's field guide.
- Monster Rooms (AKA dungeons) now generate in the world (using TFC stone bricks)
Changes and Fixes
- Added the bundle to the mod's creative menu (so it now shows in EMI).
- C:C&A cakes now give TFC nutrition.
- Spectrum's decay away now creates aridisol instead of dirt.
- Added missing block tags to custom crop blocks.
- Various item textures were remade.
1.0.4
Additions
- Lead bulb block (for future use in structures to replace copper bulb)
- Work on the custom guide book (still unfinished)
- Leaded glass and glass panes.
Changes
- Malachite now generates in more rocks types
- Fixed various rock type's world gen features.
- Meteors are less common.
- Custom ore blocks have proper mining levels.
- Fixed wild crop item model.
- Fixed Deeper Down plant's climate ranges to match conditions that they spawn in.
- Gravel can no longer be mined with a pickaxe....
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:CrmKwlKa:pjJLmiTz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CrmKwlKa:pjJLmiTz"
}

