diff options
| author | YannickMG <yannickmg@gmail.com> | 2021-12-23 17:40:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-23 23:40:28 +0100 |
| commit | 9f4ea5d9d65607cc1563ea493b5a989862c4aefe (patch) | |
| tree | 4f31b3cf3a20f34dda1c4f5b59ae05a456515251 /gradle.properties | |
| parent | c88ea3b647fa3b816876fd93d328c9c4d7790dce (diff) | |
| download | GT5-Unofficial-9f4ea5d9d65607cc1563ea493b5a989862c4aefe.tar.gz GT5-Unofficial-9f4ea5d9d65607cc1563ea493b5a989862c4aefe.tar.bz2 GT5-Unofficial-9f4ea5d9d65607cc1563ea493b5a989862c4aefe.zip | |
Tooltip rework (#13)
* Draft for unified build script
* Update gradle, build script and streamline dependencies
* Fixed string typos
Fixed VisualProspecting vein name missing whitespace
* Several dimension name fixes:
- Handle tooltip display for individual recipes when multiple are visible
- Don't hide the background when tooltip is shown
- Tooltip trigger area more precise
- Dimension names appear in progression order both in abbreviated and tooltip forms
- Customizable dimension name tooltip max line count
* Removed some dead code
Especially asteroid handling separate from vein handling
There's more still to remove
* Javadoc for StringPaddingHack class
Also comment cleanup
* Fixed more misnamed dimensions
Co-authored-by: Johann Bernhardt <johann.bernhardt@tum.de>
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index dd5be647af..1ddcad1bf9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -39,7 +39,7 @@ apiPackage = # Specify the configuration file for Forge's access transformers here. I must be placed into /src/main/resources/META-INF/ # Example value: mymodid_at.cfg -accessTransformersFile = +accessTransformersFile = gtneioreplugin_at.cfg # Provides setup for Mixins if enabled. If you don't know what mixins are: Keep it disabled! usesMixins = false |
