add first patch

This commit is contained in:
2026-07-31 10:34:32 +09:00
parent 03aac2e45e
commit b1cbc6c78d
6390 changed files with 547430 additions and 0 deletions
@@ -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"
}
]
}