Added Builder to creative inventory
This commit is contained in:
parent
ebb08b8456
commit
450ca9e59e
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ public class BlockBuilder extends BlockContainer {
|
|||
blockTextureTop = 3 * 16 + 6;
|
||||
blockTextureFront = 3 * 16 + 7;
|
||||
setHardness(0.7F);
|
||||
setCreativeTab(CreativeTabs.tabRedstone);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue