Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.2.1.5-neoforge
Beta
moonstone 1.2.1.5-neoforgelast year 58
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
添加了一个设定:玩家可以在背包界面右键指南书来打开,即使在饰品栏内
添加了一个新的游戏机制:境界
部分物品在发现时会有自己的境界
进阶有十个层次:
金仙
仙尊
仙帝
炼神
天神
主神
天劫
合道
圣玄
圣君
每一阶还有小境界,也分为十重(1到10)
最低境界到最高境界可分别提供0.1%到1%的通用伤害和0.2%到2%的治疗(独立乘法计算,最大不超过100%)
修复了血虐之铅的递归问题
修复了梦魇巨人和细胞巨人在某些情况下无冷却召唤的问题
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:Djpjjz6B:pMPpTlPe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:pMPpTlPe"
}


