Main
Vintage Story Mods

Annealing recipe

Example on github.

To add an annealing recipe, you must specify the temperature regime, the annealing time, and the output item in the item's attributes.


{
	"attributes": {
		"glassmaking:anneal": {
			"temperature": {
				"min": ...,
				"max": ...
			},
			"time": ...,
			"output": {
				"type": "...",
					"code": "..."
			}
		}
	}
}

Additional attributes:


{
	"attributes": {
		"annealerSize": ...,
		"annealerTransform": ...
	}
}