add veryaged to skipVariants
This commit is contained in:
@@ -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-*",
|
||||||
|
|||||||
@@ -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-*",
|
||||||
|
|||||||
Reference in New Issue
Block a user