Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 years ago
All versions
0.1.3-1.19.2
Alpha
Aelven Expansion 0.1.3-1.19.22 years ago 141
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Changes
Aelven Expansion version 0.1.3 on Minecraft Forge 1.19.2
Misc:
- Added new stone variations for coal, iron, and gold ores, along with any modded ores: chitta, drystone, hydrojade, and mudstone
- Added vabrium and orhalt ores, currently no uses
- Added a scroll item (for future plans)
- Added hydrosatin forest, and drystone plains
Hydrosatin Forest:
- New underwater fungus hydrosatin with wood type similar to nether fungus wood types
- New plants such as jadegrass, hydrosatin sprouts, and luminescent kelp
- New stone type hydrojade
- New blocks hydrocelium, jadegrass nylium, and jadewart
Drystone Plains:
- Added oasis feature with chipstone logs, leaves, and hanging leaves
- Added chipstone grass, bush, and blades
Note: there may be some discrepencies since I am not very good at giving consistent updates nor at knowing when a feature was added or if its important enough to make mention of here.
Optional dependencies
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:75H9zNF3:jVQK3W4o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:75H9zNF3:jVQK3W4o"
}


