1.0.5
Compatibility
Changes
Mason’s Bear Mod for Forge 1.20.1 introduces a unique and immersive bear into the Minecraft world, one that blends strength with a surprisingly gentle nature. This bear is not hostile by default. When you encounter it in forests or open landscapes, it behaves calmly, wandering around, observing its surroundings, and minding its own business. It feels like a real animal rather than a typical Minecraft mob, adding a layer of realism to the game 🌲🐻.
What truly sets this mod apart is the bear’s behavior system. The bear will only attack if you attack it first. As long as you leave it alone, it remains friendly and non-aggressive, allowing players to explore nearby without fear. However, if you choose to provoke it, the mood shifts instantly. The bear becomes defensive and powerful, using strong attacks to protect itself. This reaction feels fair and natural, reinforcing the idea that the bear is not evil, just defending its territory.
Mason’s Bear Mod encourages players to think before acting and rewards peaceful gameplay. It makes the world feel more alive, where creatures respond realistically instead of mindlessly attacking. Overall, this mod adds depth, atmosphere, and a touch of warmth to Minecraft Forge 1.20.1, making every encounter with the bear feel meaningful and memorable.
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:H5DhPslx:cC5t0kJ8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H5DhPslx:cC5t0kJ8"
}

