Conversation
* 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.