We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f16d6fb commit 1f76d04Copy full SHA for 1f76d04
gradle.properties
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
8
loader_version=0.10.8
9
10
# Mod Properties
11
- mod_version = 1.0.3
+ mod_version = 1.0.4
12
maven_group = juliand665
13
archives_base_name = resolution-control
14
src/main/java/resolutioncontrol/ResolutionControlMod.java
@@ -14,8 +14,6 @@
import resolutioncontrol.client.gui.screen.SettingsScreen;
15
import resolutioncontrol.util.*;
16
17
-
18
19
public class ResolutionControlMod implements ModInitializer {
20
public static final String MOD_ID = "resolutioncontrol";
21
0 commit comments