minecraft server init
This commit is contained in:
28
config/CookingForBlockheadsCompat/actuallyadditions.json
Normal file
28
config/CookingForBlockheadsCompat/actuallyadditions.json
Normal 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"
|
||||
}
|
||||
}
|
27
config/CookingForBlockheadsCompat/betterwithaddons.json
Normal file
27
config/CookingForBlockheadsCompat/betterwithaddons.json
Normal 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"
|
||||
}
|
||||
}
|
24
config/CookingForBlockheadsCompat/betterwithmods.json
Normal file
24
config/CookingForBlockheadsCompat/betterwithmods.json
Normal 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"
|
||||
}
|
||||
}
|
15
config/CookingForBlockheadsCompat/horsepower.json
Normal file
15
config/CookingForBlockheadsCompat/horsepower.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"modid": "horsepower",
|
||||
"foods": {
|
||||
"INGREDIENTS": [
|
||||
"flour",
|
||||
"dough"
|
||||
]
|
||||
},
|
||||
"oven_fuel": [
|
||||
{
|
||||
"item": "hand_grindstone",
|
||||
"value": 100
|
||||
}
|
||||
]
|
||||
}
|
9
config/CookingForBlockheadsCompat/rustic.json
Normal file
9
config/CookingForBlockheadsCompat/rustic.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"modid": "rustic",
|
||||
"foods": {
|
||||
"INGREDIENTS": [
|
||||
"chili_pepper",
|
||||
"tomato"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user