GregTechCEu / GregTech

GregTech CE 1.12 fork continuing progression and development
GNU Lesser General Public License v3.0
227 stars 174 forks source link

Terminal power drain off by 20x #1353

Closed SRabbelier closed 1 year ago

SRabbelier commented 1 year ago

GregTech CEu Version

2.4.5-beta

Modpack Used

Nomifactory (GTCEu Port) by tracer4b

Addons Installed

No response

Environment

Open to LAN

New Worlds

Yes

Cross-Mod Interaction

No

Expected Behavior

World Prospector app usable for 375s on a single LV battery

Actual Behavior

Use World Prospector for a mere 18.75 seconds (estimated)

Steps to Reproduce

Additional Information

My guess is the cost is per tick, rather than per second.

ALongStringOfNumbers commented 1 year ago

Can confirm that something is off with the terminal power drain.

Caedis commented 1 year ago

Issue is once the world prospector is running, it changes to calling discharge every tick from every second https://github.com/GregTechCEu/GregTech/blob/master/src/main/java/gregtech/common/items/behaviors/TerminalBehaviour.java#L60