Applied-Energistics-2
Applied-Energistics-2 copied to clipboard
Implement ElapsedTimeTracker to support AEKeyType AmountPerUnit scaling
Implement #7321, and replace #8045.
This is by adding internal scaling to keep the tracker as an integer.
Possible issue: broken changes due to NBT data in the disk may be invalid.
Updated to newest commit
Please run the spotlessApply Gradle task for proper code formatting and for the automated build to pass.
Please run the
spotlessApplyGradle task for proper code formatting and for the automated build to pass.
Hi 62832, thanks for reminding me. I have applied the spotless format check and passed the checks. And also there is a back port for 1.20.1 on #8171
This doesn't actually work for me , it continually shows "0 crafted" when crafting water in the test world.
I am changing this to sync the percentage to clients and internally track the work by type...
Since you didn't enable the checkbox to allow comitters access, I'll have to open my own PR with the changes
Opened https://github.com/AppliedEnergistics/Applied-Energistics-2/pull/8266 with the changes