Crafting using Thallasium Ingot and Stick, arranged in the pattern shown. Produces Iron Knife.
Iron Knife
Farmer's Delight · by MehVahdJukaar, MerchantPug
Iron Knife is a tool from Farmer's Delight, crafted from Thallasium Ingot and Stick.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Fd End City Treasure (farmersdelight) farmersdelight:fd_end_city_treasure | 1–1 | 100% | — |
Loot table: Fd Village Butcher (farmersdelight) farmersdelight:fd_village_butcher | 1–1 | 100% | — |
Used in (2)
Related items
Developer reference
- Registry name
farmersdelight:iron_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": {
"tag": "c:iron_ingots"
},
"s": {
"item": "minecraft:stick"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}