Tags
Creators
Details
1.0.6.5-neoforge
Compatibility
Required content
Changes
将部分物品的属性从event中的直接计算改为Attribute属性加成 分别是:{
通用伤害:魔鬼的财宝,莫里斯的壳,自修正强化,夜行蝙蝠基因,埋伏性狩猎,寄生虫
暴击伤害:灵魂电池
治疗效果:莫里斯戒指
}
修复了灵魂电池和灵魂立方无法获得的BUG
添加了渎圣玩偶
现在所有的电池都可以右键改装有CD的纳米物品了
现在纳米机器人的基础冷却为340刻
现在纳米立方的基础冷却为480刻
现在四头肌强化药物会提供3的安全摔落距离
现在腐败抗性DNA的功能改为吃下食物恢复10%最大生命值和10秒生命恢复, 因为一开始的功能实在没什么用处
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:AZJrPv4J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Djpjjz6B:AZJrPv4J"
}

