Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Bump forge version to 10.13.0.1180
Browse files Browse the repository at this point in the history
  • Loading branch information
fuj1n committed Aug 2, 2014
1 parent 60494c9 commit 9d85503
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
minecraft_version=1.7.10
forge_version=10.13.0.1159
forge_version=10.13.0.1180
Binary file added pub_build/RecStatusMod-v1.3.2-1.7.10.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Recording Status Mod",
"description": "Record/Stream status in the players list, /rec <r/s> to toggle",
"version": "v1.3.2",
"mcversion": "1.7.2",
"mcversion": "1.7.10",
"url": "",
"updateUrl": "",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion src/fuj1n/recmod/RecMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import net.minecraft.server.MinecraftServer;
import net.minecraftforge.common.MinecraftForge;

@Mod(name = "Recording Status Mod", version = "v1.3.2", modid = "fuj1n.recmod", acceptableRemoteVersions="*")
@Mod(name = "Recording Status Mod", version = "v1.3.2", modid = "fuj1n.recmod", acceptableRemoteVersions="*", canBeDeactivated=false)
public class RecMod {

@Instance("fuj1n.recmod")
Expand Down

0 comments on commit 9d85503

Please sign in to comment.