Skip to content

Commit

Permalink
changed textures a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Apr 26, 2024
1 parent dce5c61 commit 582056b
Show file tree
Hide file tree
Showing 30 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/src/main/java/trinsdar/gt4r/data/Textures.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ public class Textures {

public static final ITextureHandler BASE_HANDLER = (m, t, s) -> new Texture[]{
new Texture(GT4RRef.ID, "block/machine/base/bottom_" + t.getId()),
new Texture(GT4RRef.ID, "block/machine/base/top_" + t.getId()),
new Texture(GT4RRef.ID, "block/machine/base/back_" + t.getId()),
new Texture(GT4RRef.ID, "block/machine/base/front_" + t.getId()),
new Texture(GT4RRef.ID, "block/machine/base/side_" + t.getId()),
new Texture(GT4RRef.ID, "block/machine/base/side_" + t.getId()),
new Texture(GT4RRef.ID, "block/machine/base/side_" + t.getId()),
new Texture(GT4RRef.ID, "block/machine/base/side_" + t.getId()),
new Texture(GT4RRef.ID, "block/machine/base/side_" + t.getId()),
};
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.

0 comments on commit 582056b

Please sign in to comment.