Fixed thingies not being in the right creative tab
This commit is contained in:
parent
43cf672769
commit
5ebdfab827
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ public abstract class BlockImprintable extends BlockALMachine
|
||||||
{
|
{
|
||||||
public BlockImprintable(String name, int id, Material material, CreativeTabs creativeTab)
|
public BlockImprintable(String name, int id, Material material, CreativeTabs creativeTab)
|
||||||
{
|
{
|
||||||
super(name, id, material, creativeTab);
|
super(id, material);
|
||||||
|
this.setBlockName(name);
|
||||||
|
this.setCreativeTab(creativeTab);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue