more misc things for bosses killed

This commit is contained in:
hyperdefined
2026-01-14 13:44:38 -05:00
parent 7beaa151c1
commit 588f413484
2 changed files with 54 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ public class TokenData {
ShapedRecipe enderDragonKillsRecipe = new ShapedRecipe(enderDragonKillsKey, createToken("enderdragon-kills"));
enderDragonKillsRecipe.shape(" P ", "PEP", " P ");
enderDragonKillsRecipe.setIngredient('P', Material.PAPER);
enderDragonKillsRecipe.setIngredient('W', Material.ENDER_PEARL);
enderDragonKillsRecipe.setIngredient('E', Material.ENDER_PEARL);
recipes.add(enderDragonKillsRecipe);
tokenTypes.add("crops-mined");