2.0.5.8
Compatibility
Changes
修复内置材质包砧板神贴图变成船。 修复自定义无序配方的匹配规则错误。 修复彩蛋命名为zlxxx的砧板神的星星时间过久消失。 禁用了asm的重写方法修改,相当于砧板神模式只有普通和抹除了,因为其他模式依赖这个。 新增功能砧板全套可以通过按键Armor TP进行传送,面对方块时优先传送到上方,shift时传送到瞄准方块的面的反面进行穿墙,面对生物,造成玩家传送前与生物距离*1000F,造成伤害方式为原版方式,而非op,并进行与距离正比的击飞,非友好生物在非shift不造成伤害但会击飞。 我可能懒得再更新了,这次更新是主要是因为bug
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:lTyodfFR:nw8uixzO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lTyodfFR:nw8uixzO"
}

