Eternal pedestals fix
This commit is contained in:
parent
86a37e5770
commit
7e7dad084e
2 changed files with 3 additions and 4 deletions
|
@ -37,8 +37,6 @@ public class PedestalItemRenderer<T extends PedestalBlockEntity> implements Bloc
|
|||
BlockState state = world.getBlockState(blockEntity.getBlockPos());
|
||||
if (!(state.getBlock() instanceof PedestalBlock)) return;
|
||||
|
||||
System.out.println(state.getBlock());
|
||||
|
||||
ItemStack activeItem = blockEntity.getItem(0);
|
||||
|
||||
matrices.pushPose();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue