9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-22 16:49:14 +00:00

Context handlers

This commit is contained in:
DanLT
2021-08-15 15:12:08 -08:00
parent d71393cead
commit 61a313f24b
9 changed files with 165 additions and 8 deletions

View File

@@ -195,6 +195,10 @@ public class Iris extends VolmitPlugin implements Listener {
return v;
}
public static KList<Object> initialize(String s) {
return initialize(s, null);
}
private void fixShading() {
ShadeFix.fix(ComponentSerializer.class);
}