• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

craftable steel tool parts

falcon470

Refugee
im looking to make steel tool parts craftable although i want to make them really expensive like 20 forged steel parts,

so people are better off finding em but as an option. I do know how to add the recipie but i cant find the corresponding item name

to call it in items.xml any one know how to do this? its not just steel tool parts like all parts bow gun all of that

 
These are the names of the various parts:

Code:
gunAk47Parts
gunPistolParts
gunHuntingRifleParts
gunDoubleBarrelShotgunParts
gunBowWoodenParts
gunRocketLauncherParts
gunJunkTurretParts
meleeStunBatonParts
meleeKnucklesSteelParts
meleeToolKnifeMacheteParts
meleeThrownSpearSteelParts
meleeClubBaseballBatParts
meleeToolSledgehammerSteelParts
meleeToolAllSteelParts
armorMilitarySetParts
armorSteelSetParts
meleeToolChainsawParts
Also this seems like something I'll want, so I went ahead and made a recipes.xml for it:

Updated:

View attachment 30474

 
Last edited by a moderator:
didnt work

i dont know why but it didnt work at least not the way you intended i ended up pasteing the code onto the oriognal xml in the config folder and they all showed up just fine was unsure as to why but thank you does the job just fine

 
try adding this to the recipe line: tags="learnable,workbenchCrafting"

Like this: <recipe name="meleeTollChainsawparts" count="1" craft_area="workbench" tags="learnable,workbenchCrafting" >

 
try adding this to the recipe line: tags="learnable,workbenchCrafting"Like this: <recipe name="meleeTollChainsawparts" count="1" craft_area="workbench" tags="learnable,workbenchCrafting" >
Oh yeah I always forget to add tags, is there some list of what the tags are/do? I can guess but I'd rather have a resource.

Easy enough to add those, anyway:

View attachment 30474

Craftable_Parts.zip

 

Attachments

Back
Top