From a08f8db72f5c0b03b230cbe9ae1f7cf0acb0ad41 Mon Sep 17 00:00:00 2001 From: OrekiWoof Date: Sun, 31 May 2026 03:29:33 +0200 Subject: [PATCH] add veryaged to skipVariants --- .../assets/dusiulkaspinboard/recipes/grid/pinboard2x2.json | 2 +- .../assets/dusiulkaspinboard/recipes/grid/pinboard3x3.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ButterflyPins/assets/dusiulkaspinboard/recipes/grid/pinboard2x2.json b/ButterflyPins/assets/dusiulkaspinboard/recipes/grid/pinboard2x2.json index 3adbeb1..26e3828 100644 --- a/ButterflyPins/assets/dusiulkaspinboard/recipes/grid/pinboard2x2.json +++ b/ButterflyPins/assets/dusiulkaspinboard/recipes/grid/pinboard2x2.json @@ -1,7 +1,7 @@ { "ingredientPattern": "_S_\tSBS\t_S_", "ingredients": { - "S": { "type": "item", "code": "game:plank-*", "name": "wood", "skipVariants": ["aged"] }, + "S": { "type": "item", "code": "game:plank-*", "name": "wood", "skipVariants": ["aged", "veryaged"] }, "B": { "type": "item", "code": "game:clothes-butterflypin-*", diff --git a/ButterflyPins/assets/dusiulkaspinboard/recipes/grid/pinboard3x3.json b/ButterflyPins/assets/dusiulkaspinboard/recipes/grid/pinboard3x3.json index 18a8148..94485cd 100644 --- a/ButterflyPins/assets/dusiulkaspinboard/recipes/grid/pinboard3x3.json +++ b/ButterflyPins/assets/dusiulkaspinboard/recipes/grid/pinboard3x3.json @@ -1,7 +1,7 @@ { "ingredientPattern": "S_S\t_B_\tS_S", "ingredients": { - "S": { "type": "item", "code": "game:plank-*", "name": "wood", "skipVariants": ["aged"] }, + "S": { "type": "item", "code": "game:plank-*", "name": "wood", "skipVariants": ["aged", "veryaged"] }, "B": { "type": "item", "code": "game:clothes-butterflypin-*",