Jump to content

Altering count on recipes


teinedraig

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...