Fix Reinforced Glass
This commit is contained in:
parent
463740ac99
commit
430a3313c4
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class BlockReinforcedGlass extends BaseBlock implements ITexturedBlock {
|
|||
|
||||
@Override
|
||||
public String getTextureNameFromState(IBlockState arg0, EnumFacing arg1) {
|
||||
return prefix + "reinforcedglass";
|
||||
return prefix + "reinforced_glass";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue