Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
1.2.4.0-neoforge
Beta
moonstone 1.2.4.0-neoforgelast year 64
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
添加了1.19.2的物品:偷盗者的狂暴之眼(可以偷盗生物属性到自己身上),狂暴统治者徽章,决裁者徽章
添加并翻新了1.19.2或者更早的物品:磁铁,狂暴磁铁,下界岩石,狂暴锁....
添加了一种配方:玩家可使用两个相同的“类神的基因序列”物品合成“神化的基因序列”物品
神化的基因序列提供1点最大生命值和0.33点通用伤害
添加了配置文件:
偷盗者的狂暴之眼->最大偷取量和最大加成量
Nightecora病毒->最大生命值惩罚
欺骗->恢复的生命值数量
危险的头骨->造成的额外伤害
疯狂灵药->最大属性和单个物品的属性衰竭
癫狂之石->杀死生物后的伤害加成
邪祟之戒->获得最大伤害加成
万腐之心->获得加成的数量
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:f7ZSv0WI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:f7ZSv0WI"
}


