Initial commit

This commit is contained in:
2026-01-24 05:19:02 -07:00
commit 2072f700ae
1900 changed files with 139264 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"type": "kitchenkarrot:plate",
"input": {
"item": "kitchenkarrot:beef_in_dripleaf"
},
"result": {
"item": "kitchenkarrot:small_beef_in_dripleaf"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "kitchenkarrot:plate",
"input": {
"item": "kitchenkarrot:cheese_wheel"
},
"result": {
"item": "kitchenkarrot:cheese_slice"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "kitchenkarrot:plate",
"input": {
"item": "kitchenkarrot:chorus_mousse"
},
"result": {
"item": "kitchenkarrot:small_chorus_mousse"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "kitchenkarrot:plate",
"input": {
"item": "kitchenkarrot:dungeon_pizza"
},
"result": {
"item": "kitchenkarrot:dungeon_pizza_slice"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "kitchenkarrot:plate",
"input": {
"item": "kitchenkarrot:feast_pizza"
},
"result": {
"item": "kitchenkarrot:feast_pizza_slice"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "kitchenkarrot:plate",
"input": {
"item": "minecraft:melon"
},
"result": {
"item": "minecraft:melon_slice"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "kitchenkarrot:plate",
"input": {
"item": "kitchenkarrot:monster_lasagna"
},
"result": {
"item": "kitchenkarrot:small_monster_lasagna"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "kitchenkarrot:plate",
"input": {
"item": "kitchenkarrot:shiny_pizza"
},
"result": {
"item": "kitchenkarrot:shiny_pizza_slice"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "kitchenkarrot:plate",
"input": {
"item": "kitchenkarrot:sirloin_steak"
},
"result": {
"item": "kitchenkarrot:beef_grains"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "kitchenkarrot:plate",
"input": {
"item": "kitchenkarrot:slime_mousse"
},
"result": {
"item": "kitchenkarrot:small_slime_mousse"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "kitchenkarrot:plate",
"input": {
"item": "kitchenkarrot:sweet_loaf"
},
"result": {
"item": "kitchenkarrot:sweet_loaf_slice"
}
}