minecraft server init

This commit is contained in:
2025-07-23 08:37:00 +03:00
commit ccf1f5f4d0
2460 changed files with 291551 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"modid": "actuallyadditions",
"foods": {
"INGREDIENTS": [
"food_meatballs",
"item_food",
{
"item": "item_food",
"data": 8
},
{
"item": "item_food",
"data": 12
},
{
"item": "item_food",
"data": 14
},
{
"item": "item_food",
"data": 20
}
]
},
"oven_recipes": {
"item_food:14": "cooked_omelet"
}
}

View File

@ -0,0 +1,27 @@
{
"modid": "betterwithaddons",
"foods": {
"INGREDIENTS": [
"food_ground_meat",
"unbaked",
{
"item": "unbaked",
"data": 1
},
{
"item": "unbaked",
"data": 2
},
{
"item": "unbaked",
"data": 3
}
]
},
"oven_recipes": {
"unbaked": "food_pie_melon",
"unbaked:1": "food_pie_meat",
"unbaked:2": "food_pie_mushroom",
"unbaked:3": "food_pie_amanita"
}
}

View File

@ -0,0 +1,24 @@
{
"modid": "betterwithmods",
"foods": {
"INGREDIENTS": [
"raw_egg",
"raw_kebab",
"raw_omelet",
"raw_pastry",
"raw_scrambled_egg",
{
"item": "raw_pastry",
"data": 1
},
{
"item": "raw_pastry",
"data": 2
}
]
},
"oven_recipes": {
"raw_omelet": "cooked_omelet",
"raw_pastry:4": "apple_pie"
}
}

View File

@ -0,0 +1,15 @@
{
"modid": "horsepower",
"foods": {
"INGREDIENTS": [
"flour",
"dough"
]
},
"oven_fuel": [
{
"item": "hand_grindstone",
"value": 100
}
]
}

View File

@ -0,0 +1,9 @@
{
"modid": "rustic",
"foods": {
"INGREDIENTS": [
"chili_pepper",
"tomato"
]
}
}