Changes

Summary

  1. In order to format the harvest level name correctly for TCon materials, (commit: 0edeedd) (details)
Commit 0edeeddf8c2ec97a893adc9cd82e78476efbf923 by sdbaynham
In order to format the harvest level name correctly for TCon materials,
ITT does some string mashing on the harvest level names that come out of
the override cfg file (namely, they toLowerCase it).  However, item
registry names are case sensitive, so if the material search fails and ITT
then tries to find an item with the specified name, it will fail if the
modpack author wants to set the harvest level to an item name with capital
letters.  To fix this, I pull the raw string back into matName before the
item search.
(commit: 0edeedd)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/override/HarvestLevelNameOverride.java (diff)