You've already forked minecraft-assets
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"type": "minecraft:smelting",
|
|
"category": "blocks",
|
|
"cookingtime": 20,
|
|
"experience": 0.01,
|
|
"ingredient": [
|
|
{
|
|
"item": "minecraft:baked_potato_bricks"
|
|
},
|
|
{
|
|
"item": "minecraft:expired_baked_potato_bricks"
|
|
}
|
|
],
|
|
"result": {
|
|
"id": "minecraft:charred_baked_potato_bricks"
|
|
}
|
|
} |