
nbtech2fix
本mod为 [AE],[龙研],[封包合成],[封包龙研],[BCore],[MMSM],[PlayerShells]等mod添加一些bug修复和优化;任何功能可以单独开关 Adds some bug fixes and optimizations for mods:AE,Draconic Evolution, PackagedAuto,PackagedDraconic,BCore, MMSM, PlayerShells;Any function can be switched separately.
1.6.0
Compatibility
Changes
[兼容]将NBTech2Fix移植到Minecraft 1.20.1,同时兼容Forge与NeoForge;本次更新由Codex完成,移植时逻辑可能被修改,但经过简单测试,暂未发现问题
[Compatibility] Ported NBTech2Fix to Minecraft 1.20.1 with support for both Forge and NeoForge; this update was completed by Codex, and some logic may have been modified during the porting process, but no issues have been found during basic testing.
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:x8oLdObc:TYJXirAT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x8oLdObc:TYJXirAT"
}
