promotional bannermobile promotional banner

CEU

Simple GTCE EU/FE energy converter

File Details

CEU-1.12.2-1.0.5.0

  • R
  • Feb 8, 2021
  • 142.39 KB
  • 302
  • 1.12.2
  • Forge

File Name

CEU-1.12.2-1.0.5.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:ceu-302293:3196506")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

WARNING! Updating CEU will void internally stored energy of CEU/CEF. Batteries shouldn't affected, just buffer inside converter itself.

If you have issues after updating, please post an issue.

 

NEW FEATURES:

- Charge mode for batteries

  - You can make batteries charge only / discharge only

  - Different settings can be applied to GTCE batteries / RF batteries

  - Default value is 'charge and discharge'

 

- Charge strategy for multi-slot converters

  - You can control how converters would distribute energy to batteries

  - There's currently three modes:

    - Most Empty First (Default)

      - Gives energy to battery with least energy stored first, then second least energy stored next, then third, and so on...

      - Decently smooth distribution

      - Highest recoverability from partial battery outage

      - Cannot distribute if first or second hungry one eats entire energy supply

    - First Slot First (Previous Update Behavior)

      - Gives energy to first in slot first, then second in slot, and so on...

      - Terrible

      - Has ability to make batteries starve even with enough energy is provided

      - But you can control priority between batteries, so that's a thing I guess

      - Also it's the fastest implementation of all strategies

    - Distribute

      - Tries to give each battery equally divided energy

      - Remainders will be distributed with first-slot-first

      - Heaviest algorithm of all

      - Doesn't really provide recoverability from partial outage, though it's better than first-slot-first

      - Just use most empty first lmao

  - All converters placed before update will start to use most empty first after update.

 

- New config option: constrainBattery

  - If true, batteries inside converters will output no more than energy equal to 1 ampere

  - If false, batteries will emit whatever amount they can emit at a time like usual

  - Default value is false

 

- CEU/CEF now displays conversion rate in their tooltip

- New sprites for CEU/CEF

 

FIXES:

- Fixed issue with Infinite Emitter/Receiver's GUI

- I don't know why didn't max tier CEU/CEF show up in creative tabs... Didn't it got registered? I don't know, but it's there now.