changed creative tab loading
This commit is contained in:
parent
08231cfbcc
commit
36bae2fa55
3 changed files with 1 additions and 1 deletions
BIN
docs/fraunhoferspider.jpg
Normal file
BIN
docs/fraunhoferspider.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
BIN
docs/lettucerobot.jpg
Normal file
BIN
docs/lettucerobot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
|
@ -13,7 +13,7 @@ public abstract class BlockFT extends BlockMachine
|
|||
|
||||
public BlockFT(Class<? extends BlockMachine> blockClass, String name, Material material)
|
||||
{
|
||||
super(new BlockBuildData(blockClass, name, material).setCreativeTab(DMCreativeTab.tabIndustrial));
|
||||
super(new BlockBuildData(blockClass, name, material).setCreativeTab(DMCreativeTab.tabIndustrial()));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue