Skip to content

Commit

Permalink
sboblss
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Dec 21, 2023
1 parent 8a96ecd commit cba78d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
package gregtech.common.metatileentities.storage;

import codechicken.lib.render.CCRenderState;
import codechicken.lib.render.pipeline.IVertexOperation;
import codechicken.lib.vec.Matrix4;

import gregtech.api.capability.GregtechCapabilities;
import gregtech.api.capability.IEnergyContainer;
import gregtech.api.metatileentity.MetaTileEntity;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public boolean isPowered() {
@Override
public void renderMetaTileEntity(CCRenderState renderState, Matrix4 translation, IVertexOperation[] pipeline) {
for (EnumFacing facing : EnumFacing.VALUES) {
//todo add inactive texture for unpowered state
// todo add inactive texture for unpowered state
if (facing == getFrontFacing()) {
Textures.QUANTUM_CONTROLLER_FRONT.renderSided(facing, renderState, translation, pipeline);
Textures.QUANTUM_CHEST_OVERLAY.renderSided(facing, renderState, translation, pipeline);
Expand Down

0 comments on commit cba78d6

Please sign in to comment.