fix for icons breaking with solar panel addon
This commit is contained in:
parent
8b7f062850
commit
ea2536cd14
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ public class ItemComponent extends Item {
|
|||
"An electrical, artificial muscle, with less range of movement than human muscle but orders of magnitude more strength.",
|
||||
MuseIcon.ARTIFICIAL_MUSCLE);
|
||||
solarPanel = addComponent("componentSolarPanel", "Solar Panel",
|
||||
"A light sensitive device that will generate electricity from the sun.", MuseIcon.INDICATOR_1_BLUE);
|
||||
"A light sensitive device that will generate electricity from the sun.", new MuseIcon(MuseIcon.WC_ICON_PATH, 229));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue