This commit is contained in:
AlgorithmX2
2014-06-07 23:29:57 -05:00
8 changed files with 55 additions and 18 deletions
+1
View File
@@ -25,6 +25,7 @@ public class BlockVibrationChamber extends AEBaseBlock
super( BlockVibrationChamber.class, Material.iron );
setfeature( EnumSet.of( AEFeature.PowerGen ) );
setTileEntiy( TileVibrationChamber.class );
setHardness( 4.2F );
}
@Override