Links
Tags
Creators
Details
Licensed MIT
Published 4 months ago
Updated last month
All versions
1.9.2
Release
Bedrock Enhancement 1.9.2last month 80
Compatibility
Minecraft: Java Edition
1.20.1–1.20.6
Platform
Forge
Supported environments
Client and server
Changes
Bedrock Enhancement v1.9.2
English Version
New Features
- Added Bedrock Breaker enchantment (I/II): Bedrock Pickaxe only; each level mines Bedrock 50% faster than the previous level (I x1.5, II x2.25). Obtained via Enchanting Table (level II only, very rare) or Librarian trade (32 emeralds + 1 book, level I only)
- Added Cloud Stride enchantment: any boots; +10% movement speed. Obtained via Enchanting Table or Librarian trade (64 emeralds + 1 book)
Changes
- Armor protection now capped at 20 per piece: Helmet 8, Chestplate 20, Leggings 16, Boots 8 (all still above Netherite)
- Toughness reduced 10.0 to 5.0 (weaker than before, still above Netherite 3.0)
- Knockback resistance reduced 1.0 to 0.25 (can be knocked back now, still above Netherite 0)
- Tool damage roughly halved but still above Netherite: Sword 14, Axe 15, Pickaxe 7, Shovel 7.5, Hoe 5
- Each Bedrock armor piece slows you by 5% (stacks, up to 20% for full set)
- Holding any Bedrock tool/weapon in either hand slows you by 5% per hand (stacks)
- Bedrock Bow can no longer be enchanted with Infinity / Mending / Unbreaking
- Bedrock Bow damage reduced by 20%
Compatibility
- Bedrock gear can no longer receive the "Indestructible" enchantment from the Spectrum mod (data-tag + item-side adaptation, no hard dependency)
中文版本
新增功能
- 新增「基岩破坏者」附魔(I/II):仅基岩镐;每等级在前一级基础上挖基岩速度 +50%(I 级 x1.5、II 级 x2.25)。附魔台可得(II 级仅附魔台、出现概率极低),或村民交易(32 绿宝石 + 1 本书,仅 I 级)
- 新增「轻裾凛云」附魔:任何靴子;移速 +10%。附魔台可得,或村民交易(64 绿宝石 + 1 本书)
改动
- 每件护甲值上限 20:头盔 8、胸甲 20、护腿 16、靴子 8(仍均高于下界合金)
- 韧性 10.0 降为 5.0(弱于原先,仍强于下界合金 3.0)
- 击退抗性 1.0 降为 0.25(现在会被击退,但仍强于下界合金的 0)
- 工具伤害大致砍半但仍高于下界合金:剑 14、斧 15、镐 7、锹 7.5、锄 5
- 每穿一件基岩护甲减速 5%(可累加,全套最高 20%)
- 主手/副手持任何基岩工具或武器,每只手减速 5%(可累加)
- 基岩弓无法再附魔 无限 / 经验修复 / 耐久
- 基岩弓伤害下调 20%
兼容性
- 基岩装备不再能附魔 Spectrum 模组的「坚不可摧」附魔(数据标签 + 物品侧适配,无硬性前置依赖)
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:tiMP65Oi:vSFR5rZ2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tiMP65Oi:vSFR5rZ2"
}

