fix warning and error about crafting aged wood variant
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"total": 19851,
|
"total": 20296,
|
||||||
"sessions": [
|
"sessions": [
|
||||||
{
|
{
|
||||||
"begin": "2026-03-17T23:54:43+01:00",
|
"begin": "2026-03-17T23:54:43+01:00",
|
||||||
@@ -30,6 +30,11 @@
|
|||||||
"begin": "2026-05-31T01:21:35+02:00",
|
"begin": "2026-05-31T01:21:35+02:00",
|
||||||
"end": "2026-05-31T01:44:30+02:00",
|
"end": "2026-05-31T01:44:30+02:00",
|
||||||
"duration": 1374
|
"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_",
|
"ingredientPattern": "_S_\tSBS\t_S_",
|
||||||
"ingredients": {
|
"ingredients": {
|
||||||
"S": { "type": "item", "code": "game:plank-*", "name": "wood" },
|
"S": { "type": "item", "code": "game:plank-*", "name": "wood", "skipVariants": ["aged"] },
|
||||||
"B": {
|
"B": {
|
||||||
"type": "item",
|
"type": "item",
|
||||||
"code": "game:*-butterflypin-*"
|
"code": "game:*-butterflypin-*"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"ingredientPattern": "S_S\t_B_\tS_S",
|
"ingredientPattern": "S_S\t_B_\tS_S",
|
||||||
"ingredients": {
|
"ingredients": {
|
||||||
"S": { "type": "item", "code": "game:plank-*", "name": "wood" },
|
"S": { "type": "item", "code": "game:plank-*", "name": "wood", "skipVariants": ["aged"] },
|
||||||
"B": {
|
"B": {
|
||||||
"type": "item",
|
"type": "item",
|
||||||
"code": "game:*-butterflypin-*"
|
"code": "game:*-butterflypin-*"
|
||||||
|
|||||||
Reference in New Issue
Block a user