Skip to content

Commit

Permalink
Engines should have a block name
Browse files Browse the repository at this point in the history
  • Loading branch information
CovertJaguar committed Nov 26, 2012
1 parent c531ade commit df33b90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/buildcraft/energy/BlockEngine.java
Expand Up @@ -35,6 +35,7 @@ public BlockEngine(int i) {

setHardness(0.5F);
setCreativeTab(CreativeTabs.tabRedstone);
setBlockName("engineBlock");
}

@Override
Expand Down

0 comments on commit df33b90

Please sign in to comment.