Calundann Posted May 12, 2019 Posted May 12, 2019 (edited) Hello, I am very new to the whole xpath thing and I am trying to make a modlet that removes glass panes from loot containers. But I can´t get it to work and the examples of the remove function I could find are way too complex for me at this stage. :confused: This is what I have made:<remove xpath="/lootcontainers/lootgroup name="junk"/[@name=glassCTRSheet]" /> Edited May 12, 2019 by Calundann
Starslayer71002 Posted May 17, 2019 Posted May 17, 2019 This should work... haven't tested it though:<modName> <remove xpath="/loot/lootgroup[@name='junk']/item[@name='glassCTRSheet']"/> </modName>
Recommended Posts