mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 03:08:38 +07:00
might as well blacklist it in the game too
This commit is contained in:
parent
4db085bd07
commit
e36a70749c
@ -32,7 +32,7 @@ import static mindustry.Vars.*;
|
||||
|
||||
public class Mods implements Loadable{
|
||||
private static final String[] metaFiles = {"mod.json", "mod.hjson", "plugin.json", "plugin.hjson"};
|
||||
private static final ObjectSet<String> blacklistedMods = ObjectSet.with("ui-lib");
|
||||
private static final ObjectSet<String> blacklistedMods = ObjectSet.with("ui-lib", "braindustry");
|
||||
|
||||
private Json json = new Json();
|
||||
private @Nullable Scripts scripts;
|
||||
|
Loading…
Reference in New Issue
Block a user