Robotic Parts

Robotic Parts

1M Downloads

Tough As Nails Items have the wrong name

mallrat208 opened this issue ยท 1 comments

commented

sweat = new ItemToughAsNailsUpgrade("toughAsNailsUpgrades",

Currently items use '_' between words for the purposes of naming, the TaN integration does not follow that pattern and does not have a localized name or texture because of it. That line should be the following

		sweat = new ItemToughAsNailsUpgrade("tough_as_nails_upgrades",
commented

pushed to 1.12 branch