Jump to content

[Resolved] Handbook entry for molding


Recommended Posts

Hey, fellow modders!

Another question: I'm trying to make a custom molding recipe. I've made a form (copy/tweaking the toolmold.json of course), a recipe of the "clayforming" type for the mold, and a resulting item of course. Well, all the processing chain is working flawlessly: I can use a clay on a ground to knap a mold form, burn it, and pour a liquid metal into it to get a result. But I can't see the last step of this process in a Handbook! If I'm pressing "H" hovering my final item, I can only see the item explanation without any directions of getting it. What should I do to make the handbook recognize my molding recipe?

UPD: Well, to fix this, you have to explicitly add "createdBy" (case-sensitive!) token in item json:

	attributes: {
		handbook: {
			createdBy: "metalmolding"
		}
	},

 

Edited by ZigTheHedge
Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.