Crafting using Diamond and Stick, arranged in the pattern shown. Produces Diamond Knife.
Diamond Knife
Farmer's Delight · by MehVahdJukaar, MerchantPug
Diamond Knife is a tool from Farmer's Delight, crafted from Diamond and Stick.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Fd Bastion Treasure (farmersdelight) farmersdelight:fd_bastion_treasure | 1–1 | 100% | — |
Loot table: Fd Bastion Hoglin Stable (farmersdelight) farmersdelight:fd_bastion_hoglin_stable | 1–1 | 100% | — |
Loot table: Fd End City Treasure (farmersdelight) farmersdelight:fd_end_city_treasure | 1–1 | 100% | — |
Loot table: Fd Bastion Treasure (farmersdelight) farmersdelight:fd_bastion_treasure | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
farmersdelight:diamond_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:diamond"
},
"s": {
"item": "minecraft:stick"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}