1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-30 09:07:55 +00:00

does this work? I don't know, it probably does

This commit is contained in:
Devan-Kerman
2020-09-07 13:19:03 -06:00
parent deea552d99
commit e1b8ac1f84

View File

@@ -7,6 +7,6 @@ import net.minecraft.util.WorldSavePath;
@Mixin (WorldSavePath.class) @Mixin (WorldSavePath.class)
public interface WorldSavePathAccess { public interface WorldSavePathAccess {
@Invoker @Invoker("<init>")
static WorldSavePath createWorldSavePath(String relativePath) { throw new UnsupportedOperationException(); } static WorldSavePath createWorldSavePath(String relativePath) { throw new UnsupportedOperationException(); }
} }