Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-30 | [ci skip] spotlessApply with the new settings | Jason Mitchell | |
2022-08-27 | Update buildscript & apply spotless (#1306) | Raven Szewczyk | |
* Update dependencies * Update buildscript, apply spotless | |||
2021-05-21 | feat(render): implementation-free api texture factory | Léa Gris | |
Provides an implementation-free API Texture factory an builder. Deprecates gregtech.api.objects.GT_*Texture.java classes Once all GregTech add-on will be migrated to the new implemnetation-free API, changes to the implementation will not affect the add-on. For now, this API allow rendering of in-world glow textures. In-inventory/hand rendering of glow texture require implementation changes that are postponed until no add-on uses the deprecated embedded implementation API. |