BuildCraft 7.1.16

This commit is contained in:
asiekierka 2016-03-18 14:16:05 +01:00
parent ea7cb8a9ec
commit bf6529ed05
4 changed files with 11 additions and 4 deletions

View file

@ -22,7 +22,7 @@ apply plugin: 'forge' // adds the forge dependency
apply plugin: 'maven' // for uploading to a maven repo
apply plugin: 'checkstyle'
version = "7.1.15"
version = "7.1.16"
group= "com.mod-buildcraft"
archivesBaseName = "buildcraft" // the name that all artifacts will use as a base. artifacts names follow this pattern: [baseName]-[appendix]-[version]-[classifier].[extension]

View file

@ -0,0 +1,9 @@
Bugs fixed:
* [#3254] Shutdown robots glitching through blocks in certain conditions (asie)
* [#3253] Rare NPE in BlockGenericPipe with Logistics Pipes (asie)
* [#3234] Engines don't properly power machines on multiple sides (asie)
* [#3211] Knight Robots not dropping/unloading weapons (asie)
* [#3159] Knight Robots not using the Attack Damage boost on weapons (asie)
* [#3156] Achievement tab crash upon disabling certain items (asie)
* [#3131] NPE in FacadeRenderHelper (asie)

View file

@ -1,3 +1,3 @@
1.6.4:BuildCraft:4.2.2
1.7.2:BuildCraft:6.0.16
1.7.10:BuildCraft:7.1.15
1.7.10:BuildCraft:7.1.16

View file

@ -8,8 +8,6 @@
*/
package buildcraft.robotics.ai;
import java.util.List;
import buildcraft.api.robots.AIRobot;
import buildcraft.api.robots.EntityRobotBase;