Tags
Creators
Details
All versions
1.4.5+mc26.1.2
Release
AhhPvP 1.4.5+mc26.1.2last month 63
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client and server
Changes
1.4.5
新内容
- 新增 16 种颜色的钢化玻璃及染色模型
- 新增 BuildUHC 装备、秒人斧(谋杀之斧)
- 火球发射物可选择是否产生火焰
- 新增游戏规则:控制救援平台冷却时间和消失时间
修复(可能包含内部版本的临时问题)
- 修复 ModMenu 图标无法显示的问题
- 修复 ChickenDefense 实体放置错误
- 修复召唤 Boss 时的 NPE
- 修复搭桥弹附着玩家动能的问题
调整
- 剑格挡不再减少击退效果
- 优化 import;修改染色玻璃透光率
- 更新 Gradle 版本
- 翻译按键绑定
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:yqAm85TX:kNXQzyci"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yqAm85TX:kNXQzyci"
}

