1.6.5.2-forge+mc1.20.1
Compatibility
Changes
1.兼容最新版诡厄巫法(2.5.47.2)的女仆施法; 2.兼容铁魔法法术书和诡厄巫法聚晶包在女仆curios饰品槽的读取施法; 3.配置文件增加归隐之地的私人维度和共享维度选项; 4.修复多人模式下归隐之地的隐世之境结构的生成 在配置文件关闭私人维度选项后,多人模式下不同玩家将能进入同一个归隐之地,每个玩家都会有一个对应的隐世之境结构生成,后进入玩家的隐世之境会在未加载区块生成。 5.新增结构:隐世樱花树; 6.调整结构妖精女仆咖啡屋里的女仆物品和部分方块。 7.远程法术图标调整 8.锚定核心白名单更新
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:QHB4kBBS:DlVNfD1y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QHB4kBBS:DlVNfD1y"
}

