reload on reload
This commit is contained in:
@@ -72,9 +72,9 @@ public class VoxyCommands {
|
|||||||
VoxyCommon.shutdownInstance();
|
VoxyCommon.shutdownInstance();
|
||||||
System.gc();
|
System.gc();
|
||||||
VoxyCommon.createInstance();
|
VoxyCommon.createInstance();
|
||||||
if (wr!=null) {
|
|
||||||
((IGetVoxyRenderSystem)wr).createRenderer();
|
var r = Minecraft.getInstance().levelRenderer;
|
||||||
}
|
if (r != null) r.allChanged();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user