1.0.0
Compatibility
Changes
Features: Added 4 new experience ores to the game
Small Experience Ore: Drops 10 experience points
Medium Experience Ore: Drops 30 experience points
Large Experience Ore: Drops 100 experience points
Huge Experience Ore: Drops 300 experience points
Gameplay All experience ores require a pickaxe to mine
Ores drop experience orbs directly when mined (no item drops)
Experience values are optimized for efficient leveling
Instant experience gain - no smelting or processing required
World Generation Experience ores generate naturally in the world
Balanced generation with rarer ores dropping more experience
Properly integrated with vanilla stone and deepslate variants
Balanced vein sizes for fair gameplay
Technical Details Fully compatible with Minecraft 1.20.1
Built with Minecraft Forge API
Modular code structure for easy expansion
Clean resource organization
Custom textures for each ore type
Compatibility Compatible with other mods
Works with existing worlds (ores will generate in new chunks)
No conflicts with vanilla gameplay mechanics
Supports multiplayer
Future Plans ๐ฎ More ore variants with special effects
๐ ๏ธ Tools and equipment enhancements
๐งช Integration with magic/tech mods
๐ Configurable experience values via config file
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:n5If2KWG:gTnT2lwu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n5If2KWG:gTnT2lwu"
}

