mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Remove js mod ext support
This commit is contained in:
parent
2d42704062
commit
cb29bee8f5
2 changed files with 2 additions and 2 deletions
|
|
@ -359,7 +359,7 @@ public class Mods implements Loadable{
|
|||
FileHandle folder = contentRoot.child(type.name().toLowerCase() + "s");
|
||||
if(folder.exists()){
|
||||
for(FileHandle file : folder.list()){
|
||||
if(file.extension().equals("json") || file.extension().equals("hjson") || file.extension().equals("js")){
|
||||
if(file.extension().equals("json") || file.extension().equals("hjson")){
|
||||
runs.add(new LoadRun(type, file, mod));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=eaddea01c95a768084cdb9aa65d3e766e064b25d
|
||||
archash=d969b56929d87efc946e72e31ac75184b0745e5d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue