mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
convert
This commit is contained in:
@@ -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());
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user