Skip to content

Commit

Permalink
BuildCraft 7.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Jan 3, 2017
1 parent 790d05d commit dc7b112
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.18"
version = "7.1.19"
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]

Expand Down
5 changes: 5 additions & 0 deletions buildcraft_resources/changelog/7.1.19
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugs fixed:

* [#3451] Potentially fix Planter Robot item filter handling (AlexIIL)
* [#3316] Builder dupe bug (asie)

2 changes: 1 addition & 1 deletion buildcraft_resources/versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1.6.4:BuildCraft:4.2.2
1.7.2:BuildCraft:6.0.16
1.7.10:BuildCraft:7.1.18
1.7.10:BuildCraft:7.1.19
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@

import buildcraft.api.robots.AIRobot;
import buildcraft.api.robots.EntityRobotBase;
import buildcraft.core.lib.inventory.ITransactor;
import buildcraft.core.lib.inventory.Transactor;
import buildcraft.core.lib.inventory.filters.AggregateFilter;
import buildcraft.core.lib.inventory.filters.IStackFilter;
import buildcraft.robotics.statements.ActionRobotFilterTool;
import buildcraft.robotics.statements.ActionStationProvideItems;

public class AIRobotFetchAndEquipItemStack extends AIRobot {

Expand Down

0 comments on commit dc7b112

Please sign in to comment.