Initial commit
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"ars_nouveau"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
{
|
||||
"item": "kitchenkarrot:grilled_wheatmeal"
|
||||
},
|
||||
{
|
||||
"tag": "forge:milk"
|
||||
},
|
||||
{
|
||||
"item": "ars_nouveau:mana_berry"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "kitchenkarrot:fruit_cereal_porridge"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
],
|
||||
"type": "create:compacting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:snowball"
|
||||
},
|
||||
{
|
||||
"fluid": "minecraft:water",
|
||||
"amount": 125
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "kitchenkarrot:ice_cubes"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kitchenkarrot:gem_carrot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "kitchenkarrot:carrot_spices",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"item": "kitchenkarrot:carrot_spices",
|
||||
"chance": 0.5
|
||||
}
|
||||
],
|
||||
"processingTime": 200
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
],
|
||||
"type": "create:crushing",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "kitchenkarrot:salt_rock"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "kitchenkarrot:rock_salt",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"item": "kitchenkarrot:rock_salt",
|
||||
"chance": 0.5
|
||||
},
|
||||
{
|
||||
"item": "minecraft:cobblestone",
|
||||
"chance": 0.2
|
||||
}
|
||||
],
|
||||
"processingTime": 480
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
],
|
||||
"type": "create:milling",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:oak_sapling"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"tag": "forge:nuts/acorn",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"tag": "forge:nuts/acorn",
|
||||
"count": 1,
|
||||
"chance": 0.5
|
||||
}
|
||||
],
|
||||
"processingTime": 50
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid": "create"
|
||||
}
|
||||
],
|
||||
"type": "create:milling",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:carrot"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "kitchenkarrot:carrot_spices",
|
||||
"count": 1,
|
||||
"chance": 0.5
|
||||
}
|
||||
],
|
||||
"processingTime": 120
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"create"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "create:mixing",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:nuts/acorn"
|
||||
},
|
||||
{
|
||||
"fluid": "minecraft:water",
|
||||
"nbt": {},
|
||||
"amount": 125
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "kitchenkarrot:acorn_oil"
|
||||
}
|
||||
],
|
||||
"heatRequirement": "heated"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"create"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "create:mixing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:chorus_fruit"
|
||||
},
|
||||
{
|
||||
"fluid": "minecraft:water",
|
||||
"nbt": {},
|
||||
"amount": 125
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "kitchenkarrot:chorus_oil"
|
||||
}
|
||||
],
|
||||
"heatRequirement": "heated"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"create"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "create:mixing",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kitchenkarrot:sea_salt"
|
||||
},
|
||||
{
|
||||
"fluid": "minecraft:water",
|
||||
"nbt": {},
|
||||
"amount": 500
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "kitchenkarrot:sea_salt",
|
||||
"count": 2
|
||||
}
|
||||
],
|
||||
"heatRequirement": "heated"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"farmersdelight"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "farmersdelight:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kitchenkarrot:sirloin_steak"
|
||||
}
|
||||
],
|
||||
"tool": {
|
||||
"tag": "forge:tools/knives"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "kitchenkarrot:beef_grains",
|
||||
"count": 6
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"farmersdelight"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "farmersdelight:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kitchenkarrot:dungeon_pizza"
|
||||
}
|
||||
],
|
||||
"tool": {
|
||||
"tag": "forge:tools/knives"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "kitchenkarrot:dungeon_pizza_slice",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"farmersdelight"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "farmersdelight:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kitchenkarrot:feast_pizza"
|
||||
}
|
||||
],
|
||||
"tool": {
|
||||
"tag": "forge:tools/knives"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "kitchenkarrot:feast_pizza_slice",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"farmersdelight"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "farmersdelight:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kitchenkarrot:shiny_pizza"
|
||||
}
|
||||
],
|
||||
"tool": {
|
||||
"tag": "forge:tools/knives"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "kitchenkarrot:shiny_pizza_slice",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"farmersdelight"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "farmersdelight:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kitchenkarrot:beef_in_dripleaf"
|
||||
}
|
||||
],
|
||||
"tool": {
|
||||
"tag": "forge:tools/knives"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "kitchenkarrot:small_beef_in_dripleaf",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"farmersdelight"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "farmersdelight:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kitchenkarrot:chorus_mousse"
|
||||
}
|
||||
],
|
||||
"tool": {
|
||||
"tag": "forge:tools/knives"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "kitchenkarrot:small_chorus_mousse",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"farmersdelight"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "farmersdelight:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kitchenkarrot:monster_lasagna"
|
||||
}
|
||||
],
|
||||
"tool": {
|
||||
"tag": "forge:tools/knives"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "kitchenkarrot:small_monster_lasagna",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"farmersdelight"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "farmersdelight:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kitchenkarrot:slime_mousse"
|
||||
}
|
||||
],
|
||||
"tool": {
|
||||
"tag": "forge:tools/knives"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "kitchenkarrot:small_slime_mousse",
|
||||
"count": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"farmersdelight"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "farmersdelight:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kitchenkarrot:sweet_loaf"
|
||||
}
|
||||
],
|
||||
"tool": {
|
||||
"tag": "forge:tools/knives"
|
||||
},
|
||||
"result": [
|
||||
{
|
||||
"item": "kitchenkarrot:sweet_loaf_slice",
|
||||
"count": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"locusazzurro_icaruswings"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "kitchenkarrot:fries"
|
||||
},
|
||||
{
|
||||
"item": "kitchenkarrot:fries"
|
||||
},
|
||||
{
|
||||
"item": "locusazzurro_icaruswings:feather_wings"
|
||||
},
|
||||
{
|
||||
"item": "locusazzurro_icaruswings:feather_wings"
|
||||
},
|
||||
{
|
||||
"item": "kitchenkarrot:carrot_spices"
|
||||
},
|
||||
{
|
||||
"item": "kitchenkarrot:carrot_spices"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "kitchenkarrot:fried_chicken_combo"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"mekanism"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type":"mekanism:metallurgic_infusing",
|
||||
"chemicalInput": {
|
||||
"amount":240,
|
||||
"tag":"mekanism:redstone"
|
||||
},
|
||||
"itemInput":{
|
||||
"ingredient": {
|
||||
"item":"minecraft:carrot"
|
||||
}
|
||||
},
|
||||
"output":{
|
||||
"item":"kitchenkarrot:gem_carrot"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"sakura"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "sakura:cooking",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:salt"
|
||||
},
|
||||
{
|
||||
"tag": "forge:raw_chicken"
|
||||
}
|
||||
],
|
||||
"fluid": {
|
||||
"fluidTag": "forge:food_oil",
|
||||
"amount": 125
|
||||
},
|
||||
"result": {
|
||||
"item": "kitchenkarrot:drumstick"
|
||||
},
|
||||
"recipeTime": 200
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"sakura"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "sakura:cooking",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:salt"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:potato"
|
||||
}
|
||||
],
|
||||
"fluid": {
|
||||
"fluidTag": "forge:food_oil",
|
||||
"amount": 125
|
||||
},
|
||||
"result": {
|
||||
"item": "kitchenkarrot:fries"
|
||||
},
|
||||
"recipeTime": 200
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"thermal"
|
||||
}
|
||||
],
|
||||
|
||||
"recipe":{
|
||||
"type": "thermal:smelter",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:crops/carrot",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"item": "thermal:cinnabar",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"item": "kitchenkarrot:gem_carrot",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"energy": 6400
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"twilightforest"
|
||||
}
|
||||
],
|
||||
"recipe":{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bread"
|
||||
},
|
||||
{
|
||||
"tag": "forge:salt"
|
||||
},
|
||||
{
|
||||
"tag": "forge:cooking_oil"
|
||||
},
|
||||
{
|
||||
"item": "kitchenkarrot:carrot_spices"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "twilightforest:cooked_venision"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:cooked_meef"
|
||||
}
|
||||
]
|
||||
],
|
||||
"result": {
|
||||
"item": "kitchenkarrot:chinese_crepe",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"twilightforest"
|
||||
}
|
||||
],
|
||||
"recipe":{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:potato"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:carrot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:wheat"
|
||||
},
|
||||
[
|
||||
{
|
||||
"item": "twilightforest:cooked_venision"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:cooked_meef"
|
||||
}
|
||||
],
|
||||
{
|
||||
"tag": "forge:cooking_oil"
|
||||
},
|
||||
{
|
||||
"tag": "forge:salt"
|
||||
},
|
||||
{
|
||||
"item": "kitchenkarrot:carrot_spices"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bowl"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "kitchenkarrot:curry_udon"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"type":"forge:conditional",
|
||||
"recipes":[
|
||||
{
|
||||
"conditions": [
|
||||
{
|
||||
"type": "forge:mod_loaded",
|
||||
"modid":"twilightforest"
|
||||
}
|
||||
],
|
||||
"recipe":{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
"121",
|
||||
"333",
|
||||
"444"
|
||||
],
|
||||
"key": {
|
||||
"1": {
|
||||
"tag": "forge:milk"
|
||||
},
|
||||
"2": {
|
||||
"tag": "forge:cooking_oil"
|
||||
},
|
||||
"3": [
|
||||
{
|
||||
"item": "twilightforest:raw_venision"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:cooked_venision"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:raw_meef"
|
||||
},
|
||||
{
|
||||
"item": "twilightforest:cooked_meef"
|
||||
}
|
||||
],
|
||||
"4": {
|
||||
"tag": "forge:bread"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "kitchenkarrot:feast_pizza"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user