All versions
0.8.1.1
Alpha
IgnatiusHC's more ore 0.8.1.1last week 155
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
小内容修改:
1、纠正锡套装和银套装的中文翻译
2、镰刀的旋转横扫技能可以吃到火焰附加的buff加成
内容追加:
1、新增火把配方——木棍加灵煤有序合成
2、新增火药配方——硝石加炭类无序合成
3、新增末地水晶配方——虚空墨晶块加紫罗兰宝石有序合成
4、新增红金锻造模板配方——有序合成
5、新增各个图纸配方
6、新添加原版材质镰刀
7、添加木制、铁制、钻石制、下界合金制、量子制、黑晶制、红莲制、末影制骰子
8、新添加附魔:
(1)安全收割(镰刀专属,使横扫不会攻击到玩家单位)
(2)撕裂(镰刀专属,延长旋转横扫流血效果)
(3)趁手(镰刀专属,增加旋转横扫范围)
(4)精通(镰刀专属,降低旋转横扫CD)
(5)破伤风(近战专属,攻击造成流血效果)
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:bQpJ7Bit:XvzjZYoK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bQpJ7Bit:XvzjZYoK"
}

