Links
Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated last week
All versions
better-than-hardcore-1.4.1
Beta
Better than hardcore 1.4.1last week 18
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
- Rebalanced iron armor crafting: Reinforced Iron Ingots are now required instead of regular Iron Ingots.
- New block – Smoker: Used to prepare foods that cannot be cooked in a regular furnace.
- A fully-featured standalone wiki: Hosted on its own domain with a completely custom design.
- Added approximately 15 new food types.
- Added the Crushing Press.
- Farming has been expanded and made more challenging: Crops now require White Stained Glass within 4 blocks above them. Crops can now only be harvested using a hoe, starting with the Iron Hoe. Rain and thunderstorms can damage crops. There is now a chance to harvest weeds instead of the intended crop.
- Village rework: Villages at 0–5,000 blocks contain no villagers. Villages at 5,000–10,000 blocks are inhabited by Zombie Villagers. Villages beyond 10,000 blocks contain normal Villagers. Village crops now also depend on the village's distance from spawn.
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:1V6V3dWu:Rt914CWc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1V6V3dWu:Rt914CWc"
}

