All versions
1.3.1
Release
Physics Activator 1.3.1last month 33
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
EN
[Hotfixes & Performance]
- Fixed critical game crash ("Application Not Responding" / white screen) during massive black hole updates by implementing a high-performance memory queue.
- Increased Singularity Core radius to 17 blocks for a wider and more destructive spherical crater.
- Completely fixed falling blocks rendering/vanishing bugs when using the Vectorientation mod on the client side.
- Removed heavy overlapping server collision loops, stabilizing frame rates up to FPS during large collapses.
[Recommendation]
- HIGHLY RECOMMENDED to install the "Entity Culling" mod on the client side for a massive performance boost!
RU
[Хотфиксы и Оптимизация]
- Полностью устранены критические зависания игры и вылеты лаунчера ("Приложение не отвечает") во время работы Чёрной Дыры благодаря переходу на высокопроизводительную Очередь памяти.
- Базовый радиус Сингулярного Ядра увеличен до 17 блоков для еще более огромного и сочного сферического кратера.
- Намертво исправлен баг с невидимостью и пропаданием блоков в момент их приземления при игре с установленным модом Vectorientation.
- Из тиков летящей породы полностью вырезаны тяжелые проверки серверных коллизий, что вернуло стабильные ФПС даже на слабых видеокартах.
[Рекомендация]
- КРАЙНЕ РЕКОМЕНДУЕТСЯ установить мод "Entity Culling" на стороне клиента для максимальной плавности во время взрывов!
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:a1EdunS8:EXatFmcw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:a1EdunS8:EXatFmcw"
}

