All versions
1.2.0
Release
CC: Battery 1.2.0last month 375
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
[1.2.0] — 2026-08-13
Добавлено
- Внутренний FE-буфер (1000 FE) в зарядном устройстве для батарей. Теперь зарядное устройство всегда предоставляет energy storage capability, что обеспечивает совместимость с Create: Power Grid — разъём устройства больше не отваливается при извлечении батареи. Буфер переливается в установленную батарею каждый тик.
- Bundle-like взаимодействие ПКМ для карманных компьютеров и батарей:
- ПКМ батареей по слоту с карманным компьютером — вставить/заменить АКБ;
- ПКМ по слоту с компом с пустым курсором — вытащить АКБ на курсор;
- ПКМ зажатым компьютером по пустому слоту — вытащить АКБ из него;
- ПКМ зажатым компьютером по слоту с батареей — вставить батарею в комп. Это решает проблему, когда всплывающая подсказка закрывала слот и мешала вставить батарею в портативный компьютер.
Исправлено
- Краш без установленного мода Create.
PlacedBatteryBlockEntityбольше не реализуетIHaveGoggleInformationнапрямую — goggles-подсказка добавляется только через soft-миксин, который загружается при наличии Create. Раньше при отсутствии Create мод падал сNoClassDefFoundError: IHaveGoggleInformationво времяRegisterEvent.
[1.2.0] — 2026-08-13
Added
- Internal FE buffer (1000 FE) in the battery charger. The charger now always exposes an energy storage capability, which ensures compatibility with Create: Power Grid — the device connector no longer breaks when the battery is removed. The buffer is drained into the installed battery every tick.
- Bundle-like right-click interaction for pocket computers and batteries:
- Right-click a battery onto a pocket computer slot — insert/swap the battery;
- Right-click a pocket computer slot with an empty cursor — extract the battery to the cursor;
- Right-click an empty slot while holding a pocket computer — extract its battery;
- Right-click a battery slot while holding a pocket computer — insert that battery into the computer. This fixes the issue where the tooltip overlay covered the slot and prevented inserting a battery into a pocket computer.
Fixed
- Crash without the Create mod installed.
PlacedBatteryBlockEntityno longer directly implementsIHaveGoggleInformation— the goggles tooltip is now added only via a soft mixin that loads when Create is present. Previously, without Create, the mod crashed withNoClassDefFoundError: IHaveGoggleInformationduringRegisterEvent.
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:I6XgwtMn:QUOiSCvT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:I6XgwtMn:QUOiSCvT"
}

