Developer reference
- Registry name
simplyswords:mythicmetals_compat/bronze/bronze_halberd - Namespace
simplyswords - Mod ID
simplyswords - Tags (1)
simplyswords:items/bronze_tools
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" XY",
"X#X",
"# "
],
"ingredients": {
"#": {
"tag": "c:wood_sticks"
},
"X": {
"item": "mythicmetals:bronze_ingot"
},
"Y": {
"item": "minecraft:iron_nugget"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "mythicmetals"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}