mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
convert
This commit is contained in:
parent
ce36bcc951
commit
c26c14227c
@ -84,4 +84,12 @@ public class DecIrisStudio implements DecreeExecutor
|
|||||||
File folder = Iris.proj.getActiveProject().getPath();
|
File folder = Iris.proj.getActiveProject().getPath();
|
||||||
sender().sendMessage("Cleaned " + Form.f(JSONCleaner.clean(sender(), folder)) + " JSON Files");
|
sender().sendMessage("Cleaned " + Form.f(JSONCleaner.clean(sender(), folder)) + " JSON Files");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Decree(description = "Convert objects in the \"convert\" folder", aliases = "conv")
|
||||||
|
public void convert()
|
||||||
|
{
|
||||||
|
Iris.convert.check(sender());
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user