add first patch
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "farmersdelight:add_loot_table",
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "forge:loot_table_id",
|
||||
"loot_table_id": "minecraft:chests/village/village_desert_house"
|
||||
}
|
||||
],
|
||||
"lootTable": "veggiesdelight:chests/vd_village_desert_house"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "farmersdelight:add_loot_table",
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "forge:loot_table_id",
|
||||
"loot_table_id": "minecraft:chests/village/village_plains_house"
|
||||
}
|
||||
],
|
||||
"lootTable": "veggiesdelight:chests/vd_village_plains_house"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "farmersdelight:add_loot_table",
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "forge:loot_table_id",
|
||||
"loot_table_id": "minecraft:chests/village/village_savanna_house"
|
||||
}
|
||||
],
|
||||
"lootTable": "veggiesdelight:chests/vd_village_savanna_house"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "farmersdelight:add_loot_table",
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "forge:loot_table_id",
|
||||
"loot_table_id": "minecraft:chests/village/village_snowy_house"
|
||||
}
|
||||
],
|
||||
"lootTable": "veggiesdelight:chests/vd_village_snowy_house"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"type": "farmersdelight:add_loot_table",
|
||||
"conditions":
|
||||
[
|
||||
{
|
||||
"condition": "forge:loot_table_id",
|
||||
"loot_table_id": "minecraft:chests/village/village_taiga_house"
|
||||
}
|
||||
],
|
||||
"lootTable": "veggiesdelight:chests/vd_village_taiga_house"
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "pool2",
|
||||
"rolls": 1.0,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "veggiesdelight:bellpepper"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "veggiesdelight:bellpepper_crop",
|
||||
"properties": {
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "pool2",
|
||||
"rolls": 1.0,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "veggiesdelight:broccoli"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "veggiesdelight:broccoli_crop",
|
||||
"properties": {
|
||||
"age": "5"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "pool2",
|
||||
"rolls": 1.0,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "veggiesdelight:cauliflower"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "veggiesdelight:cauliflower_crop",
|
||||
"properties": {
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "pool2",
|
||||
"rolls": 1.0,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "veggiesdelight:garlic"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "veggiesdelight:garlic_crop",
|
||||
"properties": {
|
||||
"age": "5"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "pool2",
|
||||
"rolls": 1.0,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "veggiesdelight:turnip"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "veggiesdelight:turnip_crop",
|
||||
"properties": {
|
||||
"age": "5"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "pool1",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:random_chance",
|
||||
"chance": 0.2
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"tag": "forge:shears"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "veggiesdelight:bellpepper_seeds"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "pool2",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"tag": "forge:shears"
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "veggiesdelight:wild_bellpeppers"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:uniform_bonus_count",
|
||||
"parameters": {
|
||||
"bonusMultiplier": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "veggiesdelight:bellpepper_seeds"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "pool1",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:random_chance",
|
||||
"chance": 0.2
|
||||
},
|
||||
{
|
||||
"condition": "minecraft:inverted",
|
||||
"term": {
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"tag": "forge:shears"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "veggiesdelight:cauliflower_seeds"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "pool2",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"tag": "forge:shears"
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "veggiesdelight:wild_cauliflowers"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:uniform_bonus_count",
|
||||
"parameters": {
|
||||
"bonusMultiplier": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "veggiesdelight:cauliflower_seeds"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "pool2",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"tag": "forge:shears"
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "veggiesdelight:wild_turnips"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:uniform_bonus_count",
|
||||
"parameters": {
|
||||
"bonusMultiplier": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "veggiesdelight:turnip_seeds"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "pool2",
|
||||
"rolls": 1.0,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "veggiesdelight:zucchini"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "veggiesdelight:zucchini_crop",
|
||||
"properties": {
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"pools": []
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"pools": []
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"pools": []
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"pools": []
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"pools": []
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": []
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "society:large_milk"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
{
|
||||
"tag": "forge:eggs"
|
||||
},
|
||||
{
|
||||
"tag": "forge:wheat"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:carrot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:carrot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:carrot"
|
||||
}
|
||||
],
|
||||
"result":{
|
||||
"item":"veggiesdelight:carrot_cake"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "farm_and_charm:stove",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:crops/cauliflower"
|
||||
},
|
||||
{
|
||||
"tag": "forge:crops/cauliflower"
|
||||
},
|
||||
{
|
||||
"tag": "forge:grain/wheat"
|
||||
}
|
||||
],
|
||||
"item": "veggiesdelight:cauliflower_bread",
|
||||
"count": 1,
|
||||
"experience": 0.35
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:bread"
|
||||
},
|
||||
{
|
||||
"tag": "forge:cabbage"
|
||||
},
|
||||
{
|
||||
"item": "veggiesdelight:cooked_cauliflower_patty"
|
||||
},
|
||||
{
|
||||
"item": "farmersdelight:tomato"
|
||||
}
|
||||
],
|
||||
"result":{
|
||||
"item":"veggiesdelight:cauliflower_burger"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "veggiesdelight:cauliflower"
|
||||
}
|
||||
],
|
||||
"result":{
|
||||
"item":"veggiesdelight:cauliflower_floret",
|
||||
"count": 2
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"cookingtime": 200,
|
||||
"experience": 2.0,
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "veggiesdelight:bellpepper"
|
||||
},
|
||||
{
|
||||
"tag": "forge:pasta"
|
||||
},
|
||||
{
|
||||
"item": "farmersdelight:cooked_chicken_cuts"
|
||||
},
|
||||
{
|
||||
"item": "vintagedelight:nut_mash_bottle"
|
||||
},
|
||||
{
|
||||
"item": "vintagedelight:peanut"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "vintagedelight:pad_thai"
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"cookingtime": 200,
|
||||
"experience": 1.0,
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:crops/broccoli"
|
||||
},
|
||||
{
|
||||
"tag": "forge:crops/broccoli"
|
||||
},
|
||||
{
|
||||
"tag": "forge:vegetables"
|
||||
},
|
||||
{
|
||||
"tag": "society:small_milk"
|
||||
}
|
||||
],
|
||||
"recipe_book_tab": "meals",
|
||||
"result": {
|
||||
"item": "veggiesdelight:broccoli_soup"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"cookingtime": 200,
|
||||
"experience": 2.0,
|
||||
"container": {
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:carrot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:carrot"
|
||||
},
|
||||
{
|
||||
"tag": "society:small_milk"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "veggiesdelight:carrot_juice"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"cookingtime": 200,
|
||||
"experience": 1.0,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "veggiesdelight:cauliflower"
|
||||
},
|
||||
{
|
||||
"tag": "forge:crops/onion"
|
||||
},
|
||||
{
|
||||
"tag": "forge:crops/garlic"
|
||||
},
|
||||
{
|
||||
"tag": "society:small_milk"
|
||||
}
|
||||
],
|
||||
"recipe_book_tab": "meals",
|
||||
"result": {
|
||||
"item": "veggiesdelight:cauliflower_kuku"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"cookingtime": 200,
|
||||
"experience": 2.0,
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:crops/cauliflower"
|
||||
},
|
||||
{
|
||||
"tag": "forge:crops/cauliflower"
|
||||
},
|
||||
{
|
||||
"tag": "forge:vegetables"
|
||||
},
|
||||
{
|
||||
"tag": "society:small_milk"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "veggiesdelight:cauliflower_soup"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"cookingtime": 200,
|
||||
"experience": 2.0,
|
||||
"container": {
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "veggiesdelight:dandelion_leaf"
|
||||
},
|
||||
{
|
||||
"item": "veggiesdelight:dandelion_leaf"
|
||||
},
|
||||
{
|
||||
"item": "veggiesdelight:dandelion_leaf"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
{
|
||||
"tag": "society:small_milk"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "veggiesdelight:dandelion_juice"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"cookingtime": 200,
|
||||
"experience": 2.0,
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:crops/garlic"
|
||||
},
|
||||
{
|
||||
"tag": "society:small_milk"
|
||||
},
|
||||
{
|
||||
"tag": "forge:cooked_chicken"
|
||||
},
|
||||
{
|
||||
"tag": "forge:vegetables"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "veggiesdelight:garlic_chicken_stew"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"cookingtime": 200,
|
||||
"experience": 2.0,
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "veggiesdelight:sweet_potato"
|
||||
},
|
||||
{
|
||||
"item": "veggiesdelight:sweet_potato"
|
||||
},
|
||||
{
|
||||
"tag": "society:large_milk"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "veggiesdelight:mashed_potatoes"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
"cookingtime": 200,
|
||||
"experience": 1.0,
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:crops/broccoli"
|
||||
},
|
||||
{
|
||||
"tag": "forge:pasta"
|
||||
},
|
||||
{
|
||||
"tag": "society:small_milk"
|
||||
}
|
||||
],
|
||||
"recipe_book_tab": "meals",
|
||||
"result": {
|
||||
"item": "veggiesdelight:pasta_with_broccoli"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"cookingtime": 300,
|
||||
"experience": 3.0,
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:potato"
|
||||
},
|
||||
{
|
||||
"item": "society:eggplant"
|
||||
},
|
||||
{
|
||||
"tag": "forge:crops/tomato"
|
||||
},
|
||||
{
|
||||
"tag": "forge:crops/cauliflower"
|
||||
},
|
||||
{
|
||||
"tag": "forge:crops/onion"
|
||||
},
|
||||
{
|
||||
"item": "veggiesdelight:bellpepper"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "veggiesdelight:roasted_vegetables"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"cookingtime": 200,
|
||||
"experience": 2.0,
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "vintagedelight:ghost_pepper"
|
||||
},
|
||||
{
|
||||
"item": "veggiesdelight:bellpepper"
|
||||
},
|
||||
{
|
||||
"tag": "forge:eggs"
|
||||
},
|
||||
{
|
||||
"item": "farmersdelight:tomato"
|
||||
},
|
||||
{
|
||||
"item": "farm_and_charm:onion"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "veggiesdelight:shakshouka"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
"cookingtime": 200,
|
||||
"experience": 1.0,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "veggiesdelight:sweet_potato_dough"
|
||||
},
|
||||
{
|
||||
"item": "society:maple_syrup"
|
||||
},
|
||||
{
|
||||
"tag": "society:small_milk"
|
||||
}
|
||||
],
|
||||
"recipe_book_tab": "misc",
|
||||
"result": {
|
||||
"item": "veggiesdelight:sweet_potato_pancakes"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "farmersdelight:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "veggiesdelight:cauliflower"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"count": 4,
|
||||
"item": "veggiesdelight:cauliflower_floret"
|
||||
}
|
||||
],
|
||||
"tool": {
|
||||
"tag": "forge:tools/knives"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "farmersdelight:cutting",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "veggiesdelight:garlic"
|
||||
}
|
||||
],
|
||||
"result": [
|
||||
{
|
||||
"count": 4,
|
||||
"item": "veggiesdelight:garlic_clove"
|
||||
}
|
||||
],
|
||||
"tool": {
|
||||
"tag": "forge:tools/knives"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dandelion"
|
||||
},
|
||||
{
|
||||
"item": "vintagedelight:ghost_pepper"
|
||||
},
|
||||
{
|
||||
"tag": "forge:cooked_eggs"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
{
|
||||
"tag": "forge:cooked_eggs"
|
||||
},
|
||||
{
|
||||
"tag": "forge:cooked_eggs"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "veggiesdelight:dandelion_and_eggs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "vintagedelight:fermenting",
|
||||
"processingTime": 10000,
|
||||
"ingredients": [
|
||||
{"item": "veggiesdelight:garlic_clove"},
|
||||
{"item": "veggiesdelight:garlic_clove"},
|
||||
{"item": "veggiesdelight:garlic_clove"},
|
||||
{"item": "veggiesdelight:garlic_clove"},
|
||||
{"item": "vintagedelight:honey_mason_jar"}
|
||||
],
|
||||
"output": {
|
||||
"item": "veggiesdelight:fermented_garlic_honey"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "farm_and_charm:stove",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:cooked_fishes/cod"
|
||||
},
|
||||
{
|
||||
"item": "veggiesdelight:roasted_garlic_clove"
|
||||
},
|
||||
{
|
||||
"tag": "forge:crops/onion"
|
||||
}
|
||||
],
|
||||
"item": "veggiesdelight:garlic_baked_cod",
|
||||
"count": 1,
|
||||
"experience": 0.35
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "farm_and_charm:stove",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:bread"
|
||||
},
|
||||
{
|
||||
"item": "veggiesdelight:roasted_garlic_clove"
|
||||
},
|
||||
{
|
||||
"item": "veggiesdelight:roasted_garlic_clove"
|
||||
}
|
||||
],
|
||||
"item": "veggiesdelight:garlic_bread",
|
||||
"count": 3,
|
||||
"experience": 0.35
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "veggiesdelight:sweet_potato_dough"
|
||||
},
|
||||
{
|
||||
"tag": "forge:eggs"
|
||||
},
|
||||
{
|
||||
"tag": "society:small_milk"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 2,
|
||||
"item": "veggiesdelight:sweet_potato_cupcake"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "farm_and_charm:crafting_bowl",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:eggs"
|
||||
},
|
||||
{
|
||||
"item": "veggiesdelight:sweet_potato"
|
||||
},
|
||||
{
|
||||
"item": "farm_and_charm:yeast"
|
||||
},
|
||||
{
|
||||
"tag": "farm_and_charm:flour"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "veggiesdelight:sweet_potato_dough",
|
||||
"count": 10
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "farm_and_charm:crafting_bowl",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "meadow:water_bottles"
|
||||
},
|
||||
{
|
||||
"item": "veggiesdelight:sweet_potato"
|
||||
},
|
||||
{
|
||||
"item": "farm_and_charm:yeast"
|
||||
},
|
||||
{
|
||||
"tag": "farm_and_charm:flour"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "veggiesdelight:sweet_potato_dough",
|
||||
"count": 10
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user