Table of Contents

Class GrindingProperties

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

Defines a set of properties that allow an object to be ground in a quern. Open in GitHub

[DocumentAsJson]
public class GrindingProperties
Inheritance
GrindingProperties

Examples

"grindingProps": {
	"groundStack": {
		"type": "item",
		"code": "bonemeal"
	}
},

Fields

GroundStack (Required)

If set, the collectible is grindable in a quern and this is the resulting itemstack once the grinding time is over.

[DocumentAsJson]
public JsonItemStack GroundStack

Field Value

JsonItemStack

GrindedStack (Obsolete)

Obsolete. Please use GroundStack instead.

[DocumentAsJson]
[Obsolete("Use GroundStack instead")]
public JsonItemStack GrindedStack { get; set; }

Field Value

JsonItemStack