add first patch
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "vintagedelight:fermenting",
|
||||
"processingTime": 3000,
|
||||
"container": {
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
"ingredients": [
|
||||
{ "item": "society:maple_syrup" },
|
||||
{ "item": "minecraft:apple" },
|
||||
{ "item": "minecraft:sugar" }
|
||||
],
|
||||
"output": {
|
||||
"count": 1,
|
||||
"item": "longwings:apple_butterfly_brew_bottle"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "vintagedelight:fermenting",
|
||||
"processingTime": 3000,
|
||||
"container": {
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
"ingredients": [
|
||||
{ "item": "society:maple_syrup" },
|
||||
{ "item": "farm_and_charm:strawberry" },
|
||||
{ "item": "minecraft:sugar" }
|
||||
],
|
||||
"output": {
|
||||
"count": 1,
|
||||
"item": "longwings:berry_butterfly_brew_bottle"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"category": "misc",
|
||||
"pattern": [
|
||||
" # ",
|
||||
"$ $",
|
||||
"#$#"
|
||||
],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "oreganized:silver_ingot"
|
||||
},
|
||||
"$": {
|
||||
"item": "minecraft:glass"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "longwings:butterfly_driplure",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": "crafting_shaped",
|
||||
"pattern": [" #", " & ", "& "],
|
||||
"key": {
|
||||
"#": {
|
||||
"item": "society:merino_wool"
|
||||
},
|
||||
"&": {
|
||||
"item": "minecraft:stick"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "longwings:catching_net"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "vintagedelight:fermenting",
|
||||
"processingTime": 3000,
|
||||
"container": {
|
||||
"item": "minecraft:glass_bottle"
|
||||
},
|
||||
"ingredients": [
|
||||
{ "item": "society:maple_syrup" },
|
||||
{ "item": "minecraft:melon_slice" },
|
||||
{ "item": "minecraft:sugar" }
|
||||
],
|
||||
"output": {
|
||||
"count": 1,
|
||||
"item": "longwings:melon_butterfly_brew_bottle"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "society:merino_wool"
|
||||
},
|
||||
{
|
||||
"item": "society:merino_wool"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "longwings:netting",
|
||||
"count": 64
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:crafting_shapeless",
|
||||
"category": "misc",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "society:maple_syrup"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bowl"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:bowl"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "longwings:sugar_water_bowl",
|
||||
"count": 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user