0.2.0
Compatibility
Changes
v0.2.0 - Miner Profession
New Features
-
Miner Villager Profession - New villager type with custom texture and
Miner Workstation block (crafted with 3 iron pickaxes, 1 iron ingot, and 3
stone) -
Miner Trades - 5 trade levels selling mining materials including cobblestone, copper, iron, redstone, lapis, gold, and rare overworld blocks.
Players can earn emeralds by selling raw materials or buy processed goods. -
Automatic Torch Placement - Miner villagers autonomously place torches
in dark areas (light level 0) within 8 blocks during daytime. Receives 1
torch per emerald paid in trades. -
Torch Pickup - Miners automatically pick up torch items dropped nearby, allowing players to refill their torch inventory by dropping torches
on the ground.
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:Y0uWaKCR:l5MjtTk2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y0uWaKCR:l5MjtTk2"
}

