1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-31 21:52:59 +00:00

Be a little more rigorous in KotlinLuaMachine's threading

This commit is contained in:
Jonathan Coates
2022-10-30 11:44:01 +00:00
parent 5ee5b11995
commit 1a87175ae7
4 changed files with 34 additions and 9 deletions

View File

@@ -14,8 +14,6 @@ public enum UploadResult
CONSUMED,
ERROR;
public static final ITextComponent SUCCESS_TITLE = new TranslationTextComponent( "gui.computercraft.upload.success" );
public static final ITextComponent FAILED_TITLE = new TranslationTextComponent( "gui.computercraft.upload.failed" );
public static final ITextComponent COMPUTER_OFF_MSG = new TranslationTextComponent( "gui.computercraft.upload.failed.computer_off" );
public static final ITextComponent TOO_MUCH_MSG = new TranslationTextComponent( "gui.computercraft.upload.failed.too_much" );