Main
Vintage Story Mods

Adding workbench tool

The mod includes a template for simple tools. This tool is placed on a workbench and can have simple particles while working.

To define a tool, add the glassmaking:workbenchtool behavior to the item.


{
	"behaviors": {
		"name": "glassmaking:workbenchtool",
		"properties": {
			"code": ...,
			"isTool": ...
		}
	},
	"attributes": {
		"workbenchParticles": [ ... ]
	}
}