Links
Tags
Creators
Details
Licensed CC0-1.0
Published 3 years ago
Updated 3 years ago
All versions
1.1.2
Release
1.1.23 years ago 768
Compatibility
Minecraft: Java Edition
1.20–1.20.1
1.19.x
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Changelog
- 1.0.0
- initial release.
- 1.0.1
- remove UUID storage to prevent rare case bugs.
- 1.1.0
- bump loader to 0.15 to use MixinExtras for extra compatibility.
- nice Mojang updated unnecessary code since 1.20.2, so the new version only supports 1.20.1.
- prevents chicks from spawning when hitting a living entity.
- can use anvil to upgrade spawn eggs.
- will spawn exact copies if used on a spawner block.
- 1.1.1
- spawn egg upgrade in anvil can correctly account for the material count.
- fixes a bug where an egg could hit and trap more than 1 entity.
- removes OnGround tag to prevent grounded capture stuck in half air if spawn ungrounded.
- 1.1.2
- now there doesn't need any player online for the spawner to work if required player range is lower than 0.
- right-click sets the spawner normally as vanilla. Sneak-right-click sets the spawner to spawn exact copies.
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:R749WJeo:H5RAprVO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R749WJeo:H5RAprVO"
}

