use of com.bluepowermod.part.gate.component.GateComponentSolarPanel in project BluePower by Qmunity.
the class GateLightCell method initComponents.
@Override
public void initComponents() {
addComponent(new GateComponentSolarPanel(this, 0xd6ab17));
addComponent(new GateComponentWire(this, 0xC600FF, RedwireType.RED_ALLOY).bind(front()));
addComponent(new GateComponentBorder(this, 0x7D7D7D));
}
Aggregations