This repository has been archived by the owner on May 25, 2024. It is now read-only.
forked from GlodBlock/GoodGenerator
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent Instant UCFE Explosions (#256)
* Add safety explosion counter to protect multi - Added a 10 second counter that fails the normal energy output in the UCFE, but also prevents it from exploding. This fixes the issue of starting it with some fuel in the inputs, and also on world load if EU is not extracted fast enough. * Clarify tooltip and shutdown on explosion - Added relevant information to tooltip; - Force shutdown of the multi after explosion, since it keeps running due to some weird structure check. * Shorten description lines and add structure info - Shortened the longest description lines since they were too long; - Added a note about needing to force structure check by powering on the multi; - Spotless. * Remove explosion possibility - Removed doExplosion from the EU generation part of the cody, now the machine only stops when the dynamo is full; - Renamed variables and changed comments and tooltip to match the way the code works now. * Change ticks to seconds in final variable * spotlessApply (#257) Co-authored-by: GitHub GTNH Actions <> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> (cherry picked from commit 6286ee0)
- Loading branch information
1 parent
0757dad
commit 8417ccd
Showing
1 changed file
with
34 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters