Turtle Charging Station
This mod provides a convenient solution for charging robot turtles from the CC:Tweaked modification. The main block - the charging station - can replenish the energy of turtles placed next to it. To operate the station, you only need to connect it to a power source. In the settings, you can change the maximum energy capacity and the energy-to-fuel conversion ratio.
Visual Examples



Thunder Generator
Starting from version 1.2.0, the mod includes a unique block - the thunder generator, which converts lightning energy into useful power. Each lightning strike increases the generator's charge. When the generator has accumulated enough energy, it begins transferring it to blocks capable of receiving energy located beneath it.
From version 1.7.0, the generator can transmit energy through copper cables, and the use of conductive blocks (copper, gold, or chains) has been removed.
Generator Visual Examples


Copper Cables
Added in version 1.7.0, copper cables allow the thunder generator to charge multiple energy-receiving blocks simultaneously. However, be careful: when transmitting energy, the cables heat up and cause burn damage to anyone who touches them.
It's important to note that these cables work differently than in other mods - they don't store energy and don't interact with cables from other modifications. They are designed exclusively for transmitting energy from the generator to other blocks.
Cable Visual Examples

ComputerCraft Integration
Since version 1.7.0, charging stations and thunder generators have become peripheral devices available for programming through ComputerCraft. This opens up possibilities for automating charging processes and energy management using Lua scripts.