Merge branch 'tambry-6.0.x' into 6.0.x
This commit is contained in:
commit
5387fe1889
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue