All versions
0.1
Alpha
Empire 0.15 months ago 5
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
加入地狱岩矿石,会在主世界中各个层数生成,生成概率相当于铁矿,需要石镐或以上才能破坏。还有黑曜石矿石,与钻石生成机制相同,需要铁镐或以上才能破坏。地狱岩碎片,由地狱岩矿石被破坏时掉落,掉落1~3个,也可以由地狱岩和任意镐子合成出4个,合成后会消耗镐子1耐久。黑曜石碎片,由黑曜石矿石被破坏时掉落,掉落一个,也可以由黑曜石被钻石镐以下等级的镐子破坏掉落,掉落2个。
黑曜石板,四个黑曜石碎片摆一块合成
黑 黑
黑 黑
地狱黑曜石板
空 地狱岩碎片 空
地狱岩碎片 黑曜石板 地狱岩碎片
空 地狱岩碎片 空
地狱黑曜石胸甲,比钻石胸甲防御力强,当装备者在10血及以下时造成的伤害+4
地黑板 空 地黑板
地黑板 黑曜石 地黑板
地狱岩 地黑板 地狱岩
地狱黑曜石头盔,防御比钻石头盔好,当装备者在10血及以下时造成的伤害+2
地黑板 黑曜石 地黑板
地黑板 空 地黑板
地狱黑曜石护腿,防御力你懂得,当...造成的伤害+3
地狱岩 黑曜石 地狱岩
地黑板 空 地黑板
地黑板 空 地黑板
地狱黑曜石靴子,防御力还是比钻石强,当...造成的伤害+2
地黑板 空 地黑板
地黑板 黑曜石 地黑板
小刀,攻击力+4,右键时对使用者造成固定1伤害,不受其他条件影响
空 铁锭
木棍 空
地狱岩套装
头,配方就普通的配方,材料是地狱岩,不提供防御力,装备者受到伤害时额外再受到一点伤害,当装备者在10血及以下时造成的伤害+2
胸,配方普通,材料地狱岩,没防,额外扣血,10及以下时,伤害+4
腿与上面相同,伤害+3
鞋同上,伤害+2
还要加配方
地狱岩
地狱岩碎片 地狱岩碎片
地狱岩碎片 地狱岩碎片
黑曜石
黑碎 黑碎 黑碎
黑碎 黑碎 黑碎
黑碎 黑碎 黑碎
还有地狱黑曜石剑,伤害10,当使用者在15血及以下时造成的伤害翻倍(是10加了其他加成后再*2,不是10*2再加加成)
地狱岩碎片 地黑板 地狱岩碎片
地黑板 黑曜石 地黑板
地黑板 黑曜石 地黑板
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:wYWqYPzQ:CYEFpbWR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wYWqYPzQ:CYEFpbWR"
}

