All versions
1.1.9-beta-5-1.21.1
Beta
EmeraldCraft 1.1.9-beta-5-1.21.12 weeks ago 24
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
加入内容
绿宝石升级核心(Emerald Upgrade Core)
作为合成材料,合成新加入的三种绿宝石。
创世绿宝石(Genesis Emerald)
创世剑(Genesis Emerald Sword)
- 攻击命中时为真实伤害,无视护甲和抗性。
- 攻击最低为150伤害,不因其他原因(虚弱等)降低。
- 右键可消耗耐久暂停周围15格内的除玩家外生物活动为自己创造攻击时间和逃逸时间。
狱炎绿宝石(Inferno Emerald)
狱炎剑(Inferno Emerald Sword)
- 攻击自带火焰附着。
- 攻击生物对生物施加焚血烙印(Blood-boil Brand),达到三层时对生物基于已损失生命值造成额外真实伤害。
- 生物拥有焚血烙印时,攻击命中其他生物会对自己增加一层焚血烙印。
右键效果暂未实装。
湮灭绿宝石(Oblivion Emerald)
湮灭剑(Oblivion Emerald Sword)
- 对于生命值低于20%的生物,命中直接抹杀。
- 攻击伤害为原伤害的3.5倍。
- 右键消耗250耐久度,将准星指向的生物直接杀死并传送至虚空(末影龙仅杀死,不传送)。
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:L0etlzzl:wBghw2Mc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L0etlzzl:wBghw2Mc"
}

