Add damage to block shift

This commit is contained in:
Edith Boles 2021-10-04 16:48:37 -07:00
parent d9fc7b2cbe
commit 8824662045

View File

@ -36,6 +36,7 @@ public class BlockShiftRitual extends Ritual {
addIngredient(Material.WHEAT, 32);
addIngredient(Material.ENDER_PEARL, 1);
name = "block shift";
health = 3;
}
@Override