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,17 @@
{
"type": "farm_and_charm:stove",
"ingredients": [
{
"item": "society:maple_syrup"
},
{
"tag": "forge:pumpkins"
},
{
"tag": "farm_and_charm:wheat"
}
],
"item": "autumnity:pumpkin_bread",
"count": 2,
"experience": 0.35
}
@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{
"item": "society:maple_syrup"
},
{
"item": "autumnity:stripped_maple_log"
}
],
"result": {
"item": "autumnity:sappy_maple_log"
}
}
@@ -0,0 +1,15 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{
"item": "society:maple_syrup"
},
{
"item": "autumnity:stripped_maple_wood"
}
],
"result": {
"item": "autumnity:sappy_maple_wood"
}
}
@@ -0,0 +1 @@
{"forge:conditions": [{"type": "forge:false"}]}