-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor iconsets folder #3381
Closed
Closed
Refactor iconsets folder #3381
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
de36635
Change Seismic Prospector top face to north face
BlueHero233 2cbb425
Remove "_POTIONBREWER" from file name since its already inside potion…
BlueHero233 9a9bdc1
Make Steel and Bronze Machinery use already existing textures from ba…
BlueHero233 d6afaa5
Move Steam Furnace, Mass Fabricator, Scanner, Gene Extractor, Replica…
BlueHero233 02625ae
Added new texture for RTG instead of reusing naquadah reactor textures
BlueHero233 07d2dca
Remove unused textures from api (and organize them a bit)
BlueHero233 de69013
Miniscule detail
BlueHero233 a1be025
Merge branch 'master' into small-fixes
Dream-Master e5d2cca
Merge branch 'master' into small-fixes
Dream-Master cbcefc5
Merge branch 'master' into small-fixes
Dream-Master 62b87e8
Merge branch 'master' into small-fixes
BlueHero233 5b61818
Remove boolean
BlueHero233 567be79
Texture Rename and Redo
BlueHero233 1fc457c
Merge branch 'master' into small-fixes
BlueHero233 6c692f7
Add New Textures for Charcoal Pit instead of reusing Rockbreaker
BlueHero233 ccba0c9
Add New Textures for Advanced Seismic Prospector instead of reusing R…
BlueHero233 5f044b1
Merge branch 'master' into small-fixes
Dream-Master 48bdaea
Merge branch 'master' into small-fixes
BlueHero233 d4342ce
Merge branch 'master' into small-fixes
BlueHero233 641d916
Merge branch 'master' into small-fixes
BlueHero233 f8a3b4a
Merge branch 'master' into small-fixes
Dream-Master d38e8f1
Merge branch 'master' into small-fixes
BlueHero233 9c79c13
Merge branch 'master' into small-fixes
Dream-Master a875e17
Merge branch 'master' into small-fixes
Dream-Master f1696e6
Merge branch 'master' into small-fixes
Dream-Master 3ee027c
Merge branch 'master' into small-fixes
Dream-Master c0a6d79
Merge branch 'master' into small-fixes
Dream-Master bac3715
Merge branch 'master' into small-fixes
Dream-Master 197a52f
Merge branch 'master' into small-fixes
Dream-Master 113198f
Merge branch 'master' into small-fixes
Dream-Master File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why change these all to no longer use the fields in
Textures
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When making my resource pack, it was bothering me that the rock breaker texture was being reused on other machines that definetely didnt look or work like a rock breaker, so along with creating a different texture for such machines, i also moved them to basicmachines, as a way to keep single block machine textures consistent instead of adding more fields to the textures enum and making the iconsets folder even bigger