Skip to content

Commit

Permalink
update for 1.4_01
Browse files Browse the repository at this point in the history
  • Loading branch information
Flow86 committed Apr 19, 2011
1 parent 516f0dd commit ef3d3d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
current version is beta 1.3_01
current version is beta 1.4_01

requires ModLoader
3 changes: 2 additions & 1 deletion make.bat
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
"c:\Program Files (x86)\Java\jdk1.6.0_24\bin\javac.exe" -classpath %APPDATA%\.minecraft\bin\minecraft.jar mod_WeakObsidian.java
"c:\Program Files (x86)\Java\jdk1.6.0_24\bin\javac.exe" -classpath %APPDATA%\.minecraft\bin\minecraft.jar mod_WeakObsidian.java
pause
4 changes: 2 additions & 2 deletions mod_WeakObsidian.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ public class mod_WeakObsidian extends BaseMod
{
public mod_WeakObsidian()
{
qk.ap.c(1.0F);
ra.ap.c(1.0F);
}

public String Version()
{
return "1.3_01";
return "1.4_01";
}
}

0 comments on commit ef3d3d3

Please sign in to comment.