Changes for 3.5.1 build.

This commit is contained in:
SirSengir 2013-05-03 16:42:41 +02:00
parent c01fd677b6
commit 27a7d1e3eb
3 changed files with 30 additions and 5 deletions

View file

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Sat Apr 13 18:51:41 CEST 2013
build.number=24
#Fri May 03 16:39:34 CEST 2013
build.number=25

View file

@ -15,9 +15,9 @@
<property name="clientsrc.dir" value="${mcp.dir}/src/minecraft"/>
<property name="mc.version" value="1.5.1"/>
<property name="forge.version" value="7.7.1.650"/>
<property name="bc.version" value="3.5.0"/>
<property name="mc.version" value="1.5.2"/>
<property name="forge.version" value="7.8.0.684"/>
<property name="bc.version" value="3.5.1"/>
<property name="bc.version.full" value="${bc.version}"/>
<echo message="Starting build for ${bc.version.full}"/>

View file

@ -0,0 +1,25 @@
# 3.5.1
- Added: Oil springs. (CovertJaguar)
- Changed: Several improvements to oil spawn. Oil lakes can now also spawn in other biomes. (CovertJaguar)
- Changed: Better API for pipe connections. (Krapht, Flow86)
- Changed: Moved block registration to FML. (CovertJaguar)
- Changed: Decreased packet size for pipe synch. (Krapht)
- Changed: Wrenches now also use Forge's rotation methods. (CovertJaguar)
- Changed: Proper blending when rendering liquids in tanks or pipes. (CovertJaguar)
- Changed: Several updates to fluid blocks. (CovertJaguar)
- Changed: Added synching of NBT data for items in pipes. (davboecki)
- Changed: Improved refinery render. (CovertJaguar)
- Changed: Renamed the hopper to chute. (CovertJaguar)
- Changed: Some minor optimizations to engines and their rendering. (CovertJaguar)
- Bugfix: Fixed redstone engine lockups. (CovertJaguar)
- Bugfix: Fixed gate rendering. (Krapht)
- Bugfix: Fixed NPE when destroying markers. (Prototik)
- Bugfix: Added correct particle textures for engines. (viliml)
- Bugfix: Include all metadata versions when generating facades. (Krapht)
- Bugfix: Fix pipe textures not being refreshed correctly when switching texture packs. (Krapht)
- Bugfix: Fixed several bad texture bindings in TESRs. (CovertJaguar)
- Bugfix: Iterate over all inventory slots and do not stop on first invalid slot when inserting via pipes. (Need4Speed402)
- API: IMC calls to ban oil from certain biomes or allow oil lakes in them. (CovertJaguar, h/t Aroma1997)