Tags
Creators
Details
2.3.25.351
Compatibility
Required content
Changes
######## 2.3.25.351 ########
-Fixed world gen attempting to gen chaos crystal when chaos crystal is disabled.
-Fixed incorrect block resistance when reactor is is running.
-Fixed edge case null pointer with energy core.
-Added config option to disable guardian creative damage.
-Fixed placed items bypassing vanilla spawn protection.
-Added config option to remove entity detector power requirement.
-Fixed crash related to bound dislocators (Theoretically)
-Fixed player attributes not syncing when teleporting between dimensions. (BrandonsCore Change)
-Added config option to disable armor FOV correction.
-Fixed minor client de-sync when adding stacks of fuel to advanced dislocator.
-Merge pull request #1352 from FoxMcloud5655/1.12.2-toggleshield (Added Togglable Shields and Performance Upgrades)
######## 2.3.24.349 ########
-Fixed Draconium chest furnace freezing when backed up.
-Fixed furnace in Draconium chest not pulling from the last slot.
######## 2.3.23.345 ########
-ReFixed Baubles crash. (Seems last fix got lost in the mail)
-Fixed broken creative flux capacitor
######## 2.3.22.343 ########
-Fixed crash when Baubles is not installed.
-Optimized retro gen a little.
-Fixed some compounding residual particle lag.
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:nBqivi8H:J0TWFn3G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nBqivi8H:J0TWFn3G"
}

