Tags
Creators
Details
0.0.1.3-20250731
Compatibility
Changes
New Features 新功能
-
Magic Plains can now naturally generate in the world.
-
魔力草原已經可以在世界生成。
-
Mana Infuser and the associated Mana Infuser crafting machine recipe have been added.
-
魔力注入器以及添加魔力注入製作機器配方。
-
Mana Crafting Table now includes a recipe for Mana Infuser.
-
魔力合成台新增配方:魔力注入器。
Changes 變化
-
Adjusted recipes for Mana Fuel and other balancing changes.
-
配方調整:魔力燃料以及其他配方平衡。
-
Removed the dependency on GeckoLib.
-
拔除GeckoLib的前置。
Bug Fixes 錯誤修復
-
Fixed the issue where the Mana Generator continued to generate mana during the night.
-
修復太陽能持續晚上發魔力的問題。
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:x9pJj8Sv:pVGlcYMw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x9pJj8Sv:pVGlcYMw"
}

