Skip to content

Commit

Permalink
Changes for 3.5.0 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirSengir committed Apr 13, 2013
1 parent 4b82788 commit ffc11cc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions buildcraft_resources/build.number
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Fri Feb 22 17:54:19 CET 2013
build.number=19
#Sat Apr 13 18:51:41 CEST 2013
build.number=24
12 changes: 6 additions & 6 deletions buildcraft_resources/build.xml
Expand Up @@ -3,7 +3,7 @@
<!-- Properties -->

<property name="build.dir" value="build"/>
<property name="src.dir" value="buildcraft.131" />
<property name="src.dir" value="buildcraft.mc15" />
<property name="lang.dir" value="buildcraft.localization" />
<property name="resource.dir" value="mc.devel" />

Expand All @@ -15,9 +15,9 @@

<property name="clientsrc.dir" value="${mcp.dir}/src/minecraft"/>

<property name="mc.version" value="1.4.7"/>
<property name="forge.version" value="6.6.0.507"/>
<property name="bc.version" value="3.4.4fc"/>
<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="bc.version.full" value="${bc.version}"/>

<echo message="Starting build for ${bc.version.full}"/>
Expand Down Expand Up @@ -78,11 +78,11 @@

<!-- Reobf -->
<exec dir="${mcp.dir}" executable="cmd" osfamily="windows">
<arg line="/c reobfuscate.bat"/>
<arg line="/c reobfuscate.bat --srgnames"/>
</exec>

<exec dir="${mcp.dir}" executable="sh" osfamily="unix">
<arg value="reobfuscate.sh" />
<arg value="reobfuscate.sh --srgnames" />
</exec>

<!-- Copy BC classes -->
Expand Down
6 changes: 6 additions & 0 deletions buildcraft_resources/changelog/3.5.0
@@ -0,0 +1,6 @@

#3.5.0

- Updated: Minecraft 1.5.1. (Krapht/cpw/CovertJaguar/Flow86)
- Changed: Hopper fill speed.
- Bugfix: Block update is now triggered when placing/removing a facade. (Techjar)

2 comments on commit ffc11cc

@viliml
Copy link
Contributor

@viliml viliml commented on ffc11cc Apr 13, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Finally!

@Quest79
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yay

Please sign in to comment.