Class KnappingRecipe
- Namespace
- Vintagestory.GameContent
- Assembly
- VSSurvivalMod.dll
Defines a stone/flint knapping recipe. Uses all properties from LayeredVoxelRecipe<T>, however always uses a single layer.
public class KnappingRecipe : LayeredVoxelRecipe<KnappingRecipe>
- Inheritance
-
KnappingRecipe
- Inherited Members
Examples
{
"ingredient": {
"type": "item",
"code": "flint"
},
"pattern": [
[
"___###___",
"__#####__",
"__#####__",
"__#####__",
"__#####__",
"__#####__"
]
],
"name": "Hoe",
"output": {
"type": "item",
"code": "hoehead-flint"
}
}