Skip to content

Commit

Permalink
fix: controller texture too
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Dec 1, 2024
1 parent 44d254d commit 678ac94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected BlockPattern createStructurePattern() {

@Override
public ICubeRenderer getBaseTexture(IMultiblockPart iMultiblockPart) {
return Textures.STABLE_TITANIUM_CASING;
return Textures.CLEAN_STAINLESS_STEEL_CASING;
}

@Nonnull
Expand Down

0 comments on commit 678ac94

Please sign in to comment.