add veryaged to skipVariants

This commit is contained in:
2026-05-31 03:29:33 +02:00
parent 2106e78ec8
commit a08f8db72f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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", "skipVariants": ["aged"] }, "S": { "type": "item", "code": "game:plank-*", "name": "wood", "skipVariants": ["aged", "veryaged"] },
"B": { "B": {
"type": "item", "type": "item",
"code": "game:clothes-butterflypin-*", "code": "game:clothes-butterflypin-*",