All versions
1.1.9-beta-2-1.21.1
Beta
EmeraldCraft 1.1.9-beta-2-1.21.12 weeks ago 12
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
优化
优化了虚空绿宝石剑特技启动的代码
熔岩绿宝石类
熔岩绿宝石
优化熔岩绿宝石右键的代码
熔岩绿宝石类内置附魔
优化熔岩绿宝石类物品的内置附魔判断代码
熔岩绿宝石类攻击
优化熔岩绿宝石类物品附火攻击判断代码
熔岩绿宝石Ⅱ型
加入熔岩绿宝石Ⅱ型及其剑、斧、镐、锹、锄
特性
熔岩绿宝石Ⅱ型类武器工具内置5级沉重和5级光照
Tag更新
加入熔岩绿宝石Ⅱ型Tag
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:nhKWgrJB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L0etlzzl:nhKWgrJB"
}

