New weapon pattern system

This commit is contained in:
Anuken
2022-02-24 20:06:52 -05:00
parent 30787e49ad
commit c3e9a961c5
24 changed files with 219 additions and 126 deletions

View File

@@ -84,7 +84,8 @@ public class ScriptMainGenerator{
"mindustry.game.Objectives",
"mindustry.world.blocks",
"mindustry.world.draw",
"mindustry.type"
"mindustry.type",
"mindustry.entities.pattern"
);
String classTemplate = "package mindustry.mod;\n" +