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:
@@ -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(); }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user