#loader contenttweaker

import mods.contenttweaker.Color;
import mods.contenttweaker.MaterialSystem;

var color = Color.fromHex("121212") as Color;

var thunder = MaterialSystem.getMaterialBuilder();
thunder.setName("Thunder");
thunder.setColor(0);
thunder.setHasEffect(false);
thunder.build();