Skip to content

Commit

Permalink
Update to BC4.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcooc committed Dec 18, 2013
1 parent 7372f7b commit 1154cab
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 43 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
## Update of Additional Pipes for BC4.2.1+ and Minecraft 1.6.4
## Update of Additional Pipes for BC3+ and Minecraft 1.5+

### Cloning and Compiling ###

Windows

REM (optional) SET AP_VERSION=... and BC_VERSION=... to set versions
git clone https://github.com/arasium/AdditionalPipesBC.git
git clone https://github.com/tcooc/AdditionalPipesBC.git
cd AdditionalPipesBC
build.bat

Linux

# (optional) export AP_VERSION=... and export BC_VERSION=... to set versions
git clone https://github.com/arasium/AdditionalPipesBC.git
git clone https://github.com/tcooc/AdditionalPipesBC.git
cd AdditionalPipesBC
./build.sh

Compiled binaries can be found in `BuildCraft/bin/ap`.

### Download: [latest releases](https://github.com/arasium/AdditionalPipesBC/releases), ([BuildCraft 4.2.1](http://minecraft.curseforge.com/mc-mods/buildcraft/files/10-build-craft-4-2-1/)) ####
### Download: [latest releases](https://github.com/tcooc/AdditionalPipesBC/releases) ####
To install, place in the standard minecraft/mods folder.
REQUIRE Forge 953+, BC 4.2.1, See also Logistics Pipes for 1.5.1
### Credits to Zeldo, DaStormBringer, Kyprus, tcooc, gejzer for their work on the mod.
REQUIRE Forge 650+, BC 3.5.0, See also Logistics Pipes for 1.5.1
### Credits to Zeldo, DaStormBringer and [Additional Pipes Contributors](https://github.com/tcooc/AdditionalPipesBC/graphs/contributors) for their work on the mod.

1.2.5 Thread: http://www.minecraftforum.net/topic/856360-125bc2214-bc315rev213rev310-additional-pipes-for-buildcraft-teleport-pipes/

Expand Down
1 change: 0 additions & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
git submodule update --init
cscript patchbuild.vbs > BuildCraft/build-patched.xml
ant
12 changes: 0 additions & 12 deletions build.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
#!/bin/bash

git submodule update --init

IFS=''
while read line; do
echo "$line"
if [[ "$line" = " <unzip dest=\"\${forge.dir}/..\" src=\"\${download.dir}/\${forge.name}\"/>" ]]; then
echo " <!-- Fix library URLs -->"
echo " <replace file=\"\${forge.dir}/fml/fml.py\" token=\"default_url = 'http://s3.amazonaws.com/Minecraft.Download/libraries'\" value=\"default_url = 'https://libraries.minecraft.net'\"/>"
echo " <replace file=\"\${forge.dir}/fml/fml.py\" token=\"base_url = 'http://s3.amazonaws.com/Minecraft.Resources'\" value=\"base_url = 'http://resources.download.minecraft.net'\"/>"

fi
done < BuildCraft/build.xml | sed 's/9.11.1.949/9.11.1.953/' > BuildCraft/build-patched.xml

ant
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!-- build BuildCraft -->
<target name="buildcraft">
<ant antfile="BuildCraft/build-patched.xml" useNativeBasedir="true" inheritAll="false" />
<ant antfile="BuildCraft/build.xml" useNativeBasedir="true" inheritAll="false" />
</target>

<target name="clean">
Expand Down
20 changes: 0 additions & 20 deletions patchbuild.vbs

This file was deleted.

6 changes: 3 additions & 3 deletions resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"modid": "APUnofficial",
"name": "Additional Pipes",
"version": "@AP_VERSION@",
"url": "https://github.com/arasium/AdditionalPipesBC/",
"url": "https://github.com/tcooc/AdditionalPipesBC/",
"updateUrl": "",
"description": "Teleport, insertion, extraction, and other pipes.",
"credits": "Credits to Zeldo, DaStormBringer, and Kyprus.",
"authors": [ "Zeldo", "DaStormBringer", "Kyprus", "gejzer", "tcooc", "Additional Pipes Contributors" ]
"credits": "Credits to Zeldo and DaStormBringer.",
"authors": [ "Zeldo", "DaStormBringer", "Additional Pipes Contributors" ]
}]

0 comments on commit 1154cab

Please sign in to comment.