1.3+mc26.2
Compatibility
Changes
1.修复地下世界传送门有时会生成在顶部基岩层的问题。
2.黑曜石可用铁镐挖掘,并且降低了挖掘时间。
3.随机传送符文石现在可以正常挖掘和掉落了。
4.修复出生点传送门传送位置不正确问题。
1.Fixed the issue where the Underworld portal would sometimes spawn on the top bedrock layer.
2.Obsidian can be mined using an iron pickaxe, and the mining time has been reduced.
3.Random Teleportation Runestones can now be excavated and dropped normally.
4.Fixed the issue of incorrect teleportation location through the teleportation portal at the spawn point.
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:MVTJ3Hz0:rflFy0bM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MVTJ3Hz0:rflFy0bM"
}

