wolverine576 Refugee Nov 3, 2019 #1 How do i lower the count of duct tape from 10 to 3 for Junk Turret?
S SAMUELPV Refugee Nov 3, 2019 #2 You can do like this: Code: <configs> <set xpath="/recipes/recipe[@name='gunJunkTurret']/ingredient[@name='resourceDuctTape']/@count">3</set> </configs> Last edited by a moderator: Nov 3, 2019
You can do like this: Code: <configs> <set xpath="/recipes/recipe[@name='gunJunkTurret']/ingredient[@name='resourceDuctTape']/@count">3</set> </configs>
wolverine576 Refugee Nov 4, 2019 #3 You can do like this: Code: <configs> <set xpath="/recipes/recipe[@name='gunJunkTurret']/ingredient[@name='resourceDuctTape']/@count">3</set> </configs> Click to expand... Thats it!
You can do like this: Code: <configs> <set xpath="/recipes/recipe[@name='gunJunkTurret']/ingredient[@name='resourceDuctTape']/@count">3</set> </configs> Click to expand... Thats it!