1.5.0
Compatibility
Required content
Changes
English
Spoiler
Added Fruit of the Fallen Morning Star and The Pill of Stolen Fiat.their effects and crafting recipes are shown in the figure.


Added 1 boss and 3 new mobs.

1,The Blackstone Golem will upgrade when struck by lightning.
2,Abandoned laboratories can be found underground in deserts, which contain Chlorine trifluoride.
Chlorine trifluoride destroys all blocks except unbreakable blocks in Survival Mode, Netherite Blocks and Ancient Debris.
It will explode when contacting water or lava, and destroy water sources and lava sources.
3,Killing the Xuan gu Remnant soul drops the Xuanyin jue fragment, which has four different skills and can be upgraded with Chlorine trifluoride.
4,Killing the Toilet ghost has a chance to drop the Fecal transmitter. It consumes hunger to fire pills, and consumes health when hunger is empty.

中文介绍
Spoiler
添加了晨心陨落之果、夺天造化丸,效果以及合成表如图


添加了1个boss和3个新生物

1,黑石傀儡被雷击中会升级
2,可以在沙漠的地下找到废弃实验室,里面有三氟化氯
三氟化氯会破坏除了“生存模式不可破坏方块”“下届合金块、远古残骸”外的一切方块
遇到水和岩浆会产生爆炸并摧毁水源、岩浆源
3,击杀玄骨残魂掉落玄阴决残篇,有四种不同的技能,可用三氟化氯升级
4,击杀厕鬼有概率掉落大便发射器,消耗饱食度发射丹药,饱食度空则消耗血量

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:jH81p1UZ:CBtFjIP6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jH81p1UZ:CBtFjIP6"
}

