mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-11 11:17:11 +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{
|
public class Mods implements Loadable{
|
||||||
private static final String[] metaFiles = {"mod.json", "mod.hjson", "plugin.json", "plugin.hjson"};
|
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 Json json = new Json();
|
||||||
private @Nullable Scripts scripts;
|
private @Nullable Scripts scripts;
|
||||||
|
Loading…
Reference in New Issue
Block a user