Hi so im right at the end of this mod im making essentially im adding more mats to the game and a large portion of that is new smeltable metals. i have everything working correctly except two things.
First question in the forge menu i need to make a second column for the input materials so they dont go out of the UI for the forge. im abit stumped on how the code itself should look when making a second column.
Second question i want to recolor an ore vein i applied <property name="TintColor" value="b5b5b5"/> which works fine with the boulders that sit ontop of the nodes am i missing something?
I want to add that i am fresh to mod making
First question in the forge menu i need to make a second column for the input materials so they dont go out of the UI for the forge. im abit stumped on how the code itself should look when making a second column.
Second question i want to recolor an ore vein i applied <property name="TintColor" value="b5b5b5"/> which works fine with the boulders that sit ontop of the nodes am i missing something?
I want to add that i am fresh to mod making