fixed RSpawnEgg using moss cobble as only mat

This commit is contained in:
B1G-FUNGUS 2021-10-04 15:40:07 -07:00
parent 5082fd42f3
commit dc90e19e66

View File

@ -25,11 +25,10 @@ public class RSpawnEggRitual extends Ritual {
@Override
public void setup() {
/* addIngredient(Material.EGG, 16);
addIngredient(Material.WHEAT, 64); */
addIngredient(Material.MOSSY_COBBLESTONE, 1);
addIngredient(Material.EGG, 16);
addIngredient(Material.WHEAT, 64);
name = "egging";
// health = 2;
health = 2;
}
@Override