fix warning and error about crafting aged wood variant

This commit is contained in:
2026-05-31 01:50:43 +02:00
parent a4a3d72275
commit fc8f2eb160
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
{
"total": 19851,
"total": 20296,
"sessions": [
{
"begin": "2026-03-17T23:54:43+01:00",
@@ -30,6 +30,11 @@
"begin": "2026-05-31T01:21:35+02:00",
"end": "2026-05-31T01:44:30+02:00",
"duration": 1374
},
{
"begin": "2026-05-31T01:44:30+02:00",
"end": "2026-05-31T01:51:55+02:00",
"duration": 445
}
]
}

View File

@@ -1,7 +1,7 @@
{
"ingredientPattern": "_S_\tSBS\t_S_",
"ingredients": {
"S": { "type": "item", "code": "game:plank-*", "name": "wood" },
"S": { "type": "item", "code": "game:plank-*", "name": "wood", "skipVariants": ["aged"] },
"B": {
"type": "item",
"code": "game:*-butterflypin-*"

View File

@@ -1,7 +1,7 @@
{
"ingredientPattern": "S_S\t_B_\tS_S",
"ingredients": {
"S": { "type": "item", "code": "game:plank-*", "name": "wood" },
"S": { "type": "item", "code": "game:plank-*", "name": "wood", "skipVariants": ["aged"] },
"B": {
"type": "item",
"code": "game:*-butterflypin-*"