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-*",