fix warning and error about crafting aged wood variant
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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-*"
|
||||
|
||||
@@ -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-*"
|
||||
|
||||
Reference in New Issue
Block a user