add first patch
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "snowyspirit:candy_cane"
|
||||
}
|
||||
},
|
||||
"pattern": ["###", "###", "###"],
|
||||
"result": {
|
||||
"item": "windswept:candy_cane_block"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "windswept:candy_cane_block"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"count": 9,
|
||||
"item": "snowyspirit:candy_cane"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"cookingtime": 200,
|
||||
"experience": 2.0,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "windswept:roasted_chestnuts"
|
||||
},
|
||||
{
|
||||
"item": "windswept:roasted_chestnuts"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:carrot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:potato"
|
||||
}
|
||||
],
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
"recipe_book_tab": "meals",
|
||||
"result": {
|
||||
"item": "windswept:chestnut_soup",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"cookingtime": 200,
|
||||
"experience": 2.0,
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:eggs"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
},
|
||||
{
|
||||
"item": "windswept:holly_berries"
|
||||
},
|
||||
{
|
||||
"item": "snowyspirit:ginger"
|
||||
},
|
||||
{
|
||||
"item": "windswept:roasted_chestnuts"
|
||||
},
|
||||
{
|
||||
"tag": "society:large_milk"
|
||||
}
|
||||
],
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
"recipe_book_tab": "meals",
|
||||
"result": {
|
||||
"item": "windswept:christmas_pudding",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:dirt"
|
||||
},
|
||||
{
|
||||
"item": "snowyspirit:ginger"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "windswept:ginger_soil"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "herbalbrews:kettle_brewing",
|
||||
"experience": 0.8,
|
||||
"crafting_duration": 60,
|
||||
"fluid": [
|
||||
{
|
||||
"amount": 20
|
||||
}
|
||||
],
|
||||
"heat_needed": [
|
||||
{
|
||||
"amount": 0
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "snowyspirit:ginger"
|
||||
},
|
||||
{
|
||||
"item": "buzzier_bees:crystallized_honey_block"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "windswept:ginger_tea",
|
||||
"effect": "minecraft:haste",
|
||||
"effectduration": 1800
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "building",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "snowyspirit:gingerbread"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"##",
|
||||
"##"
|
||||
],
|
||||
"result": {
|
||||
"item": "windswept:gingerbread_block"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "snowyspirit:gingerbread_cookie"
|
||||
}
|
||||
},
|
||||
"pattern": ["###", "###", "###"],
|
||||
"result": {
|
||||
"item": "windswept:gingerbread_cookie_block"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"type": "farmersdelight:cooking",
|
||||
"cookingtime": 200,
|
||||
"experience": 2.0,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "windswept:cooked_goat"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:baked_potato"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:carrot"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:brown_mushroom"
|
||||
}
|
||||
],
|
||||
"container": {
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
"recipe_book_tab": "meals",
|
||||
"result": {
|
||||
"item": "windswept:goat_stew",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "herbalbrews:kettle_brewing",
|
||||
"experience": 0.8,
|
||||
"crafting_duration": 60,
|
||||
"fluid": [
|
||||
{
|
||||
"amount": 20
|
||||
}
|
||||
],
|
||||
"heat_needed": [
|
||||
{
|
||||
"amount": 0
|
||||
}
|
||||
],
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "windswept:lavender"
|
||||
},
|
||||
{
|
||||
"item": "buzzier_bees:crystallized_honey_block"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "windswept:lavender_tea",
|
||||
"effect": "minecraft:haste",
|
||||
"effectduration": 1800
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"category": "misc",
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "windswept:pinecone_shingles"
|
||||
},
|
||||
"D": {
|
||||
"item": "minecraft:light_blue_dye"
|
||||
}
|
||||
},
|
||||
"pattern": [
|
||||
"###",
|
||||
"#D#",
|
||||
"###"
|
||||
],
|
||||
"result": {
|
||||
"count": 8,
|
||||
"item": "windswept:light_blue_pinecone_shingles"
|
||||
},
|
||||
"show_notification": true
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"type": "vintagedelight:fermenting",
|
||||
"processingTime": 3000,
|
||||
"container": {
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "windswept:pinecone"
|
||||
},
|
||||
{
|
||||
"item": "windswept:pinecone"
|
||||
},
|
||||
{
|
||||
"item": "windswept:pinecone"
|
||||
},
|
||||
{
|
||||
"item": "windswept:pinecone"
|
||||
},
|
||||
{
|
||||
"item": "windswept:pinecone"
|
||||
},
|
||||
{ "item": "society:maple_syrup" }
|
||||
],
|
||||
"output": {
|
||||
"count": 1,
|
||||
"item": "windswept:pinecone_jam_bottle"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "windswept:pinecone"
|
||||
},
|
||||
{
|
||||
"item": "snowyspirit:ginger"
|
||||
},
|
||||
{
|
||||
"item": "windswept:roasted_chestnuts"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:snowball"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:sugar"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "windswept:spicy_snow_cone"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user