changed creative tab loading

This commit is contained in:
Robert 2013-12-12 22:02:54 -05:00
parent 08231cfbcc
commit 36bae2fa55
3 changed files with 1 additions and 1 deletions

BIN
docs/fraunhoferspider.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
docs/lettucerobot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

View file

@ -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()));
}
}