Tags
Creators
Details
0.0.1.1
Compatibility
Required content
Changes
更新日誌:
- 魔力發電機:工作/生產時會發光,並顯示專屬工作貼圖。切換模式按鈕在機器生產/工作時會顯示警告信息,並禁止切換。
- 修復渲染 Bug:修正了發電機模型方向與光照的渲染問題。
- 支援自定義配置: 現在支援模組包修改自定義配方,並透過設置文件進行調整。
===============================
Update Log:
-
Mana Generator:Emits light and displays a dedicated working texture when active.The mode switch button now shows a warning message and is disabled while the machine is working/producing.
-
Fixed Rendering Bug:Corrected issues with generator model orientation and lighting.
-
Added Support for Custom Configurations:Now supports modpacks with custom recipes, configurable through setting files.
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:5k9BYuO9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x9pJj8Sv:5k9BYuO9"
}


