/* * Enables mixmapping and airmapping every time the editor is launched */ #RequireContext CEditorPlugin main() { // Enable blockmixing/airblocks EnableMixMapping = True; EnableAirMapping = True; // Prevent plugin from closing while (True) { yield; } }