Changes for 3.2.1 build.

This commit is contained in:
SirSengir 2012-11-29 18:35:48 +01:00
parent 14e3ed13af
commit 68544e1f9f
3 changed files with 16 additions and 4 deletions

View file

@ -0,0 +1,12 @@
CHANGELOG
3.2.1
- API: Inventory triggers can now be ISided.
- Changed: Improvements to reduce bandwith used for pipe updates and size of liquid pipe updates.
- Changed: Localization definitions can now inherit from other definition files. (psxlover's PR.)
- Bugfix: Fixed tooltips updating only on click in gate interface.
- Bugfix: Fixed laser placement. (psxlover's PR.)
- Bugfix: Combustion engine, refinery and pump should be able to handle metadata based liquids now. (gishicrafter's PR.)
- Bugfix: Fixed incorrect handling of power providers on quarries. (tcooc's PR.)
- Bugfix: Trees growing should not destroy pipes anymore. (tcooc's PR.)
- Bugfix: Now using Forge autoassign for block and item ids. (AtomicStryker's PR.)

View file

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit! #Build Number for ANT. Do not edit!
#Tue Nov 20 22:06:58 CET 2012 #Thu Nov 29 18:32:25 CET 2012
build.number=7 build.number=8

View file

@ -17,8 +17,8 @@
<property name="mc.version" value="1.4.5"/> <property name="mc.version" value="1.4.5"/>
<property name="mcp.version" value="723"/> <property name="mcp.version" value="723"/>
<property name="forge.version" value="6.4.0.394"/> <property name="forge.version" value="6.4.1.408"/>
<property name="bc.version" value="3.2.0"/> <property name="bc.version" value="3.2.1"/>
<property name="bc.version.full" value="${bc.version}"/> <property name="bc.version.full" value="${bc.version}"/>
<echo message="Starting build for ${bc.version.full}"/> <echo message="Starting build for ${bc.version.full}"/>