From 76ca61ee9603817ad27d9c354fa851a94c45ad0b Mon Sep 17 00:00:00 2001 From: ZXMushroom63 Date: Sun, 22 Sep 2024 19:38:56 +0800 Subject: [PATCH] fix --- docs/quirks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quirks.md b/docs/quirks.md index e146f5f..d2cff39 100644 --- a/docs/quirks.md +++ b/docs/quirks.md @@ -24,5 +24,5 @@ TeaVM allows for writing asynchronous callbacks, which eaglercraft uses for file - Constructing an EntityPlayerMP - Setting blocks in the world in some occasions -Potential workarounds: This isn't confirmed yet, but there is a probable chance that overriding or patching methods in classes like VFile2 is a viable workaround. (22/09/2024). +Potential workarounds: This isn't confirmed yet, but there is a probable chance that overriding or patching methods in classes like VFile2 or PlatformFilesystem is a viable workaround. (22/09/2024). I'll be verifying this is the future and if it is possible, releasing a library for it. (the maybe-library is going to be called AsyncSink if it will exist) \ No newline at end of file