bloodlust67
New member
Can someone explain why this works:
<remove xpath="//recipe[contains(@name,'armorPreacher')]/effect_group/passive_effect[@name='CraftingIngredientCount' and @operation='base_add' and @tags='resourceForgedSteel']" />
but this does not:
<set xpath="//recipe[contains(@name,'armorPreacher')]/effect_group/passive_effect[@name='CraftingIngredientCount' and @operation='base_add' and @tags='resourceForgedIron']">resourcePlatePolymer</set>
it still shows Forged Iron as the ingredient
<remove xpath="//recipe[contains(@name,'armorPreacher')]/effect_group/passive_effect[@name='CraftingIngredientCount' and @operation='base_add' and @tags='resourceForgedSteel']" />
but this does not:
<set xpath="//recipe[contains(@name,'armorPreacher')]/effect_group/passive_effect[@name='CraftingIngredientCount' and @operation='base_add' and @tags='resourceForgedIron']">resourcePlatePolymer</set>
it still shows Forged Iron as the ingredient