Main
Vintage Story Mods

Various utilities

Shattering behavior

The item breaks into pieces when it cools too quickly.

Can be added to the item or the block:


{
	"behaviors": [
		{
			"name": "glassmaking:shatterable",
			"properties": {
				"glass": {
					"GLASS_CODE": GLASS_AMOUNT
				},
				"drops": [
					{
						"code": ...,
						"type": ...,
						"quantity": ...
					}
				]
			}
		}
	],
}