Crafting using Flint, Flint, String, Stick, Flint and Stick, arranged in the pattern shown. Produces Sickle.
item· Weapons
Sickle
Kaleidoscope Cookery · by ysbbbbbb, tartaric_acid, Azumic
Sickle is an item from Kaleidoscope Cookery, crafted from Flint, String, and Stick.
Acquisition
Related items
Developer reference
- Registry name
kaleidoscope_cookery:sickle- Namespace
kaleidoscope_cookery- Mod ID
kaleidoscope_cookery- Tags (2)
kaleidoscope_cookery:items/cookery_mod_items minecraft:items/swords
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"AAB",
" CA",
"C "
],
"ingredients": {
"A": {
"item": "minecraft:flint"
},
"B": {
"item": "minecraft:string"
},
"C": {
"item": "minecraft:stick"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}