mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
Cleanup (2)
This commit is contained in:
parent
846e313c2f
commit
ef33a05cb8
2 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ public class ScriptMainGenerator{
|
|||
|
||||
public static void main(String[] args) throws Exception{
|
||||
String base = "mindustry";
|
||||
Seq<String> blacklist = Seq.with("plugin", "mod", "net", "tools");
|
||||
Seq<String> blacklist = Seq.with("tools");
|
||||
Seq<String> nameBlacklist = Seq.with();
|
||||
Seq<Class<?>> whitelist = Seq.with(Draw.class, Fill.class, Lines.class, Core.class, TextureAtlas.class, TextureRegion.class, Time.class, System.class, PrintStream.class,
|
||||
AtlasRegion.class, String.class, Mathf.class, Angles.class, Color.class, Runnable.class, Object.class, Icon.class, Tex.class, Shader.class,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue