Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 5 hours ago
All versions
2.2.0
Release
B'things 2.2.05 hours ago 8
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Added
- Added a new Fox mob.
- Added a rare nine-tailed Fox variant.
- Common Foxes can be bred with Apples, with a small chance of producing a nine-tailed offspring.
- Nine-tailed Foxes can be tamed and healed with Magic Berries.
- Added special Kurama and Ninetales name-tag skins for nine-tailed Foxes.
- Added Magic Berries and the Magic Berry Bush.
- Using a Potion of Regeneration II on a Sweet Berry Bush transforms it into a Magic Berry Bush.
- Magic Berries can be eaten and grant Regeneration II.
- Added Fox and Magic Berry progression to the Thingsopedia and advancement tree.
Fixed and improved
- Fixed the Hippopotamus bite animation and the Fox's owner teleport behavior.
- Improved animation, AI and state handling across the existing creatures and Baron Bones.
- Corrected several equipment effects, advancement checks, tooltips and multiplayer synchronization issues.
- Improved the Eye of Avarice, Blacksmith God's Hammer, Ghostly Armor and other special equipment.
- Corrected Clownfish bucket interactions, including off-hand use and named fish preservation.
- Optimized Thingsopedia navigation and creature previews.
- Removed obsolete generated code while preserving all existing registry IDs and world data.
Requirements and compatibility
- Minecraft 1.20.1, Java 17 and Forge 47.3.0 or newer.
- GeckoLib 4.4.9 or newer is required.
- JEI and Curios remain optional integrations.
- Existing B'Things worlds remain compatible; making a backup before updating is still recommended.
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:RPiWan5z:SnhGAxGH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RPiWan5z:SnhGAxGH"
}



