Krougal Posted October 1, 2023 Share Posted October 1, 2023 <Krougal> <append xpath="/recipes"> <recipe name="ammoBundle9mmAmmo" count="1" craft_time="30" craft_area="workbench" tags="learnable,workbenchCrafting"> <ingredient name="ammo9mmBulletBall" count="100"/> <ingredient name="resourcePaper" count="2"/> </recipe> </append> </Krougal> So I've got a bunch of recipes to repack ammo, but for brevity I shortened it to 1. I get an error about the recipe already existing, but I know alternate recipes with the same name are a thing, such as "resourceGlue" which has 3. I've also tried doing it with insertAfter, but then it just pukes on me altogether and nukes ALL recipes. Link to comment Share on other sites More sharing options...
BFT2020 Posted October 2, 2023 Share Posted October 2, 2023 Well, in the example above, that is not the correct bundle name for the regular 9mm bullets ammoBundle9mmBulletBall Link to comment Share on other sites More sharing options...
Krougal Posted October 2, 2023 Author Share Posted October 2, 2023 (edited) FFS! Yeah, stupid typos will get you every time. Somehow I borked up all the bundle names. I got it working now. Thanks! Edited October 2, 2023 by Krougal (see edit history) Link to comment Share on other sites More sharing options...
BFT2020 Posted October 2, 2023 Share Posted October 2, 2023 12 hours ago, Krougal said: FFS! Yeah, stupid typos will get you every time. Somehow I borked up all the bundle names. I got it working now. Thanks! It happens. For things like this, I have a reference file open so I can copy and paste the names in my modification file. Cuts down on typos. Even do it when I make new items so I stay consistent. Even doing that, I still make mistakes. Took me about five minutes to realize one variable name was off because I was using tag instead of tags. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now