Tags
Creators
Details
Licensed MIT
Published 6 months ago
Updated 6 months ago
All versions
0.0.1-1.21.1
Release
MemeMobs 0.0.1-1.21.16 months ago 271
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
修复BUG
- 修复彩蛋生物不生成的bug
- 修复被驯服的鸽子飞行动画错误
- 修复鸽子无法自然走上1格高方块的错误
- 修复驯服鸽子统一跳舞动作的部分错误
- 修复当频繁切换驯服鸽子的坐下和跟随状态时,腿部渲染出现错位的问题
Fix BUGs
- Fixed the bug where easter egg mobs fail to spawn
- Fixed the incorrect flight animation of tamed pigeons
- Fixed the issue where pigeons cannot naturally walk up 1-block-high blocks
- Fixed partial errors in unifying the dancing animation of tamed pigeons
- Fixed the leg rendering misalignment issue that occurs when frequently switching the sitting/following state of tamed pigeons
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:O2OGXyMA:GIZJK3KL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:O2OGXyMA:GIZJK3KL"
}

