Fixes #481 and Fixes empty cell texture
This commit is contained in:
parent
e01e4be209
commit
f39a047f49
2 changed files with 3 additions and 4 deletions
|
@ -10,6 +10,7 @@ public class EmptyCell extends ItemTextureBase {
|
|||
|
||||
public EmptyCell()
|
||||
{
|
||||
super();
|
||||
setUnlocalizedName("techreborn.cell");
|
||||
setCreativeTab(TechRebornCreativeTab.instance);
|
||||
}
|
||||
|
@ -20,6 +21,6 @@ public class EmptyCell extends ItemTextureBase {
|
|||
|
||||
@Override
|
||||
public int getMaxMeta() {
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue