Crafting using Flint and Stick, arranged in the pattern shown. Produces Flint Knife.
Flint Knife
Farmer's Delight · by MehVahdJukaar, MerchantPug
Flint Knife is a tool from Farmer's Delight, crafted from Flint and Stick.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Fd Village Butcher (farmersdelight) farmersdelight:fd_village_butcher | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
farmersdelight:flint_knife- Namespace
farmersdelight- Mod ID
farmersdelight- Tags (1)
c:items/tools/knives
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"m",
"s"
],
"ingredients": {
"m": {
"item": "minecraft:flint"
},
"s": {
"item": "minecraft:stick"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}