I am trying to replace the rawMeat from a rabbit with rabbitMeat but I seem to be doing somthing wrong. I can get it to add the rabbitMeat but cant seem to get it to remove the raw meat.
<configs>
<!-- This tells SDX to add to the Items.xml -->
<config name="items">
<append xpath="/items">
</append>
</config>
<config name="recipes">
<append xpath="/recipes" >
</append>
</config>
<remove xpath="/entity_classes/entity_class/animalRabbit[@name=rawMeat]">
<config name="entityclasses">
<append xpath="/entity_classes/entity_class[@name=animalRabbit]">
<drop event="Harvest" name="rabbitMeat" tool_category="Butcher" count="2" />
</append>
</config>
</configs>
<configs>
<!-- This tells SDX to add to the Items.xml -->
<config name="items">
<append xpath="/items">
</append>
</config>
<config name="recipes">
<append xpath="/recipes" >
</append>
</config>
<remove xpath="/entity_classes/entity_class/animalRabbit[@name=rawMeat]">
<config name="entityclasses">
<append xpath="/entity_classes/entity_class[@name=animalRabbit]">
<drop event="Harvest" name="rabbitMeat" tool_category="Butcher" count="2" />
</append>
</config>
</configs>