All versions
1.1.9-beta-7-1.21.1
Beta
EmeraldCraft 1.1.9-beta-7-1.21.15 days ago 24
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
优化
- 优化部分代码,使运行更加流畅。
- 更改狱炎剑、湮灭剑耐久条颜色。
新增内容
创世斧、创世镐、创世锹
挖掘后有50%概率掉落以下随机物品:绿宝石、绿宝石块、精炼绿宝石、精炼绿宝石块、精炼绿宝石Ⅱ型、精炼绿宝石块Ⅱ型、精炼绿宝石Ⅲ型、精炼绿宝石块Ⅲ型,并且其中每种物品概率线性递减。
狱炎斧、狱炎镐、狱炎锹
自动熔炼挖掘方块,开启特技后,有大概率熔化周围3*3方块。
湮灭斧、湮灭镐、湮灭锹
造成伤害为原1.75倍,开启特技后,获得虚空绿宝石工具相同功能(特技功能暂定,以后大概率改)。
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:CJxusLnU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L0etlzzl:CJxusLnU"
}

