AS 0.2.2 Release
This commit is contained in:
parent
41de6381e1
commit
25c417322e
5 changed files with 3 additions and 9 deletions
|
@ -1 +1 @@
|
||||||
42
|
43
|
||||||
|
|
1
info.txt
1
info.txt
|
@ -38,3 +38,4 @@ Minecraft 1.4.5
|
||||||
* AssemblyLine_v0.2.1.40.jar AssemblyLine_v0.2.1.40_api.zip
|
* AssemblyLine_v0.2.1.40.jar AssemblyLine_v0.2.1.40_api.zip
|
||||||
@ AssemblyLine_v0.2.2.41.jar AssemblyLine_v0.2.2.41_api.zip
|
@ AssemblyLine_v0.2.2.41.jar AssemblyLine_v0.2.2.41_api.zip
|
||||||
@ AssemblyLine_v0.2.2.42.jar AssemblyLine_v0.2.2.42_api.zip
|
@ AssemblyLine_v0.2.2.42.jar AssemblyLine_v0.2.2.42_api.zip
|
||||||
|
* AssemblyLine_v0.2.2.43.jar AssemblyLine_v0.2.2.43_api.zip
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.2.1
|
0.2.2
|
||||||
|
|
|
@ -28,8 +28,6 @@ public class TileEntityRejector extends TileEntityFilterable
|
||||||
public TileEntityRejector()
|
public TileEntityRejector()
|
||||||
{
|
{
|
||||||
super();
|
super();
|
||||||
// ElectricityConnections.registerConnector(this, EnumSet.of(ForgeDirection.DOWN,
|
|
||||||
// ForgeDirection.EAST, ForgeDirection.WEST, ForgeDirection.NORTH, ForgeDirection.SOUTH));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -41,11 +41,6 @@ public class TileEntityDetector extends TileEntityFilterable
|
||||||
ItemStack itemStack = e.func_92014_d();
|
ItemStack itemStack = e.func_92014_d();
|
||||||
|
|
||||||
powerCheck = this.isFiltering(itemStack);
|
powerCheck = this.isFiltering(itemStack);
|
||||||
|
|
||||||
/*
|
|
||||||
* if (this.isInverted) { if (!found) { powerCheck = true; } else {
|
|
||||||
* powerCheck = false; } } else if (found) { powerCheck = true; break; }
|
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue