Tags
Creators
Details
All versions
1.0.6
Alpha
On Ancient Ground-Core2 weeks ago 26
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Changes
On-Ancient-Ground-Core
1.0.6
Disclaimer: this mod is intended for use in a modpack, things may not fully work outside that environment.
Additions
- Custom rock's spikes now support rope anchors.
- Added board blocks, 3x3 storage blocks for lumber.
- Added TFC-like variants of Spectrum's saplings.
- Added shutter blocks for TFC, AFC and Spectrum wood types.
- Created crates for Spectrum wood types.
- All crate textures changed to be more consistent with the Vexxed Visuals resource pack.
- Forges, and fireboxes can now heat Create Mod's steam engines and basins.
- Added Greywacke (vanilla smooth basalt) and Marlstone (Create limestone) rock, (old soapstone now represents vanilla calcite)
Changes and Fixes
- Panning/sluicing custom rock's ore deposits should now work.
- Hopefully world-gen features which include rock types are more consistent now with custom rocks.
- Set up relevant modonomicon macros client-side, to not crash the server trying to load client side classes.
- Unfired ingot molds for custom clay types had no heating definition.
- The glass mold's whitelist fluid tag is no longer empty.
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:C0ByJxzu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CrmKwlKa:C0ByJxzu"
}

