Telric
Scavenger
Hey all, I'm attempting to remove the Loot class from all blocks.
<remove xpath="/blocks/block[contains(@name, a)]/property[contains(@name, Class and @value, Loot)]"/>
This is my latest attempt. I've tried a && in place of the and, and a few other methods. My first attempt was just to remove the class, but that also removed all other types of classes, so I'm trying to pin point just the ones with Loot. I've also tried just @value, Loot.. But it threw errors saying something can't be null.
Any help would be sweet.
Ty
<remove xpath="/blocks/block[contains(@name, a)]/property[contains(@name, Class and @value, Loot)]"/>
This is my latest attempt. I've tried a && in place of the and, and a few other methods. My first attempt was just to remove the class, but that also removed all other types of classes, so I'm trying to pin point just the ones with Loot. I've also tried just @value, Loot.. But it threw errors saying something can't be null.
Any help would be sweet.
