add first patch

This commit is contained in:
2026-07-31 10:34:32 +09:00
parent 03aac2e45e
commit b1cbc6c78d
6390 changed files with 547430 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"type": "refurbished_furniture:cutting_board_combining",
"count": 1,
"ingredients": [
{
"item": "refurbished_furniture:toast"
},
{
"item": "bakery:glowberry_jam"
}
],
"result": "refurbished_furniture:glow_berry_jam_toast"
}
@@ -0,0 +1,22 @@
{
"type": "refurbished_furniture:cutting_board_combining",
"count": 1,
"ingredients": [
{
"item": "farm_and_charm:dough"
},
{
"item": "farmersdelight:tomato_sauce"
},
{
"item": "minecraft:cooked_beef"
},
{
"item": "minecraft:cooked_porkchop"
},
{
"tag": "meadow:cheeses"
}
],
"result": "refurbished_furniture:raw_meatlovers_pizza"
}
@@ -0,0 +1,22 @@
{
"type": "refurbished_furniture:cutting_board_combining",
"count": 1,
"ingredients": [
{
"item": "farm_and_charm:dough"
},
{
"item": "farmersdelight:tomato_sauce"
},
{
"item": "minecraft:beetroot"
},
{
"item": "minecraft:potato"
},
{
"tag": "meadow:cheeses"
}
],
"result": "refurbished_furniture:raw_vegetable_pizza"
}
@@ -0,0 +1,13 @@
{
"type": "refurbished_furniture:cutting_board_combining",
"count": 1,
"ingredients": [
{
"item": "refurbished_furniture:toast"
},
{
"item": "bakery:sweetberry_jam"
}
],
"result": "refurbished_furniture:sweet_berry_jam_toast"
}