Tags
Creators
Details
2.3.27.353
Compatibility
Required content
Changes
######## 2.3.27.353 ########
-Fixed some inconsistencies when switching tool profiles with configured enchants.
-Fixed a crash related to bound player Dislocators.
-Fixed a bug with loot cores.
######## 2.3.26.353 ########
-Fixed Grinder and Energy Infuser not accepting non IEnergyContainerItem's
-Added Charge / Discharge ETA to energy core
-Fixed some back end issues with spawner logic.
-Added ability to add chaos to reactor when refuelling to boost initial performance at the cost of shorter total run time before refuelling.
-Added recipe to split chaos shards into chaos fragments.
######## 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)
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:gP9JX1lX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nBqivi8H:gP9JX1lX"
}



