Skip to content

Commit

Permalink
update to 1.6.3 w/ new forge/mcp
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Sep 19, 2013
1 parent b92b15b commit 0823a61
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 deletions TConstruct_AT.cfg
Expand Up @@ -3,27 +3,27 @@
# Last update: Minecraft 1.6.2 - 2013 Sept 7(TC git: 0a07dfabd007c6436a73dec7ec70e734116895ad)

# EntityArrow - Grabbed 'em all, since so much is accessed
public ug.a
public ug.au
public ug.av
public ug.aw
public ug.b
public ug.c
public ug.d
public ug.e
public ug.f
public ug.g
public ug.h
public ug.i
public ug.j
public uh.a
public uh.au
public uh.av
public uh.aw
public uh.b
public uh.c
public uh.d
public uh.e
public uh.f
public uh.g
public uh.h
public uh.i
public uh.j

# GuiContainer
public awv.p #guiLeft
public awv.q #guiTop
public awy.p #guiLeft
public awy.q #guiTop

# GuiScreen
public awb.i #buttonList
public awe.i #buttonList

# ThreadDownloadImageData
public bhz.g #field_110559_g
public bhz.d #field_110560_d
public bic.g #field_110559_g
public bic.d #field_110560_d
6 changes: 3 additions & 3 deletions build.xml
Expand Up @@ -17,8 +17,8 @@

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

<property name="mc.version" value="1.6.2"/>
<property name="forge.version" value="9.10.1.858"/>
<property name="mc.version" value="1.6.3"/>
<property name="forge.version" value="9.11.0.873"/>

<property name="version.major" value="0"/>
<property name="version.minor" value="0"/>
Expand Down Expand Up @@ -172,10 +172,10 @@

<!-- Reset src dir to post-forge-install state -->
<delete dir="${mcpsrc.dir}/minecraft/tconstruct"/>
<delete dir="${mcpsrc.dir}/minecraft/mods/battlegear2"/>
<delete dir="${mcpsrc.dir}/minecraft/sparrow"/>
<delete dir="${mcpsrc.dir}/minecraft/powercrystals"/>
<delete dir="${mcpsrc.dir}/minecraft/ic2"/>
<delete dir="${mcpsrc.dir}/minecraft/extrabiomes"/>

</target>

Expand Down
2 changes: 1 addition & 1 deletion src/tconstruct/TConstruct.java
Expand Up @@ -43,7 +43,7 @@
* @dependencies: IC2 API, MFR API
*/

@Mod(modid = "TConstruct", name = "TConstruct", version = "1.6.2_1.4.5", dependencies = "required-after:Forge@[7.7.1.687,)")
@Mod(modid = "TConstruct", name = "TConstruct", version = "1.6.3_1.4.6d1", dependencies = "required-after:Forge@[9.11.0.873,)")
@NetworkMod(serverSideRequired = false, clientSideRequired = true, channels = { "TConstruct" }, packetHandler = tconstruct.util.network.TPacketHandler.class)
public class TConstruct
{
Expand Down

0 comments on commit 0823a61

Please sign in to comment.