Skip to content

Commit c30bb62

Browse files
authored
docs: Replace logo in some docs with latest and make docs more detailed (#23)
* Update icon and readme document. * Update a correct size logo and ignore it in packwiz.
1 parent a8e31e1 commit c30bb62

6 files changed

Lines changed: 51 additions & 24 deletions

File tree

.packwizignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ packwiz
4848

4949
# modpack
5050
/docs/
51+
logo.png

README.md

Lines changed: 47 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,55 @@
1-
# ![logo](icon.png "GregTech Lite Modpack Logo") GregTech Lite
1+
# GregTech Lite <img src="logo.png" alt="logo" width="160" align="right" style="margin-left: 16px; vertical-align: middle">
22

3-
A Minecraft 1.12.2 Modpack for GregTech CEu.
3+
[![MC Version](https://img.shields.io/badge/MC%20Version-%201.12.2%20Forge-brightgreen.svg)][Forge]
4+
[![Modpack License](https://img.shields.io/badge/Modpack%20License-GNU%20AGPL%203.0-blue.svg)][AGPL License]
5+
[![Assets License](https://img.shields.io/badge/Assets%20License-CC%20BY--NC--SA%203.0-yellow.svg)][CC License]
6+
[![Questbook License](https://img.shields.io/badge/Questbook%20License-CC%20BY--NC--ND%203.0-red.svg)][CC License]
47

5-
## :crystal_ball: License
8+
**GregTech Lite** (GTLite) is the modpack centered around the [**GregTech CE Unofficial**][GTCEu] mod, offering a substantial yet streamlined GregTech experience.
69

7-
- GregTech Lite Core
8-
- Copyright (c) Magic_Sweepy & Gate Guardian
9-
- [![License](https://img.shields.io/badge/License-Apache2.0-red.svg?style=flat-square)](http://www.apache.org/licenses/)
10-
- GregTech Lite Modpack
11-
- Copyright (c) Magic_Sweepy & Gate Guardian
12-
- [![License](https://img.shields.io/badge/License-AGPLv3-blue.svg?style=flat-square)](https://gitlab.com/gregtech-lite/gregtech-lite/-/blob/main/license)
13-
- Texts, Translations and Questbook contents
14-
- Copyright (c) Magic_Sweepy
15-
- [![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%203.0-yellow.svg?style=flat-square)](https://creativecommons.org/licenses/by-nc-sa/3.0/)
16-
- Independently copyrighted Textures and Models
17-
- Copyright (c) Magic_Sweepy & U.M.T
18-
- [![License](https://img.shields.io/badge/License-CC%20BY--NC--SA%203.0-yellow.svg?style=flat-square)](https://creativecommons.org/licenses/by-nc-sa/3.0/)
10+
## :books: Features
1911

20-
## :coffee: Credits
12+
We provided carefully curated GregTech-focused gameplay experience with integrated content and consistent recipe design.
13+
14+
- **Balanced Progression and Streamline**: Substantial content without excessive complexity, designed for a pure GregTech environment.
15+
- **Unified Recipe Style**: All recipes from supported mods have been redesignedd to follow GregTech's philosophy and balancing.
16+
- **Completed Early to Endgame Content**: Includes rebalanced all game stages and expanded endgame content (up to *Maximum Voltage*), inspired by [**GregTech 5 Unofficial**][GT5u] and [**Gregicality: Legacy**][GCYL].
17+
- **Recipe Simplification & QoL**: Streamlined recipes, reduced grind and QoL adjustments throughout. New chemistry and ore processing lines, existed chemistry line adjustments.
18+
- **Rich World Generation**: Expanded underground ecology and additional trees, building blocks and berries, inspired by [**GregTech 6**][GT6] and [**GregTech Food Option**][GTFO].
19+
- **Integrated Mod Compatibility** – Smooth integration and QoL tweaks for various supporting mods, e.g. [**Applied Energistics 2**][AE2uEL] and [**EnderIO**][EIOC].
20+
21+
## :coffee: License
22+
23+
For details, all licensing information consists of several parts for the modpack, basically, the modpack is licensed under the [**GNU AGPL 3.0**][AGPL License].
24+
Regarding the attribution of textures and code, please refer to the credit contents below and [credit contents in core mod][Core Credits].
25+
26+
Note that we designed [notice](NOTICE.md) file for additional licenses, consists of some licensing assets (background, logo and some textures), e.t.c.
27+
28+
### Credits
2129

2230
Thanks for all the credit authors, it's your hard work that has brought about these wonderful contents:
2331

24-
- Dynamic textures, Turbine Casing textures are from [GT5u](https://github.com/GTNewHorizons/GT5-Unofficial),
25-
this mod is on [GNU LGPL-3.0 License](https://github.com/GTNewHorizons/GT5-Unofficial/blob/master/LICENSE.txt).
26-
- Batteries textures are from [Gregicality Legacy](https://github.com/GregTechCEu/gregicality-legacy),
27-
this mod is on [GNU GPL-3.0 License](https://github.com/GregTechCEu/gregicality-legacy/blob/master/LICENSE).
32+
- We port some [**GT5u**][GT5u] textures, this mod is licensed under the [GNU LGPL-3.0][GT5u License]. All references of the mod consists of the following contents:
33+
- Animated circuit textures for original GregTech circuits and mod expanded circuits.
34+
- Turbine casing textures which different with it correspondenced metal casing textures.
35+
- Some animated item textures, e.g. gravistar.
36+
37+
Salute and thank all credit authors :)
38+
39+
[Apache License]: http://www.apache.org/licenses/
40+
[AGPL License]: https://github.com/GregTechLite/GregTech-Lite-Modpack/blob/main/LICENSE
41+
[CC License]: https://creativecommons.org/licenses/by-nc-sa/3.0/
42+
[CC ND License]: https://creativecommons.org/licenses/by-nc-nd/3.0/
43+
44+
[Forge]: https://files.minecraftforge.net/net/minecraftforge/forge/index_1.12.2.html
45+
[GTCEu]: https://github.com/GregTechCEu/GregTech
46+
[GT5u]: https://github.com/GTNewHorizons/GT5-Unofficial
47+
[GT6]: https://github.com/GregTech6/gregtech6
48+
[GCYL]: https://github.com/GregTechCEu/gregicality-legacy
49+
[GTFO]: https://github.com/bruberu/GregTechFoodOption
50+
[AE2uEL]: https://github.com/AE2-UEL/Applied-Energistics-2
51+
[EIOC]: https://github.com/MorphismMC/EnderIO-Continuous
52+
53+
[GT5u License]: https://github.com/GTNewHorizons/GT5-Unofficial/blob/master/LICENSE.txt
2854

29-
Salute and thank all credit authors :)
55+
[Core Credits]: https://github.com/GregTechLite/GregTech-Lite-Core/blob/main/README.md#credits

icon.png

4.76 KB
Loading

index.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ hash = "62f4fd4e71300ce77548c58454fd926e1a035b70311bf1e19ab9a937d74775d4"
4242

4343
[[files]]
4444
file = "config/betterquesting/DefaultQuests/QuestLines/171786803.json"
45-
hash = "235e5c428fa68c5ad533e6616940915ac851e95b5e8c77db3ce1a9add576ac9e"
45+
hash = "ee1ef609c3679d3a50805f63654bb1bdce012e9184416c160e43f754bad14664"
4646

4747
[[files]]
4848
file = "config/betterquesting/DefaultQuests/QuestLines/1754878463.json"
@@ -2550,7 +2550,7 @@ hash = "b583e3ca86336603797c1267aa3afe1ad635166c2977e423a7df9dac9ba92094"
25502550

25512551
[[files]]
25522552
file = "icon.png"
2553-
hash = "ae8f9382249cbdd160bf757cf70348468072db76805963c8351c5c10606610ce"
2553+
hash = "78b5fdc7f5945756104be53854115c89cb38b4714183af86b07c6f7377e8685c"
25542554

25552555
[[files]]
25562556
file = "mods/ae2-crafting-tree-legacy.pw.toml"

logo.png

8.25 KB
Loading

pack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
66
[index]
77
file = "index.toml"
88
hash-format = "sha256"
9-
hash = "3c2dc5d244011a29691527430fbd129c1a11215a8a442db7628b7197e0a226a7"
9+
hash = "b15e33b81279cacb664d1a51831878ae566b50d6812408b5ac8edca624567115"
1010

1111
[versions]
1212
forge = "14.23.5.2860"

0 commit comments

Comments
 (0)