Skip to content

Commit

Permalink
add future recipe deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 24, 2019
1 parent 3493ca2 commit 9cdc405
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -90,4 +90,7 @@ public class Deprecations {

// Relevant as of 2019/09/13, deprecate officially by 2020.
public static Warning oldMatchesOperator = new SlowWarning("'matches', 'is_empty', and 'contains' operators are deprecated. Use the logically equivalent tags instead.");

// Relevant as of 2019/09/24, deprecate officially by 2020.
public static Warning oldRecipeScript = new SlowWarning("Item script single-recipe format is outdated. Use the modern 'recipes' list key (see meta docs).");
}

0 comments on commit 9cdc405

Please sign in to comment.