Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 2 weeks ago
All versions
1.1-neoforge-26.2
Release
Cursed Breeding 1.1 - NeoForge 26.22 weeks ago 29
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Cursed Breeding 1.1
- Added cursed Mooshroom, Slime, Magma Cube and Creeper breeding.
- Feed and eat red/brown mushrooms, slimeballs, magma cream or gunpowder to activate the matching breeding mechanic. New ingredients now use a proper eating animation.
- Added icons for the four new Breeding effects.
- Mooshroom offspring inherit their parent's red/brown variant. Slimes and magma cubes have tiny offspring; creepers have a smaller baby form.
- Mobs with a Breeding effect do not attack players. Cursed hostile mobs permanently spare the player whose face they carry.
- Added
/cursedbreeding spawnall babyand/cursedbreeding spawnall adultto spawn all nine supported mob types with your face. - Player names are optional in individual mob-spawn commands; omitting the name uses your own face.
- Fixed baby Wither Skeleton face alignment on Forge/NeoForge 1.21.1 and baby animal faces on Forge/NeoForge 26.2.
- Preserved Sheep, Cow, Pig, Villager, Wither Skeleton and player-to-player breeding, persistent faces, gamerules and normal vanilla breeding.
- Expanded native Forge and NeoForge version support. Install the file matching your Minecraft version and mod loader; Fabric also requires Fabric API.
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:VYPhSC4q:78QQll2f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VYPhSC4q:78QQll2f"
}

