21 lines
370 B
JSON
21 lines
370 B
JSON
{
|
|
"type": "crafting_shaped",
|
|
"category": "misc",
|
|
"pattern": [
|
|
" # ",
|
|
"$ $",
|
|
"#$#"
|
|
],
|
|
"key": {
|
|
"#": {
|
|
"item": "oreganized:silver_ingot"
|
|
},
|
|
"$": {
|
|
"item": "minecraft:glass"
|
|
}
|
|
},
|
|
"result": {
|
|
"item": "longwings:butterfly_driplure",
|
|
"count": 1
|
|
}
|
|
} |