teinedraig Posted December 7, 2018 Share Posted December 7, 2018 I have been playing around with modlets and I changed the below to try and gain two arrow heads from the forge. There are no errors on load or warnings but the forge still only outputs one arrow head. Does 7d2d no longer use he count for output and just provide one regardless? <set xpath="/recipes/recipe[@name=resourceArrowHeadIron]/@count">5</set> Link to comment Share on other sites More sharing options...
Buggi Posted December 7, 2018 Share Posted December 7, 2018 Check to make sure there is no other recipe with that name. Link to comment Share on other sites More sharing options...
kronons Posted December 8, 2018 Share Posted December 8, 2018 I have been playing around with modlets and I changed the below to try and gain two arrow heads from the forge. There are no errors on load or warnings but the forge still only outputs one arrow head. Does 7d2d no longer use he count for output and just provide one regardless? <set xpath="/recipes/recipe[@name=resourceArrowHeadIron]/@count">5</set> Code is correct and working. I tested it just in case. Make sure your directory structure is correct. Also make sure the file name is identical to the one you are modifying. Which in this case is recipes. So your file should be called recipes.xml with the xpath code. Link to comment Share on other sites More sharing options...
teinedraig Posted December 8, 2018 Author Share Posted December 8, 2018 Code is correct and working. I tested it just in case. Make sure your directory structure is correct. Also make sure the file name is identical to the one you are modifying. Which in this case is recipes. So your file should be called recipes.xml with the xpath code. That was it, I had a spelling mistake - sigh. Thank you all for the help and feedback Link to comment Share on other sites More sharing options...
kronons Posted December 8, 2018 Share Posted December 8, 2018 That was it, I had a spelling mistake - sigh. Thank you all for the help and feedback Your welcome. Glad you got it working. It's tricky at times. lol Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.