How would i write this so it just adds 3 bones to the cooking pot and not the chemistry station
<set xpath="/recipes/recipe[@name=resourceGlue]/ingredient[@name=resourceFemur]/@count">3</set>
I did this but didnt work
<set xpath="/recipes/recipe[@name=resourceGlue]/craft_tool(@name='toolCookingPot']/ingredient[@name=resourceFemur]/@count">3</set>
<set xpath="/recipes/recipe[@name=resourceGlue]/ingredient[@name=resourceFemur]/@count">3</set>
I did this but didnt work
<set xpath="/recipes/recipe[@name=resourceGlue]/craft_tool(@name='toolCookingPot']/ingredient[@name=resourceFemur]/@count">3</set>