Skip to content

Commit

Permalink
Fix rendering issues
Browse files Browse the repository at this point in the history
  • Loading branch information
glowredman committed May 18, 2023
1 parent c4f2602 commit 5ed2aa0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import net.minecraft.item.ItemStack;
import net.minecraft.world.World;

import de.katzenpapst.amunra.AmunRa;
import de.katzenpapst.amunra.block.BlockMachineMetaDummyRender;
import de.katzenpapst.amunra.block.SubBlock;

Expand Down Expand Up @@ -51,6 +52,11 @@ public boolean isOpaqueCube() {
return false;
}

@Override
public int getRenderType() {
return AmunRa.msBoosterRendererId;
}

@Override
public void dropEntireInventory(final World world, final int x, final int y, final int z, final Block block,
final int par6) {}
Expand Down

0 comments on commit 5ed2aa0

Please sign in to comment.