Skip to content

v2.1.5 - Work branch#136

Draft
Ethryan wants to merge 10 commits intomasterfrom
2.1.5
Draft

v2.1.5 - Work branch#136
Ethryan wants to merge 10 commits intomasterfrom
2.1.5

Conversation

@Ethryan
Copy link
Owner

@Ethryan Ethryan commented Dec 9, 2025

No description provided.

@ZombieChamp ZombieChamp marked this pull request as draft December 10, 2025 07:47
ZombieChamp and others added 9 commits December 31, 2025 00:25
* update: Glass to latest official branch of Classic Faithful x32

* add: All missing CTM textures from official Classic Faithful x32

* update: Latest bookshelf texture from Classic Faithful x32

* add: Missing cherry tree particles

* add: missing "blank" textures
* Rotate screwdrivers to match with base GTNH

see GTNewHorizons/GT5-Unofficial#3640

Using a modified version of that bash snippet, I ran:
```sh
find assets/gregtech/textures -type f -iname "*screwdriver*.png" ! -iname "*multitool*" | \
while read file; do
  echo "Processing: $file"
  magick "$file" -flip -rotate 180 "$file"
done
```

* Revert rotation for magnetic tool head screwdriver

No idea why only an individual texture was different, but here is a
revert of that change on one file.
* fix: Correct 2 pixels colour on Stickreed Stage 4

* add: Steam Centrifuge/Mixer Front

* add: Toolbox GUI

* fix: Mixer progress bar colour clipping

* fix: NEI side tab placement

* add: Side chest GUI

* fix: Correct Power Junction GUI

* add: fuel texture

* fix: remove unused textures

* add: #140 Continue Vibrant alloy GT Textures

* Revert "add: #140 Continue Vibrant alloy GT Textures"

This reverts commit 2874ccd.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants