add first patch
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "create:item_application",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "society:treated_log"
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/copper"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "create:copper_casing"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "create:item_application",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "forge:stripped_logs"
|
||||
},
|
||||
{
|
||||
"tag": "forge:ingots/lead"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "create:railway_casing"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "create:item_application",
|
||||
"ingredients": [
|
||||
{
|
||||
"tag": "society:raw_logs"
|
||||
},
|
||||
{
|
||||
"item": "society:oak_resin"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "society:treated_log"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user