🌐 Language / 语言
An Applied Energistics-style UI resource pack adapted for Minecraft 1.20, providing a unified AE-style interface for multiple mods while optimizing the text and texture display effects of the UI, including certain text and texture corrections.
We have added AE-style UIs for a large number of mods, available in both light and dark versions, such as:
- Farmer's Delight
- Sophisticated Storage / Core
- Avaritia
- ……UIs for other mods are currently in the pipeline.
- Supports Minecraft 1.20
- Light & Dark variants included
- Dual-style UI Resources
Provides two UI resource packs:
LightModeandDarkMode, catering to different players' visual preferences. - Multi-mod Compatibility Adds AE-style interface adaptations for multiple popular Minecraft mods, covering survival, storage, and tech mods, ensuring visual consistency across different mod interfaces.
- UI Detail Optimization Includes UI text corrections and texture fixes, repairing display flaws in some mod UIs to enhance the interface's aesthetics and readability.
- Modpack-specific Adaptation Specially adapted for the GregTech-Odyssey (GTO) modpack, perfectly compatible with the mod environment of this modpack.
- Lightweight Adaptation Only modifies UI-related resources without affecting the core functional logic of the mods, fully compatible with the original functions of the mods.
- Obtain the Resource Pack
You can directly download the latest version of the resource pack from the Releases page of the repository, or clone the repository and package it locally:
git clone https://github.com/LeeQianXi/AE-1.20-UI.git cd ./AE-1.20-UI/scripts bash pack.sh cd ../pack/
- Installation Steps
- Place the downloaded or cloned resource pack folder / compressed package into the
resourcepacksdirectory of Minecraft - Launch Minecraft, in the "Options - Resource Packs" interface, move this resource pack to the top of the resource pack list
- After applying the resource pack, you can experience the AE-style UI interface
- Place the downloaded or cloned resource pack folder / compressed package into the
Currently adapted mods include:
- Farmers' Delight
- Sophisticated Storage
- Avaritia
- More mod UI adaptations are under continuous development.
AE-1.20-UI/
├── docs/ # Repository documentation
├── LightMode/ # Light theme UI resources, containing all interface textures and configurations under this theme
├── DarkMode/ # Dark theme UI resources, containing all interface textures and configurations under this theme
├── scripts/ # Script files related to resource pack building
├── Tools/ # Pixel replacement tool used for texture creation
├── .gitignore # Git version control ignore rules file, defining content that does not need to be included in version control
├── README.md # Project quick description document
- GregTech-Odyssey (GTO): Specially adapted for this modpack, this resource pack can be used directly in this modpack to obtain a unified AE-style interface experience.
- This resource pack needs to be placed at the top of the resource pack list, otherwise its UI effects may be overwritten by other resource packs
- This resource pack is incompatible with other AE-style UI resource packs, please disable other UI resource packs of the same type when using
- Only supports Minecraft 1.20.x series versions, not compatible with other versions of the Minecraft client
If you want to participate in the development of this project, adapt AE-style UIs for more mods, or feedback UI display issues, you are welcome to participate through the following ways:
- Submit issue feedback, feature suggestions, or propose mods to be adapted later on the Issues page of the repository
- Fork the repository and submit a Pull Request to contribute your adaptation content