DemiurgeRedux
Refugee
I've figured out how to make dyes stack to 10 by using this code in a modlet I made for the item_modifiers xml:
Unfortunately, all item mods have the asterisk (*) character where the number of items in the stack should be. Is there a fix/workaround for this?
I'm just starting to try some modding, so please forgive me if I'm missing something obvious.
Thank you.
Code:
<set xpath="/item_modifiers/item_modifier[@modifier_tags='dye']/property[@name='Stacknumber']/@value">10</set>
I'm just starting to try some modding, so please forgive me if I'm missing something obvious.
Thank you.