All versions
2.0.2-7.1
Release
BTA Spawn Eggs 2.0.2-7.12 years ago 1,044
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
BTA (Babric)
Supported environments
Client and server
Required content
Changes
Dependencies:
- PrismaticLibe >= 3.0.0: https://github.com/UselessBullets/BTA_Babric_PrismaticLibe/releases
- HalpLibe >= 3.0.1: https://github.com/Turnip-Labs/bta-halplibe/releases
Change Log
Additions:
- Entrypoint "spawneggs" use this to add more spawn eggs to the game
- Config system
- Spawn eggs now handles item ID allocation
- Config option to regenerate all id values
- Config options to manually assign individual id values
- Spawn eggs now handles string translation names
- Added new override key parameter to manually specify a translation key
Changes:
- Updated to 7.1
- Spawn eggs should now be created through the static methods in class SpawnEggsMod
- Spawn egg names load in this priority
Override key -> Guidebook mob info -> EntityDispatcher id
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| spawneggs-2.0.2-7.1-sources.jar | Unknown | 15.35 KiB |
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:pcPiNpnP:ridqx3AB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pcPiNpnP:ridqx3AB"
}



