more cleanup
This commit is contained in:
parent
72d46bfe72
commit
18962cd653
97 changed files with 352 additions and 387 deletions
|
@ -136,7 +136,7 @@ public class BlockRenderer
|
|||
// this.chestRenderer.renderChestBrightness(state.getBlock(), brightness);
|
||||
GlState.color(brightness, brightness, brightness, 1.0F);
|
||||
GL11.glRotatef(90.0F, 0.0F, 1.0F, 0.0F);
|
||||
TileEntityItemStackRenderer.instance.renderByItem(new ItemStack(state.getBlock()));
|
||||
TileEntityItemStackRenderer.instance.renderByItem(new ItemStack(state.getBlock().getItem()));
|
||||
break;
|
||||
|
||||
case 3:
|
||||
|
|
|
@ -597,7 +597,7 @@ public class WorldClient extends AWorldClient
|
|||
// for (int i1 = 0; i1 < 8; ++i1) {
|
||||
// this.spawnEntityFX(EnumParticleTypes.ITEM_CRACK, EnumParticleTypes.ITEM_CRACK.getShouldIgnoreRange(),
|
||||
// d131, d141, d161, random.gaussian() * 0.15D, random.doublev() * 0.2D, random.gaussian() * 0.15D,
|
||||
// new int[] {ItemRegistry.getIdFromItem(ItemRegistry.getItemFromBlock(Blocks.glass)), 0});
|
||||
// new int[] {ItemRegistry.getIdFromItem(Items.glass), 0});
|
||||
// }
|
||||
this.playSoundAtPos(blockPosIn, SoundEvent.GLASS, 1.0F);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue