Its gets to main menu
This commit is contained in:
parent
cc0b762b56
commit
32f25a0141
35 changed files with 221 additions and 215 deletions
|
@ -18,9 +18,9 @@ public class BlockReinforcedGlass extends BaseBlock implements ITexturedBlock {
|
|||
setCreativeTab(TechRebornCreativeTabMisc.instance);
|
||||
setHardness(4.0F);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean isOpaqueCube() {
|
||||
public boolean isOpaqueCube(IBlockState state) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue