Skip to content

Commit a059396

Browse files
chore: update early tweaker
bind version to 0.2.2 because 0.3.0 doesn't come with anything new
1 parent 377fbf5 commit a059396

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/gg/skytils/skytilsmod/tweaker/EssentialPlatformSetup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private static boolean trySetDataUrl(String url) {
5959
public static void setup() throws Throwable {
6060
boolean isDev = Launch.classLoader.findResource("net/minecraft/world/World.class") != null;
6161
if (!isDev) {
62-
EarlyTweakerLoader.ensureVersion(Constants.VERSION, SkytilsEarlyTweakerRegistrant.class);
62+
EarlyTweakerLoader.ensureVersion("0.2.2", SkytilsEarlyTweakerRegistrant.class);
6363
} else {
6464
EarlyTweakerLoader.ensureLoaded(SkytilsEarlyTweakerRegistrant.class);
6565
}

0 commit comments

Comments
 (0)