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

Remove disable_lua51_features config option

In practice, we're never going to change this to true by default. The
old Tekkit Legends pack enabled this[^1], and that caused a lot of
problems, though admittedly back in 2016 so things might be better now.

If people do want this functionality, it should be fairly easy to
replicate with a datapack, adding a file to rom/autorun.

[^1]: See https://www.computercraft.info/forums2/index.php?/topic/27663-

      Hate that I remember this, why is this still in my brain?
This commit is contained in:
Jonathan Coates
2023-10-25 08:59:55 +01:00
parent 09e521727f
commit 6656da5877
21 changed files with 19 additions and 65 deletions

View File

@@ -16,7 +16,6 @@ public final class TCoreConfig {
}
public static int maximumFilesOpen = 128;
public static boolean disableLua51Features = false;
public static String defaultComputerSettings = "";
public static boolean httpEnabled = true;