Links
Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
Capture Egg 1.0.0 — Initial Release
The first public release of Capture Egg for Fabric 1.20.1 is now available!
Capture mobs, carry them safely, and release them whenever you need them using a reusable custom egg.
✨ Main Features
- Added the reusable Capture Egg item
- Right-click a living mob with an empty Capture Egg to capture it
- Right-click while holding a filled Capture Egg to release the stored mob
- Each Capture Egg can hold only one mob at a time
- The egg becomes empty and reusable after releasing the mob
- Capture Eggs are non-stackable, keeping every stored mob separate
🐄 Mob Data Preservation
Captured mobs keep their saved entity data when released, including:
- Custom names
- Health
- Villager professions
- Villager trades
- Mob-specific saved data
- Other important NBT information
This means villagers should keep their profession and trading offers after being captured and released.
🧑🌾 Villager Support
- Added dedicated support for capturing villagers
- Use Shift + Right Click to capture a villager without opening the trading menu
- The villager's profession is displayed inside the Capture Egg tooltip
- Wandering Traders can also be captured using Shift + Right Click
- Villager professions and trades are preserved after release
🎨 Visual Feedback
-
The item name Capture Egg is displayed in purple
-
Empty eggs display:
Empty — right-click a mob to capture it -
Filled eggs display the name of the captured mob
-
Villager eggs also display the villager's profession
-
Filled Capture Eggs receive an enchantment glint
-
Added a custom Capture Egg texture
🔊 Sound Effects
- Added a satisfying sound when capturing a mob
- Added sound feedback when releasing a captured mob
🛠️ Additional Features
- Added a custom shaped crafting recipe
- Added the Capture Egg to the creative inventory
- Supports vanilla living entities
- Should support many modded living entities
- The Ender Dragon cannot be captured by default
- Added an
uncapturableentity tag for modpack developers - Additional mobs and bosses can be added to the uncapturable tag
📦 Requirements
- Minecraft 1.20.1
- Fabric Loader 0.19.3 or newer
- Fabric API
- Java 17
🐛 Bug Reports
Please report any bugs, crashes, or compatibility problems through the project's GitHub Issues page.
When reporting an issue, include your Minecraft version, Fabric Loader version, Fabric API version, mod version, and any relevant logs.
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:rBHvextJ:QH4ZSQ1x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rBHvextJ:QH4ZSQ1x"
}

