Skip to content

Commit 5b325b4

Browse files
committed
Removed clientside requirement
1 parent 6756401 commit 5b325b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.daemon=false
44

55
# General Specifications
66
mc_version=1.7.10
7-
mod_version=1.0.1
7+
mod_version=1.0.1-noreq
88
forge_version=10.13.4.1614
99
mod_group=net.tclproject.teresetfix
1010
mod_id=teresetfix

src/main/java/net/tclproject/teresetfix/TEResetFix.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
import org.apache.logging.log4j.Logger;
55
import cpw.mods.fml.common.Mod;
66

7-
@Mod(modid = TEResetFix.MODID, version = TEResetFix.VERSION, name = TEResetFix.NAME)
7+
@Mod(modid = TEResetFix.MODID, version = TEResetFix.VERSION, name = TEResetFix.NAME, acceptableRemoteVersions = "*")
88
public class TEResetFix {
99
public static final String MODID = "teresetfix";
1010
public static final String NAME = "TileEntity Reset Fix";
11-
public static final String VERSION = "1.0.1";
11+
public static final String VERSION = "1.0.1-noreq";
1212

1313
public static final Logger logger = LogManager.getLogger("TEResetFix");
1414
}

0 commit comments

Comments
 (0)