
MOC MOD
MOCMOD is a parody-filled and surprise-packed Forge mod that injects a wealth of absurd and hilarious content into your world. It introduces a host of custom mobs with unique behaviors, some of which are rideable, powerful new items with often chaotic effe
1.2.2
Compatibility
Changes
MOC MOD 更新日志 1.2.2 / MOC MOD Changelog 1.2.2
简体中文版
This is a changelog in Simplified Chinese. If you want to view the English version, please scroll down.
重要变更
物品移除
- 战神苹果 (God Apple):此物品已从模组中移除。
- 负魔金苹果 (Unenchanted Apple):此物品已从模组中移除。
兼容性说明
- 若希望继续体验上述物品的内容,请将本模组与 Purple Apple 模组一同安装。
- 您可以 点击此链接 找到 Purple Apple 模组。
说明
本次更新移除了部分物品以防止模组中出现重复内容。请通过安装 Purple Apple 模组来恢复相关内容的体验。
English Version
Major Changes
Item Removal
- God Apple: This item has been removed from the mod.
- Unenchanted Apple: This item has been removed from the mod.
Compatibility Notes
- To continue experiencing the content of the above items, please install this mod alongside the Purple Apple mod.
- You can find the Purple Apple mod on This link.
Notes
This update removes certain items to achieve better mod functionality separation. Please install the Purple Apple mod to restore the experience of related content.
版本号 / Version: 1.2.2
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:PkXzvMAZ:OEgacboa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PkXzvMAZ:OEgacboa"
}
