1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-17 15:07:38 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Devan-Kerman
e1b8ac1f84 does this work? I don't know, it probably does 2020-09-07 13:19:14 -06:00

View File

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