anyone having an issue with some of the png not showing up? I went in to creative and noticed this. it will give you the item name when you scroll over the area where it should be but no picture of the item. it will allow you to put it in your inventory and then place it to see it
This has been a bit of a thorn and should relate to only the Work Station mod.
The icon name and name linked to it in the xml files were updated very recently and the most current version should resolve this.
If an icon is called something like powdermixer but the xml looks for PowderMixer it is case sensitive and they won't pair and hook up.
On the recent update, they were checked to make sure they match.
I shall double check.
1. <property name="CustomIcon" value="oakchemistrystation"/> in xml.
Actual name of icon is oakchemistrystation
2. <property name="CustomIcon" value="forgebigoak2"/> in xml.
Actual name of icon is forgebigoak2
3. <property name="CustomIcon" value="tatarinforge"/> in xml.
Actual name of icon is tatarinforge
4. <property name="CustomIcon" value="tатаринforge"/>
This one needs updating as it should also be tatarinforge.
This was another issue with font types being an issue.
5. <property name="CustomIcon" value="stonecrusher"/> in xml.
Actual name of icon is stonecrusher
6. <property name="CustomIcon" value="cementmixerbucket"/>
Actual name of icon is cementmixerbucket
7. <property name="CustomIcon" value="ammopress"/>
Actual name of icon is cementmixerbucket ammopress
Just no.4 needs an update to change from tатаринforge to tatarinforge and I shall push that now.
Update: Pushed.
This update should have no mismatches and can be reinstalled for that version or updated manually by crosschecking letter casing and names are perfectly matching in the blocks.xml and associated icons in the ItemIconAtlas folder.