Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "kitchenkarrot:plate",
|
||||
"input": {
|
||||
"item": "kitchenkarrot:beef_in_dripleaf"
|
||||
},
|
||||
"result": {
|
||||
"item": "kitchenkarrot:small_beef_in_dripleaf"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "kitchenkarrot:plate",
|
||||
"input": {
|
||||
"item": "kitchenkarrot:cheese_wheel"
|
||||
},
|
||||
"result": {
|
||||
"item": "kitchenkarrot:cheese_slice"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "kitchenkarrot:plate",
|
||||
"input": {
|
||||
"item": "kitchenkarrot:chorus_mousse"
|
||||
},
|
||||
"result": {
|
||||
"item": "kitchenkarrot:small_chorus_mousse"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "kitchenkarrot:plate",
|
||||
"input": {
|
||||
"item": "kitchenkarrot:dungeon_pizza"
|
||||
},
|
||||
"result": {
|
||||
"item": "kitchenkarrot:dungeon_pizza_slice"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "kitchenkarrot:plate",
|
||||
"input": {
|
||||
"item": "kitchenkarrot:feast_pizza"
|
||||
},
|
||||
"result": {
|
||||
"item": "kitchenkarrot:feast_pizza_slice"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "kitchenkarrot:plate",
|
||||
"input": {
|
||||
"item": "minecraft:melon"
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:melon_slice"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "kitchenkarrot:plate",
|
||||
"input": {
|
||||
"item": "kitchenkarrot:monster_lasagna"
|
||||
},
|
||||
"result": {
|
||||
"item": "kitchenkarrot:small_monster_lasagna"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "kitchenkarrot:plate",
|
||||
"input": {
|
||||
"item": "kitchenkarrot:shiny_pizza"
|
||||
},
|
||||
"result": {
|
||||
"item": "kitchenkarrot:shiny_pizza_slice"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "kitchenkarrot:plate",
|
||||
"input": {
|
||||
"item": "kitchenkarrot:sirloin_steak"
|
||||
},
|
||||
"result": {
|
||||
"item": "kitchenkarrot:beef_grains"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "kitchenkarrot:plate",
|
||||
"input": {
|
||||
"item": "kitchenkarrot:slime_mousse"
|
||||
},
|
||||
"result": {
|
||||
"item": "kitchenkarrot:small_slime_mousse"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"type": "kitchenkarrot:plate",
|
||||
"input": {
|
||||
"item": "kitchenkarrot:sweet_loaf"
|
||||
},
|
||||
"result": {
|
||||
"item": "kitchenkarrot:sweet_loaf_slice"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user