Удар молнии
Рецепт, создающий предметы из предметов с помощью удара молнии.
{
"type": "interactio:item_lightning",
"inputs": [
{
"tag": "forge:ores",
"count": 1
},
{
"tag": "forge:stone",
"count": 2
}
],
"output": {
"entries": [
{
"result": {
"item": "minecraft:diamond",
"count": 1
},
"weight": 2
}
],
"empty_weight": 1,
"rolls": 1
}
}
Last updated