forked from xsun2001/Applied-Energistics-2-Unofficial
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the interface and finish the whole function. (#427)
* Add network bytes infomation for network status gui * Add network bytes infomation for network status gui * Update src/main/java/appeng/me/cache/GridStorageCache.java Co-authored-by: Andrei Antropov <q.laiff@gmail.com> * swap some of Class.forName to instanceof * make cache update delay * make cache update delay * Change error conditions * Change delay from 1000t(50s) to 100t(5s) * Let cache update data at the beginning * Add a cfg that can change the cache update rate * Add fluid bytes information * Add essentia status and change gui form * Apply the spotlessApply * Delete useless rows * Delete useless rows * Revert "Merge branch 'GTNewHorizons:master' into master" This reverts commit 01dde62, reversing changes made to d09184e. * Revert "Revert "Merge branch 'GTNewHorizons:master' into master"" This reverts commit 864bbd4. * back roll some commits * delete incorrect import and depends delete non compliant depends * Change interface's name * Remove wrong annotations * Add new AdvancedNetworkTool only text and texture, wait to implement the actual functions. * Add the Advanced Network Tool gui * Add the advanced toolbox for other Gui * Update Build Script * Add recipe into AE and fix some issue * Fix the wrong info when cell in ME chest * Add external buttons for advanced network status Actual function still working on it * merge with main branch Update Settings.java * Apply spotless * Add external Gui for advanced network tool * Add more info to new Gui * Apply spotless * Replace some class to interface * Add chinese lang for #426 * Change the trans to better version * Fix some problem and finish some function Finish the data statistics, Change the interface function, Add depends for testing. * Change variables to constants, and change depends --------- Co-authored-by: Andrei Antropov <q.laiff@gmail.com>
- Loading branch information
Showing
7 changed files
with
96 additions
and
25 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
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
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
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
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
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
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