Class GrindingProperties
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Defines a set of properties that allow an object to be ground in a quern.
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.
public JsonItemStack GroundStack
Field Value
Properties
GrindedStack (Obsolete)
Obsolete. Please use GroundStack instead.
[Obsolete("Use GroundStack instead")]
public JsonItemStack GrindedStack { get; set; }