Merge branch 'tambry-6.0.x' into 6.0.x

This commit is contained in:
SpaceToad 2014-05-04 23:38:45 +02:00
commit 5387fe1889
2 changed files with 4 additions and 3 deletions

View file

@ -81,7 +81,7 @@ this repository will have to be rejected.
add the following to your build.gradle file
```
dependencies {
compile 'com.mod-buildcraft:buildcraft:5.0.0.+:dev'
compile 'com.mod-buildcraft:buildcraft:6.0.8:dev'
}
```
where `5.0.0` is the desired version of BuildCraft
where `6.0.8` is the desired version of BuildCraft

View file

@ -58,7 +58,8 @@ public class TileLaser extends TileBuildCraft implements IActionReceptor, IMachi
@Override
public void initialize () {
super.initialize();
laser.isVisible = false;
laser.head = new Position(xCoord, yCoord, zCoord);
laser.tail = new Position(xCoord, yCoord, zCoord);
}